Remove left-over background color, fixes #8306

git-svn-id: http://svn.automattic.com/wordpress/trunk@9942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-28 09:11:50 +00:00
parent e7ac7d001b
commit 18a10397fc
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 {