mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
31 lines
853 B
CSS
31 lines
853 B
CSS
|
|
[class*="CalendarEvent-event-"] {
|
|
background: rgb(var(--calendar-unmonitored) / .4);
|
|
}
|
|
|
|
[class*="CalendarEvent-downloaded-"] {
|
|
background: rgb(var(--calendar-available) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-missing-"],
|
|
[class*="CalendarEvent-missingMonitored"] {
|
|
background-color: rgb(var(--calendar-missing) / .4);
|
|
}
|
|
|
|
[class*="CalendarEvent-missingUnmonitored-"] {
|
|
background: rgb(var(--calendar-missing-unmonitored) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-unreleased-"],
|
|
[class*="CalendarEvent-continuing-"] {
|
|
background: rgb(var(--calendar-unaired) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-unmonitored-"] {
|
|
background: rgb(var(--calendar-unmonitored) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-downloading-"],
|
|
[class*="CalendarEvent-queue-"] {
|
|
background: rgb(var(--calendar-downloading) / .4) !important;
|
|
} |