Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

How to customise or change the color of unread messages?

  • 3 відповіді
  • 0 мають цю проблему
  • 3 перегляди
  • Остання відповідь від gahakij559

more options

Hello, i try to customise the thunderbird mail colors, but can't find any settings to that. I want to change the colors for "marked as -> unread" messages and the color for new received messages. Can anyone tell me how to adjust this? I tried to add the "userChrome.css" file in the self created folder "chrome" in my profile directory, but nothing changed. Can someone help me? I use Ubuntu 22.04.4 LTS version and the thunderbird version 115.6.0.

Hello, i try to customise the thunderbird mail colors, but can't find any settings to that. I want to change the colors for "marked as -> unread" messages and the color for new received messages. Can anyone tell me how to adjust this? I tried to add the "userChrome.css" file in the self created folder "chrome" in my profile directory, but nothing changed. Can someone help me? I use Ubuntu 22.04.4 LTS version and the thunderbird version 115.6.0.

Обране рішення

To set the colours of new and unread entries in the message list for new and unread messages (Table View):

/* threads pane unread colour table view */
#threadTree tr[data-properties~="unread"] {
color: red !important; }

/* threads pane new colour table view */
#threadTree tr[data-properties~="new"] {
color: green !important; }


Help/Troubleshooting Info, Profile Folder, Open Folder (Linux: Open Directory), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See attached picture.

Читати цю відповідь у контексті 👍 1

Усі відповіді (3)

more options

Вибране рішення

To set the colours of new and unread entries in the message list for new and unread messages (Table View):

/* threads pane unread colour table view */
#threadTree tr[data-properties~="unread"] {
color: red !important; }

/* threads pane new colour table view */
#threadTree tr[data-properties~="new"] {
color: green !important; }


Help/Troubleshooting Info, Profile Folder, Open Folder (Linux: Open Directory), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See attached picture.

Корисно?

more options

In Folder Pane, I've managed to get the text name of folder to be red:

/* Folder Pane - colour of text if new mail */

.new-messages > .container > .name {

 color: red !important; 

}

how to do the same for "unread" mails, like, f.ex:

.unread-messages > .container > .name {

 color: red !important; 

}

Корисно?

more options

gahakij559 said

In Folder Pane, I've managed to get the text name of folder to be red: /* Folder Pane - colour of text if new mail */ .new-messages > .container > .name { color: red !important; } how to do the same for "unread" mails, like, f.ex: .unread-messages > .container > .name { color: red !important; }

...found it:

.unread > .container > .name

Корисно?

Запитати

Щоб відповідати на повідомлення, ви повинні ввійти у свій обліковий запис. Поставте нове питання, якщо ви ще не маєте облікового запису.