mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Style disabled text fields in admin pages
This commit is contained in:
8
app/assets/stylesheets/admin/components/input.css.scss
Normal file
8
app/assets/stylesheets/admin/components/input.css.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.container {
|
||||
input {
|
||||
&[readonly] {
|
||||
background-color: $disabled-light;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user