mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add new CSS specifications for flatpickr input as using altInput
- We now use altInput which is the only visible input to the end user. - This input inherits all the classes from the component who instantiated it, but not the `.flatpickr-input` class. - Add more specification to have a beautiful white background with pointer component.
This commit is contained in:
@@ -17,7 +17,9 @@ input.datetimepicker {
|
||||
min-width: 12.9em;
|
||||
}
|
||||
|
||||
.container input[readonly].flatpickr-input {
|
||||
.container input[readonly].flatpickr-input,
|
||||
.container input[readonly].datepicker,
|
||||
.container input[readonly].datetimepicker {
|
||||
background-color: $white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user