[#4] attendance now change event display

This commit is contained in:
Camille Moussu
2025-08-01 17:41:13 +02:00
parent a71d1f12fb
commit cd829703e9
6 changed files with 111 additions and 3 deletions
+12
View File
@@ -27,6 +27,18 @@ main {
position: relative;
}
.declined-event {
opacity: 0.7;
}
.tentative-event {
}
.needs-action-event {
opacity: 0.7;
border: dashed 1px #ffffff;
}
.fc .fc-timegrid-slot {
height: 30px !important;
min-height: 30px !important;