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

git-svn-id: https://develop.svn.wordpress.org/trunk@10329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-01-07 08:28:54 +00:00
parent 337a58fef6
commit 37e3cfe1cd
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 {