Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

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

  • 3 răspunsuri
  • 0 au această problemă
  • 6 vizualizări
  • Ultimul răspuns de 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.

Soluție aleasă

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

Citește acest răspuns în context 👍 0

Toate răspunsurile (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

Soluție aleasă

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

Modificat în de Terry

more options

You can also use unset.

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