mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-13 23:37:47 +00:00
change css selector and use a precise one
Be more precise on selector. `flatpickr-input` is more selective.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
input.datetimepicker {
|
||||
min-width: 12.9em;
|
||||
}
|
||||
.container input[readonly].datetimepicker {
|
||||
|
||||
.container input[readonly].flatpickr-input {
|
||||
background-color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user