From a059d2f59c9913e5d30fd4b936761cf937ab68d4 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 7 Mar 2022 09:15:56 -0700 Subject: [PATCH] Fix for disconnected month selectboxes aa2dc5c8f064a80154f41a7349755e7e21087c02 didn't work --- api/templates/default/etemplate2.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 5411c23cca..d7f0567026 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4005,3 +4005,9 @@ span.et2_countdown_seconds { .et2_audio audio { outline: none; } + + +/** Hide flatpickr calendar when initially created */ +body .flatpickr-calendar { + display: none; +} \ No newline at end of file