This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

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; }