Created
October 8, 2024 00:24
-
-
Save BenOnSocial/8490802b782275869f32edfcb30651d2 to your computer and use it in GitHub Desktop.
Thunderbird message list customization.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url("chrome://messenger/content/unifiedtoolbar/unifiedToolbarWebextensions.css"); | |
| #threadTree tbody [data-properties~="unread"] { | |
| color: #2492d1 !important; | |
| font-style: normal !important; | |
| font-weight: 600 !important; | |
| } | |
| #threadTree tbody [data-properties~="unread"].selected { | |
| color: #d3d3d3 !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment