Adjust the active tab colors in the plugin info Thickbox, see [26788], #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-12-08 19:02:40 +00:00
parent 5a23091fe7
commit d98b6e1c56
2 changed files with 8 additions and 3 deletions

View File

@ -1395,8 +1395,8 @@ table.diff .diff-addedline ins {
}
#sidemenu a.current {
background-color: #eee;
border-color: #dfdfdf #dfdfdf #eee;
background-color: #f3f3f3;
border-color: #dfdfdf #dfdfdf #f3f3f3;
color: #000;
}

View File

@ -445,6 +445,11 @@ ul#adminmenu > li.current > a.current:after {
box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
}
/* Thickbox: Install Plugins */
#sidemenu a.current {
background: $body-background;
border-bottom-color: $body-background;
}
/* Responsive Component */
@ -464,4 +469,4 @@ div#wp-responsive-toggle a:before {
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
background: $menu-submenu-background;
}
}