Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

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
Solved Diarkib

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

newddx+mozila

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.

All Replies (3)

currently, there are a lot of problems with the new update so one of the solutions is to use an older version

Penyelesaian Terpilih

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

Diubah oleh Terry

You can also use unset.

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