mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Fix for #345
This commit is contained in:
parent
5ba91b820b
commit
13768ba606
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user