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 ».

En savoir plus

lost close button (X) on inactive tabs since version 113 install

  • 3 réponses
  • 0 a ce problème
  • 12 vues
  • Dernière réponse par cor-el

more options

Had the line

.tab-close-button:not([pinned="true"]) { display: -moz-box !important; }

in my userchrome.css which put the close button on all tabs. This no longer works.

Also there is no Close Button (X) on hover for inactive tabs.

Had the line .tab-close-button:not([pinned="true"]) { display: -moz-box !important; } in my userchrome.css which put the close button on all tabs. This no longer works. Also there is no Close Button (X) on hover for inactive tabs.

Solution choisie

Try changing '-moz-box' to 'flex'.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (3)

more options

currently, there are a lot of problems with the new update so one of the solutions is to use an older version

more options

Solution choisie

Try changing '-moz-box' to 'flex'.

Modifié le par Terry

more options

You can also use unset.

.tab-close-button:not([pinned]) { display: unset !important; }