Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

ابحث في الدعم

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.

Learn More

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

  • 3 ردود
  • 0 have this problem
  • 12 views
  • آخر ردّ كتبه 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.

الحل المُختار

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

Read this answer in context 👍 0

All Replies (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

الحل المُختار

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

Modified by Terry

more options

You can also use unset.

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