Update 'firefox/treestyletab.css'

This commit is contained in:
Crispy 2023-03-16 11:45:46 +01:00
parent 986ea52711
commit 045fd9ff4b

View file

@ -4,13 +4,16 @@ tab-item {
height: 20px;
}
/* Show title of unread tabs */
/* Highlight title of unread tabs */
:root.sidebar tab-item.unread .label-content {
color: orange !important;
font-style: italic !important;
text-decoration: underline;
}
/* Hide tab close button */
/*
tab-closebox {
display: none
}
*/