Blue scheme for nav menu admin UI. props kpdesign, duck_. fixes #13190.
git-svn-id: https://develop.svn.wordpress.org/trunk@14583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a687ece1a8
commit
6f8142acd3
File diff suppressed because one or more lines are too long
@ -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
@ -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
@ -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;
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user