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

Etsi tuesta

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.

Lue lisää

Change Background/Highlight Color of Unread Messages?

  • 1 vastaus
  • 1 henkilöllä on sama ongelma
  • 53 näyttöä
  • Viimeisin kirjoittaja 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;
Liitetyt ruutukaappaukset

Kaikki vastaukset (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?

Esitä kysymys

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