diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/cdav_calendar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css index 46a32bef7..8e1b31fa1 100644 --- a/view/css/cdav_calendar.css +++ b/view/css/cdav_calendar.css @@ -4,8 +4,8 @@ --fc-border-color: var(--bs-border-color) !important; --fc-page-bg-color: var(--bs-tertiary-bg) !important; --fc-list-event-hover-bg-color: var(--bs-tertiary-bg) !important; - --fc-daygrid-event-dot-width: 1rem !important; - --fc-list-event-dot-width: 1rem !important; + --fc-daygrid-event-dot-width: 1em !important; + --fc-list-event-dot-width: 1em !important; } .fc .fc-cell-shaded, .fc .fc-day-disabled { |