Styling for the month view in calendar page

This commit is contained in:
Alex Tselegidis 2024-06-18 16:17:39 +02:00
parent 6be7e24543
commit c95f6d7598

View file

@ -407,8 +407,13 @@ body legend {
text-shadow: none;
}
#calendar-page .fc-daygrid-day-top {
font-size: 11px;
}
#calendar-page .fc-event-time {
font-weight: bold;
font-size: 11px;
}
#calendar-page .fc-event-title {
@ -471,6 +476,7 @@ body legend {
background-color: #4790ca;
color: #333;
min-height: 12px;
font-size: 11px;
}
#existing-customers-list {