|
|
@ -903,12 +903,14 @@ input:focus:-ms-input-placeholder { |
|
|
|
border-left-color: transparent !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="CalendarEvent-unreleased-"] { |
|
|
|
[class*="CalendarEvent-unreleased-"], |
|
|
|
[class*="CalendarEvent-continuing-"] { |
|
|
|
background: rgb(var(--calendar-unaired) / .7) !important; |
|
|
|
border-left-color: transparent !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="Calendar-calendar-"] [class*="CalendarEvent-unreleased-"]:hover { |
|
|
|
[class*="Calendar-calendar-"] [class*="CalendarEvent-unreleased-"]:hover, |
|
|
|
[class*="Calendar-calendar-"] [class*="CalendarEvent-continuing-"]:hover { |
|
|
|
background: rgb(var(--calendar-unaired) / .5) !important; |
|
|
|
border-left-color: transparent !important; |
|
|
|
} |
|
|
|