From ddae3eaf849b13cf4ef86c48c5e75967582c3276 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Jan 2023 13:39:50 +0000 Subject: calendar: remove deprecated options --- view/css/cdav_calendar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/css') 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 { -- cgit v1.2.3