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:
parent
d37c4b0ebc
commit
31f08706f7
File diff suppressed because one or more lines are too long
|
@ -1132,8 +1132,9 @@ table.widefat .spam a:hover,
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
|
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
|
||||||
background-color: #EAEAEA;
|
background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) repeat-x 0% 0%;
|
||||||
border-color: #aaa;
|
border: 1px solid;
|
||||||
|
color: #464646;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu div.wp-submenu {
|
#adminmenu div.wp-submenu {
|
||||||
|
|
|
@ -476,7 +476,7 @@ function wp_default_styles( &$styles ) {
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// 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.
|
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||||
$styles->add( 'colors', true, array(), $colors_version );
|
$styles->add( 'colors', true, array(), $colors_version );
|
||||||
|
|
Loading…
Reference in New Issue