New gradient menu shadow. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
634ccaa727
commit
b080bc0360
File diff suppressed because one or more lines are too long
@ -1181,7 +1181,7 @@ table.widefat .spam a:hover,
|
||||
#adminmenuback,
|
||||
#adminmenuwrap {
|
||||
background-color: #ececec;
|
||||
border-color: #dfdfdf;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#adminmenushadow,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 564 B |
Binary file not shown.
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 131 B |
@ -493,7 +493,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 = '20110511g';
|
||||
$colors_version = '20110511h';
|
||||
|
||||
// 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