Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

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 人がこの問題に困っています
  • 12 回表示
  • 最後の返信者: 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'.

この回答をすべて読む 👍 0

すべての返信 (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'.

この投稿は Terry により に変更されました

more options

You can also use unset.

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