Update inline calendar style (box-shadow)

pull/1/head
yflory 2021-06-08 14:44:15 +02:00
parent 61db887785
commit 4f01d8fa31
1 changed files with 5 additions and 0 deletions

View File

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