Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

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

  • 3 wótegrona
  • 0 ma toś ten problem
  • 5 naglědow
  • Slědne wótegrono wót 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.

Wubrane rozwězanje

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

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (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

Wubrane rozwězanje

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

Wót Terry změnjony

more options

You can also use unset.

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