Disabled textareas should look like they are disabled

This commit is contained in:
Arthur Schiwon 2013-11-11 19:41:51 +01:00
parent 808634ac00
commit 5c31440dcd
1 changed files with 1 additions and 1 deletions

View File

@ -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,
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);
color: #999;
cursor: default;