added a bit of styling to disabled/readonly form elements
This commit is contained in:
parent
e4cfe7748c
commit
288843ff80
1 changed files with 7 additions and 1 deletions
|
|
@ -419,9 +419,15 @@ button {
|
||||||
|
|
||||||
input[disabled],
|
input[disabled],
|
||||||
button[disabled],
|
button[disabled],
|
||||||
|
select[disabled],
|
||||||
|
textarea[disabled],
|
||||||
|
option[disabled],
|
||||||
input[readonly],
|
input[readonly],
|
||||||
button[readonly] {
|
button[readonly],
|
||||||
|
select[readonly],
|
||||||
|
textarea[readonly] {
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus,
|
input:focus,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue