mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user