Fix background color for active plugins table rows in IE, props DD32, fixes #8809 for 2.7

git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-01-07 08:29:30 +00:00
parent 6f490c1cd1
commit 27f1313c68
2 changed files with 6 additions and 10 deletions

View File

@ -613,14 +613,12 @@ li.widget-list-control-item h4,
background-color: #fff;
}
.plugins .active {
.plugins .active,
.plugins .active th,
.plugins .active td {
background-color: #e7f7d3;
}
.plugins .togl {
border-right-color: #ccc;
}
#the-comment-list .unapproved,
#the-comment-list .unapproved th,
#the-comment-list .unapproved td {

View File

@ -613,14 +613,12 @@ li.widget-list-control-item h4,
background-color: #fff;
}
.plugins .active {
.plugins .active,
.plugins .active th,
.plugins .active td {
background-color: #e7f7d3;
}
.plugins .togl {
border-right-color: #ccc;
}
#the-comment-list .unapproved,
#the-comment-list .unapproved th,
#the-comment-list .unapproved td {