搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 Postscriptum

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于修改