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:
parent
5183bee738
commit
1a3a72a224
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 {
|
||||
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 {
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user