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

搜尋 Mozilla 技術支援網站

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

了解更多

Thunderbird 91

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

more options

Доброго дня. Есть вопрос про возможность настройки. В версии 91 немного изменилось оформление входящий писем. Быть точнее цвет текста и иконки нового письма. (Скрин во вложении)

Есть ли возможность изменить этот цвет ? На другой (Удобно будет если цвет будет от версии 78 он голубой) На сколько я понимаю. Конфигурация должна находиться где-то в файле "omni.ja" Но там очень много файлов и я не могу найти данный параметр. Сможет кто помочь найти файл с данными параметрами???

Доброго дня. Есть вопрос про возможность настройки. В версии 91 немного изменилось оформление входящий писем. Быть точнее цвет текста и иконки нового письма. (Скрин во вложении) Есть ли возможность изменить этот цвет ? На другой (Удобно будет если цвет будет от версии 78 он голубой) На сколько я понимаю. Конфигурация должна находиться где-то в файле "omni.ja" Но там очень много файлов и я не могу найти данный параметр. Сможет кто помочь найти файл с данными параметрами???
附加的畫面擷圖

所有回覆 (1)

more options

adm.asadis said

Good afternoon. There is a question about the possibility of customisation. In version 91 the design of the incoming mails has changed a bit. To be more precise, the colour of text and icons for new mail. (Screenshot attached). Is it possible to change this colour? (It would be convenient if the colour will be from version 78 it is blue) As far as I understand. The configuration must be somewhere in the file "omni.ja" But there are a lot of files and I can not find this parameter. Can anyone help find a file with these parameters???

This can be done with userChrome.css.

/* Change Folder name color to indicate New Message(s) arrived */
treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
  color: red !important;
  font-weight: bold !important;
}

/* Change account name color to indicate New Message(s) arrived */
treechildren::-moz-tree-cell-text(isServer-true, biffState-NewMail) {
font-weight: bold !important;
color: red !important;
}

Help/More Troubleshooting, Profile Folder, 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 colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.