Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

No background colour on subject, from, date etc headers in Thunderbird inbox

  • 4 отговора
  • 1 има този проблем
  • 3 изгледи
  • Последен отговор от Dimwit49

more options

I recently upgraded to TB 68.9.0. The colours that used to be the background for headers in the inbox view (subject, from, date etc.) have disappeared. Without these, I find the headers look like the email messages below. I have downloaded the Account Colors add-on, but I can’t see how this might solve the problem – not sure how to operate this add-on. Any guidance to get the coloured background for the inbox message headers back will be much appreciated.

I recently upgraded to TB 68.9.0. The colours that used to be the background for headers in the inbox view (subject, from, date etc.) have disappeared. Without these, I find the headers look like the email messages below. I have downloaded the Account Colors add-on, but I can’t see how this might solve the problem – not sure how to operate this add-on. Any guidance to get the coloured background for the inbox message headers back will be much appreciated.

Избрано решение

I don't think there are any restrictions imposed by TB - use any colors defined here. Note that I only included code for the most common columns; a full list is here.

Прочетете този отговор в контекста 👍 0

Всички отговори (4)

more options

The colors of the column buttons in the Threads Pane can be set with a userChrome.css file:

#subjectCol{background-color:yellow !important; -moz-appearance: none ! important;}
#dateCol{background-color:yellow !important; -moz-appearance: none ! important;}
#senderCol{background-color:yellow !important; -moz-appearance: none ! important;}
#correspondentCol{background-color:lightgrey !important; -moz-appearance: none ! important;}
#recipientCol{background-color:yellow !important; -moz-appearance: none ! important;}
#sizeCol{background-color:yellow !important; -moz-appearance: none ! important;}
#attachmentCol{background-color:lightgrey !important; -moz-appearance: none ! important;}

Help/Troubleshooting, click Open Folder, close TB, create a new subfolder named chrome, and in chrome create a userChrome.css file with a text editor. Copy the code from above into the css file, then restart TB. The buttons can have the same color or alternate colors as in the attached picture.

Променено на от sfhowes

more options

Many thanks. Playing with the code made me very wary as I am no computer boffin. I tried it once, did not work, maybe I put the Chrome folder in the wrong place. Tried it again and it worked! Then I made a new css file to replace your original which allowed me to change the header colours from yellow to light blue. Well done sfhowes. Other users may benefit from this too.

Does TB have a list of standard colours we can choose from?

more options

Избрано решение

I don't think there are any restrictions imposed by TB - use any colors defined here. Note that I only included code for the most common columns; a full list is here.

more options

Knowing this is a real bonus. Many thanks again.