This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
What lines do I add (and where do I add them) to my userChrome.css file to modify the background color of my unread messages in the card view in my TB? The color is currently looking like a black color and I would like it to be more of a #515151 I am running TB 115.4.1 in Linux Mint 21.1
UserChrome.css is looking like this currently:
toolbar-menubar {
order: 1; } unified-toolbar {
order: 2; } tabs-toolbar {
order: 3; }
folderPane,
folderPaneHeaderBar {
background-color: #2b2b2b !important; }
threadTree {
background-color: #2b2b2b !important; }
.tree-table { background-color: #404040 !important; }
messagePane {
background-color: #2b2b2b !important; }
msgHeaderView {
background-color: #2b2b2b !important; }
UnifiedToolbar {
background-color: #2b2b2b !important; }
threadPaneHeaderBar {
background-color: #2b2b2b !important; }
threadTree {
background-color: #2b2b2b !important; }
agenda {
background-color: #2b2b2b !important; }
msgHeaderView {
background-color: #2b2b2b !important; }
menuitem:hover,
.menu-iconic:hover,
.menuitem-iconic:hover {
background-color: #3b3b3b !important;
/*
border-radius: 0px !important;
padding-block: 0px !important;
font-weight: bold !important;
*/
}#folderPane,
folderPaneHeaderBar {
background-color: #2b2b2b !important; }
threadTree {
background-color: #2b2b2b !important; } .tree-table { background-color: #404040 !important; }
messagePane {
background-color: #2b2b2b !important; }
msgHeaderView {
background-color: #2b2b2b !important; }
toolbar-menubar {
background-color: #2b2b2b !important; }
navigation-toolbox {
background-color: #2b2b2b !important; }
threadPaneHeaderBar {
background-color: #2b2b2b !important; }
threadTree {
background-color: #2b2b2b !important; }
status-bar {
background-color: #2b2b2b !important; }
agenda {
background-color: #2b2b2b !important; }
attachmentBar{
background-color: #272727 !important; }
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Thunderbird...