Use the blue background color around the blue gradient. see #15993.

git-svn-id: https://develop.svn.wordpress.org/trunk@17190 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-31 03:11:59 +00:00
parent a0a77f0380
commit 115f9d327d
3 changed files with 4 additions and 4 deletions

View File

@@ -490,7 +490,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 = '20101230';
$colors_version = '20101230b';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );