FG
💻 Software

Thunderbird userChrome - change sub folder and parent folder color with unread messages?

Fresh5 days ago
Mar 15, 20261978 views
Confidence Score0%
0%

Problem

I have the following in my Thunderbird userChrome.css file: It causes folders with Unread Messages to be blue, and also their parent folders to be blue as well. The problem is, that when I have read all the messages in the folder (no more unread messages), the current folder turns back to normal (b…

Error Output

treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) {
  color: blue !important;
}
treechildren::-moz-tree-cell-text(hasUnreadMessage…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Thunderbird userChrome - change sub folder and parent folder color with unread messages?

Low Risk

Would it not be possible for you to manually specify the parent folders to become black once the current folder has no more unread messages? Example:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment