Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 3 Antworten
  • 0 haben dieses Problem
  • 15 Aufrufe
  • Letzte Antwort von 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.

Ausgewählte Lösung

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

Diese Antwort im Kontext lesen 👍 0

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

Ausgewählte Lösung

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

Geändert am von Terry

more options

You can also use unset.

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