Datemenu: other month day with events point

This commit is contained in:
Vladyslav Hroshev
2023-03-27 15:59:12 +03:00
parent 0cd285c107
commit 7ddae4b942
3 changed files with 7 additions and 1 deletions

View File

@@ -101,7 +101,7 @@
} }
.calendar .calendar-day-with-events { .calendar .calendar-day-with-events {
background-image: url("calendar-today.svg"); background-image: url("calendar-event.svg");
background-size: contain; background-size: contain;
font-weight: 700; font-weight: 700;
} }
@@ -114,6 +114,11 @@
color: TEXT-DISABLED-COLOR; 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 */
.events-button, .events-button,

View File

@@ -0,0 +1 @@
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle style="fill:TEXT-DISABLED-COLOR;fill-rule:evenodd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" cx="16" cy="28" r="2"/></svg>

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 210 B