搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to customise or change the color of unread messages?

  • 1 回覆
  • 0 有這個問題
  • 3 次檢視
  • 最近回覆由 sfhowes

more options

Hello, i try to customise the thunderbird mail colors, but can't find any settings to that. I want to change the colors for "marked as -> unread" messages and the color for new received messages. Can anyone tell me how to adjust this? I tried to add the "userChrome.css" file in the self created folder "chrome" in my profile directory, but nothing changed. Can someone help me? I use Ubuntu 22.04.4 LTS version and the thunderbird version 115.6.0.

Hello, i try to customise the thunderbird mail colors, but can't find any settings to that. I want to change the colors for "marked as -> unread" messages and the color for new received messages. Can anyone tell me how to adjust this? I tried to add the "userChrome.css" file in the self created folder "chrome" in my profile directory, but nothing changed. Can someone help me? I use Ubuntu 22.04.4 LTS version and the thunderbird version 115.6.0.

被選擇的解決方法

To set the colours of new and unread entries in the message list for new and unread messages (Table View):

/* threads pane unread colour table view */
#threadTree tr[data-properties~="unread"] {
color: red !important; }

/* threads pane new colour table view */
#threadTree tr[data-properties~="new"] {
color: green !important; }


Help/Troubleshooting Info, Profile Folder, Open Folder (Linux: Open Directory), 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 colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See attached picture.

從原來的回覆中察看解決方案 👍 1

所有回覆 (1)

more options

選擇的解決方法

To set the colours of new and unread entries in the message list for new and unread messages (Table View):

/* threads pane unread colour table view */
#threadTree tr[data-properties~="unread"] {
color: red !important; }

/* threads pane new colour table view */
#threadTree tr[data-properties~="new"] {
color: green !important; }


Help/Troubleshooting Info, Profile Folder, Open Folder (Linux: Open Directory), 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 colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See attached picture.

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題