Merge branch 'feature-68301/cis4_ma_raumreservierung' into cis40_2026-05_ma_rc

This commit is contained in:
Harald Bamberger
2026-05-04 18:17:53 +02:00
17 changed files with 1127 additions and 26 deletions
+14
View File
@@ -97,3 +97,17 @@
display: none;
}
.fhc-calendar-empty-slot-plus {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 18px;
opacity: 0;
pointer-events: none;
user-select: none;
}
.part-body:hover .fhc-calendar-empty-slot-plus {
opacity: 1;
}