unread message color

User Help for Mozilla Thunderbird
Post Reply
Urraco
Posts: 12
Joined: October 12th, 2021, 5:34 am

unread message color

Post by Urraco »

Hello
How do i change color of unread message?
I've already have filtered messages with tag color but I want the unread messages to be the same color - bold black
Thanks
morat
Posts: 6437
Joined: February 3rd, 2009, 6:29 pm

Re: unread message color

Post by morat »

Try this:

Code: Select all

/* Thunderbird userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

treechildren::-moz-tree-cell-text(unread) {
  font-weight: bold !important;
  color: black !important;
}
http://kb.mozillazine.org/UserChrome.css

Remember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart.

Reference
http://searchfox.org/comm-esr91/search? ... egexp=true
Urraco
Posts: 12
Joined: October 12th, 2021, 5:34 am

Re: unread message color

Post by Urraco »

I created a "userChrome.css " file in "AppData\Roaming\Thunderbird\Profiles\0o9mr9x7.default-release\chrome"
but no effect
I use Google Chrome
where to look for " toolkit.legacyUserProfileCustomizations.stylesheets" ?
morat
Posts: 6437
Joined: February 3rd, 2009, 6:29 pm

Re: unread message color

Post by morat »

You must set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true in order to load the userChrome.css file.

How to Modify Preferences
http://support.mozilla.org/kb/config-editor

Check if the userChrome.css file is really in the chrome folder in the correct profile folder.

Application menu button > Help > More Troubleshooting Information > Update Folder > Open Folder
Application menu button > Help > More Troubleshooting Information > Profile Folder > Open Folder (click here)

How to Create a userChrome.css File
http://www.userchrome.org/how-create-us ... e-css.html

Troubleshoot userChrome.css
http://forums.mozillazine.org/viewtopic ... #p14887480
Urraco
Posts: 12
Joined: October 12th, 2021, 5:34 am

Re: unread message color

Post by Urraco »

Solved
Thank you for help!
Post Reply