Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Ce sujet de discussion a été fermé et archivé. Veuillez poser une nouvelle question si vous avez besoin d’aide.

hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

  • 4 réponses
  • 1 a ce problème
  • 8 vues
  • Dernière réponse par 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 ''

Modifié le par Andrew

Toutes les réponses (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: