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.

ఇంకా తెలుసుకోండి

ఈ థ్రెడ్ మూసివేయబడింది మరియు ఆర్కైవ్ జరిగినది. మీకు సహాయం అవసరం ఉంటే, దయచేసి ఒక కొత్త ప్రశ్న అడగండి.

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

  • 4 ప్రత్యుత్తరాలు
  • 1 ఈ సమస్య కలిగినది
  • 8 వీక్షణలు
  • చివరి సమాధానమిచ్చినది 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 ''

న Andrew చే మార్చబడినది

ప్రత్యుత్తరాలన్నీ (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: