Análises de Group Speed Dial
Group Speed Dial por Juraj Mäsiar
Análise de lordromulus
Avaliado em 4 de 5
por lordromulus, há 4 anosGreat. 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!]
Resposta do desenvolvedor
publicado há 4 anosHello,
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