Render flatpickr input more enabled

by default, `input[readonly]` is styled as disable one. Using flatpickr with these disable inputs need to be customized. By clinking on it, it opens the datepicker widget.
This commit is contained in:
Jean-Baptiste Bellet
2021-01-15 15:19:59 +01:00
parent 6cf172abc9
commit 4d9289c45b

View File

@@ -1,6 +1,10 @@
input.datetimepicker {
min-width: 12.9em;
}
.container input[readonly].datetimepicker {
background-color: white;
cursor: pointer;
}
img.ui-datepicker-trigger {
margin-left: -1.75em;