Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Change the colors of the columns

  • 2 antwoorde
  • 1 het hierdie probleem
  • 48 views
  • Laaste antwoord deur sfhowes

more options

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

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
Aangehegde skermkiekies

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 👍 0

All Replies (2)

more options

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

more options

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