Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 3 përgjigje
  • 0 e kanë hasur këtë problem
  • 12 parje
  • Përgjigjja më e re nga 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.

Zgjidhje e zgjedhur

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

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (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

Zgjidhja e Zgjedhur

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

Ndryshuar nga Terry

more options

You can also use unset.

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