본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.