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; }