mobile-config-firefox/chrome/tab_close_button_always_on_hover.css

7 lines
204 B
CSS
Raw Normal View History

2018-10-21 20:27:25 +02:00
/* Always show tab close button on hover and never otherwise */
.tabbrowser-tab .tab-close-button{
display:none;
}
.tabbrowser-tab:not([pinned]):hover .tab-close-button{
display:-moz-box !important;
}