New gradient menu shadow. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-05-11 23:18:15 +00:00
parent 342aa25c3e
commit 973d4901a1
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 );