Datemenu: other month day with events point
This commit is contained in:
+6
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user