Mozilla 도움말 검색

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

자세히 살펴보기

Restoring unread email icon to blue

  • 4 답장
  • 1 이 문제를 만남
  • 7 보기
  • 최종 답변자: sfhowes

more options

Thunderbird update 78.2.2 changed the unread email icon from blue to green. With my color vision it is not as salient. How do I change it back to blue?

Thunderbird update 78.2.2 changed the unread email icon from blue to green. With my color vision it is not as salient. How do I change it back to blue?
첨부된 스크린샷

모든 댓글 (4)

more options

Green is the default. Perhaps you had an addon or theme installed that showed that column as blue?

more options

I made an 8x8 image, unreadmail.png, and stored it in the chrome folder along with this userChrome.css file:

treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
  list-style-image: url("unreadmail.png") !important;
  -moz-image-region: rect(0px, 8px, 8px, 0px) !important;
}

See attached picture. Reference.

Set toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor.

글쓴이 sfhowes 수정일시

more options

Wayne, maybe green is now the default, but it was not the default for the past 10 years or more I have been using Thunderbird up until yesterday's update. I started using Thunderbird when Mulberry died. I have never installed any special themes.

Sfhowes thanks for the hack. Where is the chrome folder in OS X? I do not see it in Library/Application Support/Mozilla, Library/Thunderbird, Library/Preferences or Applications/Thunderbird ==> Show Package Contents

Thanks -- Dan

more options

Help/Troubleshooting, Profile Folder, click Show in Finder, close TB, create a subfolder of the profile named chrome, and in chrome create a new document with a text editor, save it as userChrome.css, copy in the code above, and copy an unreadmail.png file into chrome. Make sure the css file type is Cascading Style Sheet, not Text. I've attached an 80x80 png file that you can resize or change the color.