Merge fix: weekend tint cutoff and missing event dots
This commit is contained in:
commit
40d0bb336c
@ -170,6 +170,18 @@
|
|||||||
background-color: hsl(0 0% 6%);
|
background-color: hsl(0 0% 6%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Weekend tint: header cells (higher specificity to override .fc-col-header-cell) */
|
||||||
|
.fc .fc-col-header-cell.fc-day-sat,
|
||||||
|
.fc .fc-col-header-cell.fc-day-sun {
|
||||||
|
background-color: hsl(0 0% 6%) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Weekend tint: timegrid column cells */
|
||||||
|
.fc .fc-timegrid-col.fc-day-sat,
|
||||||
|
.fc .fc-timegrid-col.fc-day-sun {
|
||||||
|
background-color: hsl(0 0% 6%);
|
||||||
|
}
|
||||||
|
|
||||||
.fc .fc-col-header-cell {
|
.fc .fc-col-header-cell {
|
||||||
background-color: hsl(0 0% 8% / 0.65);
|
background-color: hsl(0 0% 8% / 0.65);
|
||||||
border-color: var(--fc-border-color);
|
border-color: var(--fc-border-color);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user