mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
342aa25c3e
commit
973d4901a1
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