Fix: Quartalsansicht – zufällige Today-Markierungen behoben, Button nach links verschoben

Selected-Klasse aus der Quartalsansicht entfernt (war visuell identisch mit Today). Button-Reihenfolge: Quartal > Monat > Woche > Tag > Termine.
This commit is contained in:
2026-04-08 14:15:48 +02:00
parent ba73bde353
commit bda4a75a11
3 changed files with 6 additions and 13 deletions

View File

@@ -675,12 +675,6 @@ a { color: var(--primary); text-decoration: none; }
color: #fff;
border-radius: 50%;
}
.qtr-cell.selected .qtr-day-num {
background: var(--primary);
color: #fff;
border-radius: 50%;
opacity: .55;
}
.qtr-day-num {
font-size: 12px;
font-weight: 500;