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!

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”.

Learn More

Thunderbird 78.9.0 (32-Bit) Calendar "TODAY" highlight

  • 4 odpowiedzi
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od rikoma42

more options

The highlight for "Today" is a light bluish color that does not stand out to me - I'd like to change the highlight to something a bit more obvious - a deeper blue, or even more distinct by highlighting the entire "day" rather than just the header. This is what I found as the chosen solution, https://support.mozilla.org/en-US/questions/1304213#question-reply I got into Calendar/Tools/Options /General/Indexing /Config. editor.

So I got into "Config. editor" panel with a message to be very careful. Here I got lost. I do not understand the following, could someone be more specific PLEASE HELP.

Try this css code (see picture): .calendar-month-day-box-current-month[selected="true"] {

 background-color: orange !important;}

.calendar-month-day-box-current-month[relation="today"] {

 background-color: red !important;}

Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor.

The highlight for "Today" is a light bluish color that does not stand out to me - I'd like to change the highlight to something a bit more obvious - a deeper blue, or even more distinct by highlighting the entire "day" rather than just the header. This is what I found as the chosen solution, https://support.mozilla.org/en-US/questions/1304213#question-reply I got into Calendar/Tools/Options /General/Indexing /Config. editor. So I got into "Config. editor" panel with a message to be very careful. Here I got lost. I do not understand the following, could someone be more specific PLEASE HELP. Try this css code (see picture): .calendar-month-day-box-current-month[selected="true"] { background-color: orange !important;} .calendar-month-day-box-current-month[relation="today"] { background-color: red !important;} Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor.

Zmodyfikowany przez rikoma42 w dniu

Wybrane rozwiązanie

Copy this code into the css file:

.calendar-month-day-box-current-month[selected="true"] {
  background-color: orange !important;
}
.calendar-month-day-box-current-month[relation="today"] {
  background-color: red !important;
}

Save the userChrome.css file in the chrome folder, which must be created as a folder in the profile folder. The colors, orange and red in the code, can be changed to any html color.

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

Wszystkie odpowiedzi (4)

more options

Config. editor is where you have to toggle the preference described in the other topic. But to install a css code, Help/Troubleshooting, 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 css code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.

more options

Thank you SFhowes A small clarification is needed . 1) What portion from the above I need to copy into the "userChrome.css" file. 2) do I save the "userChrome.css" file in the "chrome" folder  ? 3) And were do I change the colors

Thank you for helping a geriatric. Much appreciated Riko

Zmodyfikowany przez rikoma42 w dniu

more options

Wybrane rozwiązanie

Copy this code into the css file:

.calendar-month-day-box-current-month[selected="true"] {
  background-color: orange !important;
}
.calendar-month-day-box-current-month[relation="today"] {
  background-color: red !important;
}

Save the userChrome.css file in the chrome folder, which must be created as a folder in the profile folder. The colors, orange and red in the code, can be changed to any html color.

more options

You are my HERO