New stuff

This commit is contained in:
MrOtherGuy
2018-10-21 21:27:25 +03:00
parent 15cb67cf2c
commit 23c5b7792c
4 changed files with 60 additions and 2 deletions

View 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;
}