Update 'firefox/treestyletab.css'
This commit is contained in:
parent
986ea52711
commit
045fd9ff4b
1 changed files with 4 additions and 1 deletions
|
@ -4,13 +4,16 @@ tab-item {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Show title of unread tabs */
|
/* Highlight title of unread tabs */
|
||||||
:root.sidebar tab-item.unread .label-content {
|
:root.sidebar tab-item.unread .label-content {
|
||||||
color: orange !important;
|
color: orange !important;
|
||||||
font-style: italic !important;
|
font-style: italic !important;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide tab close button */
|
||||||
|
/*
|
||||||
tab-closebox {
|
tab-closebox {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in a new issue