refactor(Stundenplan Tagesansicht):dynamically loads the lvMenu of the first Lv of the day and hightlights the selected LV of the day

This commit is contained in:
SimonGschnell
2024-11-14 14:40:18 +01:00
parent 681fb18222
commit ebedb30c29
6 changed files with 114 additions and 82 deletions
+5
View File
@@ -219,3 +219,8 @@
.fhc-calendar-xs .fhc-calendar-month-page-day .events span {
overflow: hidden;
}
.selectedEvent {
background-color: #00649c !important;
color: white;
}