Apply styles to readonly textareas too. Fixes #7985 props Speedboxer.

git-svn-id: https://develop.svn.wordpress.org/trunk@9419 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-10-30 22:11:06 +00:00
parent 3ba9f6004f
commit 724e43ed3c
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ div#media-upload-header, div#plugin-information-header {
background-color: #f9f9f9;
}
input.readonly {
input.readonly, textarea.readonly {
background-color: #ddd;
}

View File

@ -451,7 +451,7 @@ div#plugin-information-header {
background-color: #f9f9f9;
}
input.readonly {
input.readonly, textarea.readonly {
background-color: #ddd;
}