change css selector and use a precise one

Be more precise on selector. `flatpickr-input` is more selective.
This commit is contained in:
Jean-Baptiste Bellet
2021-01-15 15:57:37 +01:00
parent e06ea6ccd3
commit a5d58ea36c

View File

@@ -1,7 +1,8 @@
input.datetimepicker {
min-width: 12.9em;
}
.container input[readonly].datetimepicker {
.container input[readonly].flatpickr-input {
background-color: white;
cursor: pointer;
}