Use $button-color for .action-button on plugin details thickbox. Fixes #26486, props ocean90.

git-svn-id: https://develop.svn.wordpress.org/trunk@26809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-08 21:12:31 +00:00
parent c438d89ff1
commit e7b15e43e2

View File

@ -445,12 +445,17 @@ 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 */
/* Thickbox: Plugin information */
#sidemenu a.current {
background: $body-background;
border-bottom-color: $body-background;
}
#plugin-information .action-button {
background: $button-color;
}
/* Responsive Component */
div#wp-responsive-toggle a:before {