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

git-svn-id: https://develop.svn.wordpress.org/trunk@14980 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-27 04:50:11 +00:00
parent b499437681
commit 4e04b51d7b
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 );