Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 0 hebben dit probleem
  • 6 weergaven
  • Laatste antwoord van 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.

Gekozen oplossing

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

Dit antwoord in context lezen 👍 0

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

Gekozen oplossing

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

Bewerkt door Terry op

more options

You can also use unset.

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