![Thunderbird logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2024-02-12-07-36-53-599028_1.png)
Change the colors of the columns
Hello, I have a question, is it possible to change the colors of the columns in the message list? I found a thread like this: https://support.mozilla.org/en-US/questions/1166179 but I can't find the * .css file mentioned above
Gekose oplossing
This can be done with css:
#threadTree treecol, #threadTree .treecol-image { background-color: orange !important; border-inline-start: 1px solid grey !important; padding-top: 2px !important; padding-bottom: 2px !important; color: black !important; font-weight: bold !important; -moz-appearance: none !important;}
Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB. See attached picture.
It's possible to have different colors for each button: https://support.mozilla.org/en-US/questions/1293251
Lees dié antwoord in konteks 👍 0All Replies (2)
Yes, it can be done, but the full capability is beyond simple support. I suggest you do web searches for thunderbird userchrome.css for more help. Here is answer to similar question asked previously: https://support.mozilla.org/en-US/que.../1094825
Gekose oplossing
This can be done with css:
#threadTree treecol, #threadTree .treecol-image { background-color: orange !important; border-inline-start: 1px solid grey !important; padding-top: 2px !important; padding-bottom: 2px !important; color: black !important; font-weight: bold !important; -moz-appearance: none !important;}
Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB. See attached picture.
It's possible to have different colors for each button: https://support.mozilla.org/en-US/questions/1293251