Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

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

详细了解

Change Background/Highlight Color of Unread Messages?

  • 1 个回答
  • 3 人有此问题
  • 224 次查看
  • 最后回复者为 JOEY61

I found multiple tutorials to change the font color, and the back-background color, but not the actual primary background area in my screenshot. https://support.mozilla.org/en-US/questions/1441429#question-reply This one changes the Font color: color: #2492d1 !important;

This changed the far back background color, not primary background: background-color: #2492d1 !important;

I found multiple tutorials to change the font color, and the back-background color, but not the actual primary background area in my screenshot. https://support.mozilla.org/en-US/questions/1441429#question-reply ''' This one changes the Font color:''' color: #2492d1 !important; '''This changed the far back background color, not primary background:''' background-color: #2492d1 !important;
已附加屏幕截图

所有回复 (1)

Solved! The Code for the File (using the linked tutorial) is this to change background color:

@import url("chrome://messenger/content/unifiedtoolbar/unifiedToolbarWebextensions.css");


/* Set colour of unread in thread pane/message list */

  1. threadTree tbody [data-properties~="unread"] {

.tree-table,

.card-container {

background-color: #012a60 !important;

}