Disabled textareas should look like they are disabled
This commit is contained in:
parent
808634ac00
commit
5c31440dcd
|
@ -122,7 +122,7 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu
|
||||||
input:disabled, input:disabled:hover, input:disabled:focus,
|
input:disabled, input:disabled:hover, input:disabled:focus,
|
||||||
button:disabled, button:disabled:hover, button:disabled:focus,
|
button:disabled, button:disabled:hover, button:disabled:focus,
|
||||||
.button:disabled, .button:disabled:hover, .button:disabled:focus,
|
.button:disabled, .button:disabled:hover, .button:disabled:focus,
|
||||||
a.disabled, a.disabled:hover, a.disabled:focus {
|
a.disabled, a.disabled:hover, a.disabled:focus, textarea:disabled {
|
||||||
background-color: rgba(230,230,230,.9);
|
background-color: rgba(230,230,230,.9);
|
||||||
color: #999;
|
color: #999;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
Loading…
Reference in New Issue