mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user