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

@@ -1,5 +1,10 @@
textarea,
input,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
border-width: 1px;
border-style: solid;
@@ -9,12 +14,6 @@ select {
border-radius: 4px;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
border: 0 none;
}
p,
ul,
ol,
@@ -1311,14 +1310,6 @@ strong .post-com-count {
width: auto;
}
.form-table input,
.form-table textarea,
#wpbody-content .describe input,
#wpbody-content .describe textarea {
border-width: 1px;
border-style: solid;
}
.form-table div.color-option {
display: block;
clear: both;