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

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 );