Making the calendar look better.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-30 12:36:06 -04:00
parent 6702aa2f11
commit 7874ea2ab3

View File

@@ -16,8 +16,6 @@
.fc {
font-family: "Inter", "Roboto", Arial, sans-serif !important;
/*background: transparent !important;*/
/*border-radius: 12px !important;*/
box-shadow: none !important;
}
@@ -50,8 +48,6 @@
}
.fc .fc-daygrid-day {
/* background: #fff !important;*/
/*border-radius: 8px !important;*/
box-shadow: 0 1px 4px rgba(30, 64, 175, 0.08) !important;
transition: box-shadow 0.2s !important;
}
@@ -69,7 +65,6 @@
.fc .fc-event {
background: #1976d2 !important;
color: #fff !important;
/*border-radius: 6px !important;*/
padding: 2px 6px !important;
font-size: 0.95rem !important;
box-shadow: 0 2px 8px rgba(30, 64, 175, 0.12) !important;
@@ -86,11 +81,26 @@
.fc .fc-daygrid-day .fc-daygrid-day-frame {
background: #c0c0c0 !important;
/*border-radius: 8px !important;*/
box-shadow: 0 1px 4px rgba(30, 64, 175, 0.08) !important;
transition: box-shadow 0.2s !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
background: #d0d0d0 !important;
box-shadow: 0 4px 12px rgba(30, 64, 175, 0.16) !important;
}
.fc .fc-daygrid-day.fc-day-other .fc-daygrid-day-frame {
background: #aaa !important;
opacity: 1 !important;
}
.fc .fc-daygrid-day.fc-day-other .fc-daygrid-day-number {
color: #fff !important;
opacity: 1 !important;
font-weight: 600 !important;
}
.fc .fc-daygrid-day:hover .fc-daygrid-day-frame {
background: #e3f2fd !important;
box-shadow: 0 4px 12px rgba(30, 64, 175, 0.16) !important;