Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Toś ta nitka jo se zacyniła a archiwěrowała. Pšosym stajśo nowe pšašanje, joli trjebaśo pomoc.

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

  • 4 wótegrona
  • 1 ma toś ten problem
  • 8 naglědow
  • Slědne wótegrono wót 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 ''

Wót Andrew změnjony

Wšykne wótegrona (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: