Et2Date: Copy drop shadow from select dropdown

This commit is contained in:
nathan 2023-02-14 14:13:55 -07:00
parent 80c5a64316
commit c3348c8230

View File

@ -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 {