The Lightening, Part One: Lighten tabs UI on new post and menus screens. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5dc19aa31
commit
3b4443b140
File diff suppressed because one or more lines are too long
|
@ -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
|
@ -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,
|
||||||
|
|
|
@ -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 );
|
||||||
|
|
Loading…
Reference in New Issue