mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-12-03 18:56:44 -08:00
Datemenu: other month day with events point
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
1
gnome-shell/calendar-event-disabled.svg
Normal file
1
gnome-shell/calendar-event-disabled.svg
Normal 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 |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
Reference in New Issue
Block a user