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!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

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

  • 3 respostas
  • 0 tem este problema
  • 12 visualizações
  • Última resposta de 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.

Solução escolhida

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

Ler esta resposta 👍 0

Todas as respostas (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

Solução escolhida

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

Alterado por Terry em

more options

You can also use unset.

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