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:
parent
337a58fef6
commit
37e3cfe1cd
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue