Style the on-hover state for collapsed admin menus in the blue theme. props PeteMall, fixes #15462.

git-svn-id: https://develop.svn.wordpress.org/trunk@16451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-11-18 04:29:27 +00:00
parent 5183bee738
commit 1a3a72a224
3 changed files with 5 additions and 4 deletions

View File

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