mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
19 lines
267 B
SCSS
19 lines
267 B
SCSS
.filter_select, .date_filter {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
input.update-pending {
|
|
border: solid 1px orange;
|
|
}
|
|
|
|
input.update-error {
|
|
border: solid 1px red;
|
|
}
|
|
|
|
input.update-success {
|
|
border: solid 1px #9fc820;
|
|
}
|
|
|
|
.no-close .ui-dialog-titlebar-close {
|
|
display: none;
|
|
} |