Blue scheme for nav menu admin UI. props kpdesign, duck_. fixes #13190.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-12 19:31:11 +00:00
parent c779fdccf5
commit 3033d58856
7 changed files with 27 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -947,7 +947,7 @@ table.widefat .spam a:hover,
#quicktags,
.wp_themeSkin tr.mceFirst td.mceToolbar {
background: #e3eef7 url("../images/ed-bg-vs.gif") repeat-x scroll left top;
background: #d5e6f2 url("../images/ed-bg-vs.gif") repeat-x scroll left top;
}
.wp_themeSkin tr.mceFirst td.mceToolbar {
border-color: #dfdfdf;
@ -1718,3 +1718,12 @@ div.widgets-sortables,
.comment-ays th {
background-color: #f1f1f1;
}
#nav-menu-header, .menu-item-handle {
background: url("../images/blue-grad.png") repeat-x scroll left top #d5e6f2;
}
#menu-management .nav-tab-active {
background: #eaf3fa;
border-bottom-color: #eaf3fa;
}

File diff suppressed because one or more lines are too long

View File

@ -1693,3 +1693,12 @@ div.widgets-sortables,
.comment-ays th {
background-color: #f1f1f1;
}
#nav-menu-header, .menu-item-handle {
background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf;
}
#menu-management .nav-tab-active {
background: #ececec;
border-bottom-color: #ececec;
}

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,6 @@ body {
}
#nav-menu-header {
background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf;
border-width: 1px 1px 0 1px;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
@ -153,9 +152,7 @@ body {
}
#menu-management .nav-tab-active {
background: #ececec;
border-color:#ccc;
border-bottom-color: #ececec;
}
#select-nav-menu-container {
@ -261,7 +258,9 @@ body {
padding: 1em 0;
}
.menu ul { width: 100%; }
.menu ul {
width: 100%;
}
.menu ul.sub-menu {
}
.menu li {
@ -274,7 +273,6 @@ body {
margin-top: 13px;
}
.menu-item-handle {
background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
border: 1px solid #E6E6E6;
position: relative;
padding-left: 10px;
@ -465,7 +463,6 @@ body.js .item-order {
/* Major/minor publishing actions (classes) */
.major-publishing-actions {
padding: 5px 10px;
border-bottom: 1px solid #eee;
}
.major-publishing-actions .publishing-action {
text-align: right;

View File

@ -450,7 +450,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 = '20100503';
$colors_version = '20100512';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );
@ -476,7 +476,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.2' );
$styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20100506' );
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20100512' );
foreach ( $rtl_styles as $rtl_style ) {
$styles->add_data( $rtl_style, 'rtl', true );