hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
.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)
With nothing. Just remove :hover.
i tried it but its not working
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?
See also these two older threads:
- /questions/1368296 userChrome.css code
- /questions/1368519 userChrome.css code hide scroll bar