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.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

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

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

  • 3 பதிலளிப்புகள்
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 6 views
  • Last reply by cor-el

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)

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

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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

Terry மூலமாக திருத்தப்பட்டது

You can also use unset.

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