Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Colored Label

more options

Before the last update, when you assigned a colored label to the message (e.g., work, important, etc.), the entire title, header of the message, took the chosen color. Now you only see a small tag.

'The previous system was definitely more practical. Can it be reactivated?

Before the last update, when you assigned a colored label to the message (e.g., work, important, etc.), the entire title, header of the message, took the chosen color. Now you only see a small tag. 'The previous system was definitely more practical. Can it be reactivated?

Wybrane rozwiązanie

The procedure was a bit complex but I finally solved it, thanks. 😉

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (4)

more options

For Cards View, this can be done with css:

.card-container {
    background-color: var(--tag-color) !important;
}


To make just the card text have the tag colour:

.card-container {
    color: var(--tag-color) !important;
}


Help/Troubleshooting Info, Profile Folder, Open Folder, 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. 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)

Pomocne?

more options

OK thanks, but I find it a bit complicated for me...

I don't understand why this feature, active in the previous version of Thunderbird, has now been eliminated. It was convenient for a quick glance at messages 🙄

Pomocne?

more options

The css is necessary for Cards View, which displays a small card icon with the colour of the tag. Table View shows the list with coloured text by default.

Pomocne?

more options

Wybrane rozwiązanie

The procedure was a bit complex but I finally solved it, thanks. 😉

Pomocne?

Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.