Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Change the colors of the columns

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 50 wyświetleń
  • Ostatnia odpowiedź od 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
Załączone zrzuty ekranu

Wybrane rozwiązanie

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

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (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

Wybrane rozwiązanie

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