mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
14 lines
200 B
SCSS
14 lines
200 B
SCSS
label.disabled {
|
|
color: #c3c3c3;
|
|
pointer-events: none;
|
|
}
|
|
|
|
input[type='button']:disabled {
|
|
background-color: #c3c3c3;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.select2-container-disabled {
|
|
pointer-events: none;
|
|
}
|