2022-05-21 15:13:25 +02:00
|
|
|
tab-item {
|
|
|
|
font-family: sans;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Show title of unread tabs */
|
|
|
|
:root.sidebar tab-item.unread .label-content {
|
|
|
|
color: orange !important;
|
|
|
|
font-style: italic !important;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-11-23 16:36:24 +01:00
|
|
|
|
|
|
|
tab-closebox {
|
|
|
|
display: none
|
|
|
|
}
|