|
@ -857,6 +857,10 @@ input:focus:-ms-input-placeholder { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* CALENDAR */ |
|
|
/* CALENDAR */ |
|
|
|
|
|
[class*="CircularProgressBar-circularProgressBarContainer-"] svg circle { |
|
|
|
|
|
stroke: white !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
[class*="CalendarEvent-downloaded-"]:not([class*="AgendaEvent-"]) { |
|
|
[class*="CalendarEvent-downloaded-"]:not([class*="AgendaEvent-"]) { |
|
|
background: rgb(var(--calendar-downloaded) / .7) !important; |
|
|
background: rgb(var(--calendar-downloaded) / .7) !important; |
|
|
border-left-color: transparent !important; |
|
|
border-left-color: transparent !important; |
|
@ -897,12 +901,14 @@ input:focus:-ms-input-placeholder { |
|
|
border-left-color: transparent !important; |
|
|
border-left-color: transparent !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[class*="CalendarEvent-downloading-"]:not([class*="AgendaEvent-"]) { |
|
|
[class*="CalendarEvent-downloading-"]:not([class*="AgendaEvent-"]), |
|
|
|
|
|
[class*="CalendarEvent-queue-"]:not([class*="AgendaEvent-"]) { |
|
|
background: rgb(var(--calendar-downloading) / .7) !important; |
|
|
background: rgb(var(--calendar-downloading) / .7) !important; |
|
|
border-left-color: transparent !important; |
|
|
border-left-color: transparent !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[class*="Calendar-calendar-"] [class*="CalendarEvent-downloading-"]:hover:not([class*="AgendaEvent-"]) { |
|
|
[class*="Calendar-calendar-"] [class*="CalendarEvent-downloading-"]:hover:not([class*="AgendaEvent-"]), |
|
|
|
|
|
[class*="Calendar-calendar-"] [class*="CalendarEvent-queue-"]:hover:not([class*="AgendaEvent-"]) { |
|
|
background: rgb(var(--calendar-downloading) / .5) !important; |
|
|
background: rgb(var(--calendar-downloading) / .5) !important; |
|
|
border-left-color: transparent !important; |
|
|
border-left-color: transparent !important; |
|
|
} |
|
|
} |
|
|