From 1da1e6da9b80b25a0b0f6fa8f4e7b4d7552fe83a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 15 Sep 2022 15:52:16 +0300 Subject: [PATCH] fix --- .../espo/misc/fullcalendar/fullcalendar.less | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/frontend/less/espo/misc/fullcalendar/fullcalendar.less b/frontend/less/espo/misc/fullcalendar/fullcalendar.less index cf38176b36..547aa81a53 100644 --- a/frontend/less/espo/misc/fullcalendar/fullcalendar.less +++ b/frontend/less/espo/misc/fullcalendar/fullcalendar.less @@ -100,21 +100,27 @@ body .fc-now-indicator-arrow { } body .fc-now-indicator { - border: 0 solid var(--brand-danger); + //border: 0 solid var(--brand-danger); opacity: 0.9; } -body .fc-content-col > .fc-now-indicator { +body .fc-content-col > .fc-now-indicator-line { + height: 2px; + border-top-width: 0; + border-bottom-width: 0; + background-color: var(--brand-danger); + border-style: none; + &:before { content: ""; position: inherit; left: -3px; border-radius: 50%; - height: 5px; - width: 5px; + height: 6px; + width: 6px; background-color: var(--brand-danger); display: inline-block; - top: -3px; + top: -2px; opacity: 0.9; } }