The Lightening, Part One: Lighten tabs UI on new post and menus screens. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@18236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2011-06-10 19:10:40 +00:00
parent f2af00cb68
commit 98084cd724
5 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -117,12 +117,13 @@ ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs, ul.add-menu-item-tabs li.tabs,
.wp-tab-active { .wp-tab-active {
border-color: #dfdfdf; border-color: #dfdfdf;
background-color: #fff;
} }
ul.category-tabs li.tabs, ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs, ul.add-menu-item-tabs li.tabs,
.wp-tab-active { .wp-tab-active {
background-color: #f4f4f4; background-color: #fff;
} }
input.disabled, input.disabled,

File diff suppressed because one or more lines are too long

View File

@ -117,12 +117,13 @@ ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs, ul.add-menu-item-tabs li.tabs,
.wp-tab-active { .wp-tab-active {
border-color: #dfdfdf; border-color: #dfdfdf;
background-color: #fff;
} }
ul.category-tabs li.tabs, ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs, ul.add-menu-item-tabs li.tabs,
.wp-tab-active { .wp-tab-active {
background-color: #f4f4f4; background-color: #fff;
} }
input.disabled, input.disabled,

View File

@ -488,7 +488,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' ); $styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat) // all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20110609b'; $colors_version = '20110610';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version ); $styles->add( 'colors', true, array(), $colors_version );