Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

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.

Learn More

Change Background/Highlight Color of Unread Messages?

  • 1 baphendule
  • 0 zinale nkinga
  • 45 views
  • Igcine ukuphendulwa ngu JOEY61

more options

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;
Ama-screenshot ananyekiwe

All Replies (1)

more options

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;

}

Helpful?

Buza umbuzo

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.