feat:#13 added overlay panel with infos about event and colors

This commit is contained in:
Elmar Kresse
2024-06-06 00:31:19 +02:00
parent 49342f28f1
commit 4e73eddf50
7 changed files with 145 additions and 16 deletions

View File

@@ -63,6 +63,10 @@ $highlightFocusBg: rgba($primaryColor, .24) !default;
margin: 1%;
}
.fc-v-event .fc-event-main {
color: map-get($colors, "htwk-schwarz"); /*#1c2127*/
}
.fc.fc-unthemed .fc-view-container .fc-divider {
background: $primaryTextColor; /*#071426*/
border: 1px solid map-get($colors, "htwk-grau-140"); /*#0b213f*/

View File

@@ -10138,6 +10138,9 @@
border-radius: 6px;
margin: 1%;
}
:root .fc-v-event .fc-event-main {
color: #000000; /*#1c2127*/
}
:root .fc.fc-unthemed .fc-view-container .fc-divider {
background: #ffffff; /*#071426*/
border: 1px solid #1b2022; /*#0b213f*/

File diff suppressed because one or more lines are too long