diff options
author | Mario <mario@mariovavti.com> | 2023-01-25 13:39:50 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-25 13:39:50 +0000 |
commit | ddae3eaf849b13cf4ef86c48c5e75967582c3276 (patch) | |
tree | a9ff654f1176d2fe19766b07ff8f1e04ff2efab3 /view/css | |
parent | a9ae17036d30a676c833a6ddb98409f19cbbd963 (diff) | |
download | volse-hubzilla-ddae3eaf849b13cf4ef86c48c5e75967582c3276.tar.gz volse-hubzilla-ddae3eaf849b13cf4ef86c48c5e75967582c3276.tar.bz2 volse-hubzilla-ddae3eaf849b13cf4ef86c48c5e75967582c3276.zip |
calendar: remove deprecated 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 { |