Fix checkbox and radio styles in IE7/8 and Opera

git-svn-id: https://develop.svn.wordpress.org/trunk@12448 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-12-18 13:05:10 +00:00
parent 8219ad5b49
commit b5d35e68ec
10 changed files with 30 additions and 36 deletions

View File

@@ -8,7 +8,12 @@ html {
}
textarea,
input,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
border-color: #dfdfdf;
background-color: #fff;
@@ -242,11 +247,6 @@ strong .post-com-count span {
border-top-color: #dfdfdf;
}
.describe input[type="text"],
.describe textarea {
border-color: #dfdfdf;
}
.media-upload-form label.form-help,
td.help {
color: #9a9a9a;