為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

Thunderbird 128 Nebula color accents

  • 1 回覆
  • 0 有這個問題
  • 最近回覆由 sfhowes

more options

Diappointed with the color accenting in Windows. I only seem to be able to see a customized reply arrow, and a small dot in the 'From' line. In the screenshots on your introductory page the background of the card is accented and bordered. Is this only for Linux, or will it work in Windows 11 also? If so, where can this be set?

I actually prefer the line view rather than the cards in the Inbox pane, and would also like the color accent to be applied to the current selection highlight/background. Here for example (see screenshot) I would like the purple color (you can see it in the reply arrow) to be applied also to the background highlight of the middle email, where it is currently dark grey.

Many thanks in advance

Diappointed with the color accenting in Windows. I only seem to be able to see a customized reply arrow, and a small dot in the 'From' line. In the screenshots on your introductory page the background of the card is accented and bordered. Is this only for Linux, or will it work in Windows 11 also? If so, where can this be set? I actually prefer the line view rather than the cards in the Inbox pane, and would also like the color accent to be applied to the current selection highlight/background. Here for example (see screenshot) I would like the purple color (you can see it in the reply arrow) to be applied also to the background highlight of the middle email, where it is currently dark grey. Many thanks in advance
附加的畫面擷圖

所有回覆 (1)

more options

The background and text colours of selected messages in Table View that have been replied can be modified with css (see picture):

tr[is="thread-row"][data-properties~="replied"].selected {
  color: white !important;
  background-color: purple !important; 
}

Help/Troubleshooting Info, Profile Folder, Open Folder, 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)

The code for Cards View:

tr[is="thread-card"][data-properties~="replied"].selected .card-container{
  color: white !important;
  background-color: purple !important;
}

有幫助嗎?

問個問題

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