Omtaler for Group Speed Dial
Group Speed Dial av Juraj Mäsiar
Omtale av lordromulus
Vurdert til 4 ut av 5
av lordromulus, 4 år sidenGreat. 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!]
Utviklerrespons
postet 4 år sidenHello,
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