Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

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

  • 3 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 11 ნახვა
  • ბოლოს გამოეხმაურა 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'.

პასუხის ნახვა სრულად 👍 0

ყველა პასუხი (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; }