fix:#19 updated theme

This commit is contained in:
Elmar Kresse
2024-06-27 20:48:42 +02:00
parent 03820ccf22
commit 86146e7f23
6 changed files with 1055 additions and 4050 deletions

View File

@ -477,3 +477,12 @@ $highlightFocusBg: rgba($primaryColor, 0.24) !default;
); /*rgba(147, 197, 253, 0.16)*/ ); /*rgba(147, 197, 253, 0.16)*/
} }
} }
.fc-event-selected::after, .fc-event:focus::after {
background: var(--fc-event-selected-overlay-color);
inset: -1px;
content: "";
position: absolute;
z-index: 1;
border-radius: 5px;
}

View File

@ -487,3 +487,12 @@ $highlightFocusBg: rgba($primaryColor, 0.24) !default;
); /*rgba(147, 197, 253, 0.16)*/ ); /*rgba(147, 197, 253, 0.16)*/
} }
} }
.fc-event-selected::after, .fc-event:focus::after {
background: var(--fc-event-selected-overlay-color);
inset: -1px;
content: "";
position: absolute;
z-index: 1;
border-radius: 5px;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long