Recenze doplňku Group Speed Dial
Group Speed Dial od Juraj Mäsiar
Recenze od uživatele lordromulus
Hodnocení: 4 z 5
od uživatele lordromulus, před 4 letyGreat. 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!]
Odpověď vývojáře
zveřejněno před 4 letyHello,
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