cis4 raumreservierung beta version

This commit is contained in:
ma0048
2025-12-18 11:08:40 +01:00
parent a4be020156
commit 8f9f447acf
17 changed files with 1142 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;
}