mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
20 lines
299 B
SCSS
20 lines
299 B
SCSS
label.disabled {
|
|
color: #c3c3c3;
|
|
pointer-events: none;
|
|
}
|
|
|
|
input[type='button'], input[type='submit'] {
|
|
&:disabled {
|
|
background-color: #c3c3c3;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
|
|
.select2-container-disabled {
|
|
pointer-events: none;
|
|
|
|
.select2-choice > .select2-chosen {
|
|
color: #a1a1a1;
|
|
}
|
|
}
|