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

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

Change the colors of the columns

  • 2 amsoshi
  • 1 yana da wannan matsala
  • 50 views
  • Amsa ta ƙarshe daga 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
Hoton allon fuska da aka liƙa

Mafitar da aka zaɓa

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

Karanta wannan amsa a matsayinta 👍 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

Zaɓi Mafita

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