From d372df3a3b85f32ff1cea5e261bc4953725ccc57 Mon Sep 17 00:00:00 2001 From: Raydo Matthee Date: Fri, 5 Jul 2024 03:48:53 +0200 Subject: [PATCH] Delete css/confirmDate_copy_copy.css Signed-off-by: Raydo Matthee --- css/confirmDate_copy_copy.css | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 css/confirmDate_copy_copy.css diff --git a/css/confirmDate_copy_copy.css b/css/confirmDate_copy_copy.css deleted file mode 100644 index 9508ea94..00000000 --- a/css/confirmDate_copy_copy.css +++ /dev/null @@ -1,24 +0,0 @@ -.flatpickr-confirm { - height: 40px; - max-height: 0px; - visibility: hidden; - display: flex; - justify-content: center; - align-items: center; - cursor: pointer; - background: rgba(0,0,0,0.06) -} - -.flatpickr-confirm svg path { - fill: inherit; -} - -.flatpickr-confirm.darkTheme { - color: white; - fill: white; -} - -.flatpickr-confirm.visible { - max-height: 40px; - visibility: visible -}