搜尋 Mozilla 技術支援網站

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

了解更多

Userchome.css code to change the color of new messages to red "in the thread pane".

more options

Is it possible to change the colour of "new incoming messages" displayed in the threadpane? I can only find instrucutions on changing the colour for "unread messages" in the threadpane but not for "new incoming messages in the threadpane. Thanks.

Is it possible to change the colour of "new incoming messages" displayed in the threadpane? I can only find instrucutions on changing the colour for "unread messages" in the threadpane but not for "new incoming messages in the threadpane. Thanks.

被選擇的解決方法

I think the following line should work:

treechildren::-moz-tree-cell-text(new) { color: #f33 !important }

You can of course adjust the color, and combine thew selector new with other selectors like unread and/or selected, but I don't think that's necessary for new mails.

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

所有回覆 (2)

more options

選擇的解決方法

I think the following line should work:

treechildren::-moz-tree-cell-text(new) { color: #f33 !important }

You can of course adjust the color, and combine thew selector new with other selectors like unread and/or selected, but I don't think that's necessary for new mails.

more options

Bingo! Worked first time. Thank you.

由 Postscriptum 於 修改