Reviews for Group Speed Dial
Group Speed Dial by Juraj Mäsiar
Review by Go veg!
Rated 5 out of 5
by Go veg!, 6 years agoPlease add in "Color Theme" (settings / general) the possibility of choosing other colors except black and white. Or give me at least a CSS style for grey (RGB analogue (51,51,51).
Developer response
posted 6 years agoHello,
You can override any CSS style in my add-on. See the Options page / General tab / "Custom CSS styles:".
For example, to change color of dials heading, use this:
.dials > a > div > div {
background: lightblue !important;
}
And to make group list more colorful, use this:
#groups {
background-color: rgba(255, 209, 57, 0.6) !important;
}
#groups > .selected {
background-color: orange !important;
}
You can create also new styles, just inspect the element you want to change and create new CSS rule. However make sure to pick the theme - black or while, depending on whether your final theme will be dark or light.
If you have more questions, feel free to write me to my support e-mail.
Best regards,
Juraj Mäsiar
You can override any CSS style in my add-on. See the Options page / General tab / "Custom CSS styles:".
For example, to change color of dials heading, use this:
.dials > a > div > div {
background: lightblue !important;
}
And to make group list more colorful, use this:
#groups {
background-color: rgba(255, 209, 57, 0.6) !important;
}
#groups > .selected {
background-color: orange !important;
}
You can create also new styles, just inspect the element you want to change and create new CSS rule. However make sure to pick the theme - black or while, depending on whether your final theme will be dark or light.
If you have more questions, feel free to write me to my support e-mail.
Best regards,
Juraj Mäsiar