dotfiles/firefox/treestyletab.css

21 lines
335 B
CSS
Raw Permalink Normal View History

2024-04-26 22:27:51 +02:00
/* select Proton */
tab-item {
font-family: sans;
font-size: 14px;
height: 20px;
}
2023-03-16 11:45:46 +01:00
/* Highlight 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
2023-03-16 11:45:46 +01:00
/* Hide tab close button */
/*
2022-11-23 16:36:24 +01:00
tab-closebox {
display: none
}
2024-04-26 22:27:51 +02:00
*/