New stuff
This commit is contained in:
7
chrome/tab_close_button_always_on_hover.css
Normal file
7
chrome/tab_close_button_always_on_hover.css
Normal file
@@ -0,0 +1,7 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user