Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 3 odpowiedzi
  • 0 osób ma ten problem
  • 12 wyświetleń
  • Ostatnia odpowiedź od 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.

Wybrane rozwiązanie

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

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (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

Wybrane rozwiązanie

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

Zmodyfikowany przez Terry w dniu

more options

You can also use unset.

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