当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

New mail colour in macOS (Mojave)

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 21 回表示
  • 最後の返信者: sfhowes

more options

Simple request: how to change the font colour of new mails in inbox (see image) from white bold to <colour> bold. Found a solution for Linux, but can't find one for macOS.

Thunderbird: 68.4.1 (64-bit)

- Cheers!
Simple request: how to change the font colour of new mails in inbox (see image) from white bold to <colour> bold. Found a solution for Linux, but can't find one for macOS. Thunderbird: 68.4.1 (64-bit) - Cheers!
添付されたスクリーンショット

すべての返信 (3)

more options

if it involves a userchrome file it is not os specific.

この投稿は Matt により に変更されました

more options

Interesting. I tried creating one and didn't seem to work. I'll try again...

more options

Try this css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#threadTree treechildren::-moz-tree-cell-text(unread) {
-moz-appearance: none !important;
color: #CC0000 !important;
}

Most issues with css not working are due to not placing the userChrome.css file in the chrome folder, which must be a subfolder of the profile folder. Help/Troubleshooting, click Show in Finder to open the profile folder, close TB before making any changes.