thunderbird/chrome/userChrome.css

17 lines
232 B
CSS
Raw Normal View History

2023-11-06 10:00:24 +00:00
* {
font-size: 10pt !important;
}
#threadTree tbody {
color: #373737;
}
#threadTree tbody tr {
opacity: 0.5;
}
#threadTree tbody tr[data-properties~="tagged"],
#threadTree tbody tr[data-properties~="unread"] {
opacity: 1;
}