Don't use orange as an on state. Also, restore zero margin on the filename header. fixes #15672.

git-svn-id: https://develop.svn.wordpress.org/trunk@16716 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-04 04:18:27 +00:00
parent 6edf42d3f5
commit 7315e464cd
7 changed files with 10 additions and 6 deletions

View File

@@ -491,7 +491,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 = '20101117b';
$colors_version = '20101203';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );