Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 3 antwurd
  • 0 hawwe dit probleem
  • 12 werjeftes
  • Lêste antwurd fan 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.

Keazen oplossing

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

Dit antwurd yn kontekst lêze 👍 0

Alle antwurden (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

Keazen oplossing

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

Bewurke troch Terry op

more options

You can also use unset.

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