Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

  • 4 përgjigje
  • 1 e ka hasur këtë problem
  • 8 parje
  • Përgjigjja më e re nga cor-el

more options

.tabbrowser-tab:hover

with what can i replace "hover", if i want to do the command be active not only when hover over mouse but always?

duplicate. /questions/1368296 userChrome.css code /questions/1368519 userChrome.css code hide scroll bar

.tabbrowser-tab:hover with what can i replace "hover", if i want to do the command be active not only when hover over mouse but always? ''duplicate. [/questions/1368296] userChrome.css code [/questions/1368519] userChrome.css code hide scroll bar ''

Ndryshuar nga Andrew

Krejt Përgjigjet (4)

more options

With nothing. Just remove :hover.

more options

i tried it but its not working

more options

So it was working on hover when you used

.tabbrowser-tab:hover { /* some rules here */ }

But it is not working at all times when you relax the requirement with

.tabbrowser-tab { /* some rules here */ }

Do you have any conflicting rules for

.tabbrowser-tab { /* some rules here */ }

or have you tried adding !important to the properties where you need to override the default values?

more options

See also these two older threads: