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

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Change Background/Highlight Color of Unread Messages?

  • 1 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 62 gösterim
  • Son yanıtı yazan: 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;
Ekli ekran görüntüleri

Tüm Yanıtlar (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;

}
Soru sorun

Mesajlara yanıt verebilmek için hesabınıza giriş yapmalısınız. Henüz hesabınız yoksa lütfen yeni bir soru sorun.