Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Thunderbird 78.2.2 Calendar "TODAY" highlight

  • 3 svar
  • 1 har detta problem
  • 1 visning
  • Senaste svar av 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).
Bifogade skärmdumpar

Vald lösning

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.

Läs svaret i sitt sammanhang 👍 1

Alla svar (3)

more options

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

more options

Vald lösning

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!