From 78f07ca745b10331de84532e927764856454ca59 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 17 Nov 2021 18:41:31 -0500 Subject: [PATCH] Increase size of now indicators for better visibility --- src/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/index.css b/src/index.css index d0a0b16..c0995dd 100644 --- a/src/index.css +++ b/src/index.css @@ -9,3 +9,15 @@ .fc .fc-timegrid-now-indicator-container { overflow: initial; } + +.fc .fc-timegrid-now-indicator-line { + border-color: rgba(255, 0, 0, .4); + border-top-width: 1px; + border-top-color: red; + border-bottom-width: 9px; +} + +.fc-direction-ltr .fc-timegrid-now-indicator-arrow { + border-width: 10px 0 10px 11px; + margin-top: -10px; +}