From 3be4510e63f98bc1b80e3eb3cb9eadafc1a8ccbb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 15 Sep 2022 18:55:02 +0300 Subject: [PATCH] css fix --- frontend/less/espo/misc/fullcalendar/fullcalendar.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/less/espo/misc/fullcalendar/fullcalendar.less b/frontend/less/espo/misc/fullcalendar/fullcalendar.less index 5497f37e17..3872e69bf4 100644 --- a/frontend/less/espo/misc/fullcalendar/fullcalendar.less +++ b/frontend/less/espo/misc/fullcalendar/fullcalendar.less @@ -122,13 +122,13 @@ body .fc-content-col > .fc-now-indicator-line { &:before { content: ""; position: inherit; - left: -3px; + left: -4px; border-radius: 50%; - height: 6px; - width: 6px; + height: 8px; + width: 8px; background-color: var(--brand-danger); display: inline-block; - top: -2px; + top: -3px; opacity: 0.9; } }