dotfiles/firefox/treestyletab.css
2024-04-26 22:27:51 +02:00

21 lines
No EOL
335 B
CSS

/* select Proton */
tab-item {
font-family: sans;
font-size: 14px;
height: 20px;
}
/* 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
}
*/