搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.