Add different appearance for disabled fields
This commit is contained in:
parent
8332c439ad
commit
e75a7536c7
@ -179,6 +179,15 @@ form {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
[disabled] {
|
||||
opacity: 0.5;
|
||||
|
||||
& ~ label {
|
||||
opacity: 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
input, select, .input-group {
|
||||
border: 0;
|
||||
border-bottom: 2px solid #0008;
|
||||
|
Loading…
Reference in New Issue
Block a user