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:
Daryl Koopersmith 2011-05-11 23:18:15 +00:00
parent 634ccaa727
commit b080bc0360
5 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

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