lane overlay div up to certain % instead of all day opaque or not; defined hours length and calculating accurate lane width from that;

This commit is contained in:
Johann Hoffmann
2025-02-05 17:02:21 +01:00
parent b198b6a961
commit e901d414a0
4 changed files with 42 additions and 10 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
:root{
--fhc-calendar-pane-height: calc(100vh - 220px);
--fhc-calendar-past: #F5E9D7
}
.fhc-calendar-week-page-header {
@@ -188,7 +189,7 @@
.fhc-calendar-past {
background-color:#F5E9D7;
background-color: var(--fhc-calendar-past);
border-color: #E8E8E8;
opacity: 0.5;
}