Vurdering for Group Speed Dial
Group Speed Dial av Juraj Mäsiar
Vurdering av lordromulus
Vurdering: 4 av 5
av lordromulus, 4 år sidanGreat. 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!]
Svar frå utviklaren
posta 4 år sidanHello,
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