Remove left-over background color, fixes #8306

git-svn-id: https://develop.svn.wordpress.org/trunk@9942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-28 09:11:50 +00:00
parent b37725917d
commit 6e64a0f6c2
2 changed files with 1 additions and 17 deletions

View File

@ -139,11 +139,6 @@ h3.info-box-title,
color: #999;
}
.form-table tr,
.form-wrap .form-field {
background-color: #f3f3f3;
}
select {
background-color: #fff;
border-color: #ddd;
@ -240,13 +235,6 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-color: #DFDFDF;
}
.form-table td,
.form-table th,
#wpbody-content .describe td,
#wpbody-content .describe th {
border-bottom-color: #f9f9f9;
}
.highlight {
background-color: #e4f2fd;
color: #d54e21;

View File

@ -1220,10 +1220,8 @@ strong .post-com-count {
.form-table td,
#wpbody-content .describe td {
margin-bottom: 9px;
padding: 4px 10px;
padding: 4px 10px 12px;
line-height: 20px;
border-bottom-width: 8px;
border-bottom-style: solid;
font-size: 11px;
}
@ -1239,8 +1237,6 @@ strong .post-com-count {
text-align: left;
padding: 10px;
width: 200px;
border-bottom-width: 8px;
border-bottom-style: solid;
}
.form-table th.th-full {