From c3348c823053842c98b7e3d542e6a9616180bf5e Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 14 Feb 2023 14:13:55 -0700 Subject: [PATCH] Et2Date: Copy drop shadow from select dropdown --- api/templates/default/etemplate2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index f5c456293c..a393815f3c 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4026,7 +4026,8 @@ span.et2_countdown_seconds { /** Hide flatpickr calendar when initially created */ body .flatpickr-calendar { - display: none; + display: none; + box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%); } .flatpickr-calendar.open {