diff --git a/css/datemenu.css b/css/datemenu.css index 1e9b651..0504700 100644 --- a/css/datemenu.css +++ b/css/datemenu.css @@ -101,7 +101,7 @@ } .calendar .calendar-day-with-events { - background-image: url("calendar-today.svg"); + background-image: url("calendar-event.svg"); background-size: contain; font-weight: 700; } @@ -114,6 +114,11 @@ color: TEXT-DISABLED-COLOR; } +.calendar .calendar-other-month-day.calendar-day-with-events { + background-image: url("calendar-event-disabled.svg"); + background-size: contain; +} + /* events */ .events-button, diff --git a/gnome-shell/calendar-event-disabled.svg b/gnome-shell/calendar-event-disabled.svg new file mode 100644 index 0000000..861c9a3 --- /dev/null +++ b/gnome-shell/calendar-event-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/gnome-shell/calendar-today.svg b/gnome-shell/calendar-event.svg similarity index 100% rename from gnome-shell/calendar-today.svg rename to gnome-shell/calendar-event.svg