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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-11-18 04:29:27 +00:00
parent d37c4b0ebc
commit 31f08706f7
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1132,8 +1132,9 @@ table.widefat .spam a:hover,
}
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
background-color: #EAEAEA;
border-color: #aaa;
background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) repeat-x 0% 0%;
border: 1px solid;
color: #464646;
}
#adminmenu div.wp-submenu {

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