makes the calendar week mode header align and highlights the week or day in the Month view depenedent if there is a week view available

This commit is contained in:
SimonGschnell
2024-10-08 13:20:06 +02:00
parent e75872adaa
commit 79c8edc6cf
4 changed files with 49 additions and 19 deletions
+5
View File
@@ -133,6 +133,11 @@
position: relative;
aspect-ratio: 1;
}
.fhc-calendar-month-page-day-highlight {
background-color: #f5f5f5;
}
.fhc-calendar-sm .fhc-calendar-month-page-day.active .no,
.fhc-calendar-xs .fhc-calendar-month-page-day.active .no {
background-color: rgba(var(--bs-info-rgb), 0.25);