Ensure that disabled select elements are distinguishable from normal ones. Fixes #26456, props TobiasBg.

git-svn-id: https://develop.svn.wordpress.org/trunk@26733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-06 18:49:56 +00:00
parent 86282508aa
commit 8aa177267e
1 changed files with 0 additions and 5 deletions

View File

@ -870,10 +870,6 @@ select {
color: #333;
}
select {
color: #000;
}
select[disabled] {
color: #7f7f7f;
}
@ -1105,7 +1101,6 @@ hr {
padding: 2px;
line-height: 28px;
height: 28px;
color: #333;
vertical-align: middle;
}