Reviews for Group Speed Dial
Group Speed Dial by Juraj Mäsiar
Review by lordromulus
Rated 4 out of 5
by lordromulus, 3 years agoGreat. But how I do to set opacity (mean, I want that just dial with mouse arrow over still 100% opacity/while other 60%, for exemple)
[EDITED AFTER: I'm really a layman in this sort of thing, CSS command lines, but I tried it here and it worked exactly as I wished. Forgive my joy, but I'm even 'fool' to see how a simple text (about CSS) can produce this effect. Thank you so much!]
[EDITED AFTER: I'm really a layman in this sort of thing, CSS command lines, but I tried it here and it worked exactly as I wished. Forgive my joy, but I'm even 'fool' to see how a simple text (about CSS) can produce this effect. Thank you so much!]
Developer response
posted 3 years agoHello,
I'm not sure I understand, but if I do then this should make it - paste it into Options page / General / Custom CSS styles:
.dials > a:not(:hover) {
opacity: 60%;
}
If this is not what you need, please contact me to my support email.
Best regards,
Juraj Mäsiar
I'm not sure I understand, but if I do then this should make it - paste it into Options page / General / Custom CSS styles:
.dials > a:not(:hover) {
opacity: 60%;
}
If this is not what you need, please contact me to my support email.
Best regards,
Juraj Mäsiar