Use orange for the plugin install thickbox button, not the new gray for update notification bubbles. fixes #13474.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-27 04:50:11 +00:00
parent 6655fa6bc7
commit 609e5cfd9a
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -504,8 +504,7 @@ body.press-this .tabs a:hover {
#adminmenu #awaiting-mod,
#adminmenu .update-plugins,
#sidemenu a .update-plugins,
#rightnow .reallynow,
#plugin-information .action-button {
#rightnow .reallynow {
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
@ -513,6 +512,10 @@ body.press-this .tabs a:hover {
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
}
#plugin-information .action-button {
background-color: #d54e21;
color: #fff;
}
#adminmenu li.current a #awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins{

View File

@ -441,7 +441,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20100525';
$colors_version = '20100527';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );