From 7fc28f9fb5c9da8fc97b52662aa090bbdcb6d850 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 1 Sep 2022 10:35:23 -0600 Subject: [PATCH] Fix "today" was not marked in flatpickr calendars --- api/templates/default/etemplate2.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 28b11c15e4..86fd680f7a 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4052,10 +4052,13 @@ div.flatpickr-calendar.inline .flatpickr-day { max-width: var(--dayWidth); height: var(--dayWidth); line-height: var(--dayWidth); - border: none; cursor: pointer; } +div.flatpickr-calendar.inline .flatpickr-day:not(.today) { + border: none; +} + .selectedTreeRow { background-color: rgba(102, 153, 204, 0.7); color: #1e1e1e;