Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is gesluit en in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

  • 4 antwoorde
  • 1 het hierdie probleem
  • 8 views
  • Laaste antwoord deur 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 ''

Gewysig op deur Andrew

All Replies (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: