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

Built from https://develop.svn.wordpress.org/trunk@26733


git-svn-id: http://core.svn.wordpress.org/trunk@26622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-06 18:50:11 +00:00
parent fdbc44ff48
commit d6068ae5b8
4 changed files with 2 additions and 12 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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long