Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Thunderbird 78.2.2 Calendar "TODAY" highlight

  • 3 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan GWild55

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" fram rather than just the header.

Have a look at my calendar image: see if you can easily find "today" (hint, Sep 13).

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" fram rather than just the header. Have a look at my calendar image: see if you can easily find "today" (hint, Sep 13).
Keppele skermôfbyldingen

Keazen oplossing

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.

Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (3)

more options

As a postscript - using the "color blind accessibility" setting makes it even worse since that removes all color.

more options

Keazen oplossing

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.

more options

That gets the job done, thank you!