added a bit of styling to disabled/readonly form elements

This commit is contained in:
Anika Henke 2014-04-07 23:34:13 +01:00
parent e4cfe7748c
commit 288843ff80

View file

@ -419,9 +419,15 @@ button {
input[disabled],
button[disabled],
select[disabled],
textarea[disabled],
option[disabled],
input[readonly],
button[readonly] {
button[readonly],
select[readonly],
textarea[readonly] {
cursor: auto;
opacity: .5;
}
input:focus,