Fix background color for active plugins table rows in IE, props DD32, fixes #8809 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
937cb9e966
commit
bbba5f8e9f
|
@ -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