cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pmp
New member
Status: New idea

THUNDERBIRD : hello, following the last update of July 2024 of thunderbird, I have a lot of trouble seeing what the current message is, the highlighting is too discreet, is it possible to color the label of the message in permanence?cartouche colorée

more precisely: if I click on the header the message is visibly colored, but as soon as I click in the content of the message the color disappears, and I no longer know what message I am displaying.

there is just a small mark barely visible (see the red arrows in the image)
Can you leave the entire cartridge colored ?

image.png

8 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Agentvirtuel
Contributor

Hello

Take a look at
https://www.thunderbird-mail.de/forum/thread/94955-tb-128-css-befehl-für-kartenansicht-haben-sich-ge...

#threadTree tbody tr[data-properties~="unread"] .card-container {
    background-color: #0082FC !important;
}
#threadTree tbody tr[data-properties~="unread"][data-properties~="new"] .card-container {
    background-color: #006800 !important;
}
#threadTree tbody tr.selected .card-container {
    background-color: #800 !important;
}
#threadTree tbody tr .card-container:hover,
#threadTree tbody tr[data-properties~="unread"] .card-container:hover,
#threadTree tbody tr[data-properties~="unread"][data-properties~="new"] .card-container:hover,
#threadTree tbody tr.selected .card-container:hover {
    background-color: #D1E2F2 !important;
    color: #000 !important;
}

#threadTree[rows="thread-card"] .card-container {
    color: var(--tag-color);
}

https://www.youtube.com/embed/o1df98ZsMsM

You can testing a different colors https://www.w3schools.com/colors/default.asp
And restart Thunderbird

matthias123
New member

what also is strange, the columns stay not the way i want to have them. all column jump like they never get the info of what i do in the way i want to have the order. it looks different in every folder and like i have never toched the columns. even the order of show latest email on top is up side down...

Agentvirtuel
Contributor

Hello

About the selected message color
This other https://support.mozilla.org/en-US/questions/1456609
You can testing a different colors https://www.w3schools.com/colors/default.asp
And restart Thunderbird

pmp
New member

Thanks Agentvirtuel, But me I'm just a simple end user I don't know how to program, I would need a native modification or else? An accessible option In the display menu for example

PeterLairo
Strollin' around

Hello

Take a look at the similar suggestion:

Make Active message in Message List more noticeable when not selected

https://connect.mozilla.org/t5/ideas/make-active-message-in-message-list-more-noticeable-when-not/id...

It contains a screenshot of the suggested desired result.

Vote if you like it. 😊

PeterLairo
Strollin' around

Here's the Bugzilla bug for this issue:

https://bugzilla.mozilla.org/show_bug.cgi?id=1909871