From 4f01d8fa31bd8fa6c3e88fa2a03ebd24c590e63a Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 8 Jun 2021 14:44:15 +0200 Subject: [PATCH] Update inline calendar style (box-shadow) --- www/form/app-form.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 70278f926..8f1ad2483 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -244,6 +244,11 @@ &.sortable-ghost { visibility: hidden; } &.sortable-drag { opacity: 0.9 !important; } + .flatpickr-calendar.inline { + box-shadow: unset; + border: 1px solid @cryptpad_text_col; + } + .cp-form-block-question { margin-bottom: 5px; }