Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-05-14 19:57:24 +00:00
parent bd5090cbd6
commit 8cae005972
7 changed files with 479 additions and 116 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ a.page-numbers:hover {
body,
#wpbody,
.form-table .pre {
color: #174f69;
color: #333;
}
body > #upload-menu {
@ -680,7 +680,7 @@ table.widefat span.spam a,
border-radius: 3px;
}
.widget,
.widget,
#widget-list .widget-top,
.postbox {
background-color: #F7FCFE;
@ -797,18 +797,18 @@ table.widefat span.spam a,
#user_info:hover,
#user_info.active {
color: #222;
color: #185069;
}
#user_info.active {
background-color: #f1f1f1; /* Fallback */
background-color: #f7fcfe; /* Fallback */
background-image: -ms-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* IE10 */
background-image: -moz-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Firefox */
background-image: -o-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#f9f9f9)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* new Webkit */
background-image: linear-gradient(bottom, #f7fcfe, #f9f9f9); /* proposed W3C Markup */
border-color: #aaa #aaa #d0dfe9;
border-color: #d0dfe9 #d0dfe9 #d0dfe9;
}
#user_info_arrow {
@ -827,15 +827,15 @@ table.widefat span.spam a,
}
#user_info_links ul {
background: #f1f1f1;
border-color: #ccc #aaa #aaa;
background: #f7fcfe;
border-color: #d0dfe9 #d0dfe9 #d0dfe9;
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9;
}
#user_info_links li:hover {
background-color: #dfdfdf;
background-color: #ECF8FE;
}
#user_info_links li:hover a,
@ -912,6 +912,7 @@ table.widefat .spam a:hover,
#poststuff .wp_themeSkin .mceStatusbar {
border-color: #d0dfe9;
}
#poststuff .wp_themeSkin .mceStatusbar * {
color: #555;
}
@ -946,6 +947,7 @@ table.widefat .spam a:hover,
.wp_themeSkin table.mceLayout {
border-color: #bed1dd #bed1dd #d0dfe9;
}
#editorcontainer #content,
#editorcontainer .wp_themeSkin .mceIframeContainer {
-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
@ -1277,11 +1279,11 @@ table.widefat .spam a:hover,
.folded #adminmenu li.menu-top,
#adminmenu .wp-submenu .wp-submenu-head {
border-top-color: #ffffff;
border-bottom-color: #D1E5EE;
border-bottom-color: #d1e5ee;
}
#adminmenu li.wp-menu-open {
border-color: #bed1dd;
border-color: #d1e5ee;
}
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
@ -1353,21 +1355,23 @@ table.widefat .spam a:hover,
#collapse-menu {
color: #A0C3D5;
}
#collapse-menu:hover {
color: #5A8FAD;
}
#collapse-button {
border-color: #A0C3D5;
background-color: #f4f4f4; /* Fallback */
background-image: -ms-linear-gradient(bottom, #b0c8d7, #fff); /* IE10 */
background-image: -moz-linear-gradient(bottom, #b0c8d7, #fff); /* Firefox */
background-image: -o-linear-gradient(bottom, #b0c8d7, #fff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#b0c8d7), to(#fff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #b0c8d7, #fff); /* new Webkit */
background-image: linear-gradient(bottom, #b0c8d7, #fff); /* proposed W3C Markup */
border-color: #d0dfe9;
background-color: #eff8ff; /* Fallback */
background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
}
#collapse-menu:hover #collapse-button {
border-color: #aaa;
border-color: #A0C3D5;
}
#collapse-button div {
background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px;
@ -1589,13 +1593,16 @@ table.diff .diff-addedline ins {
#screen-options-link-wrap,
#contextual-help-link-wrap {
background-color: #D1e5ee;
background-image: -ms-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* IE10 */
background-image: -moz-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* Firefox */
background-image: -o-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#d0dfe9), to(#D1e5ee)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* new Webkit */
background-image: linear-gradient(bottom, #d0dfe9, #D1e5ee); /* proposed W3C Markup */
background-color: #eff8ff; /* Fallback */
border-right: 1px solid #D1E5EE;
border-left: 1px solid #D1E5EE;
border-bottom: 1px solid #D1E5EE;
background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
}
#screen-meta-links a.show-settings {
@ -1912,6 +1919,7 @@ div.widgets-sortables,
.sidebar-name-arrow {
background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
}
.sidebar-name:hover .sidebar-name-arrow {
background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
}
@ -1958,14 +1966,133 @@ div.widgets-sortables,
#nav-menu-footer,
.menu-item-handle {
background: #eff8ff; /* Fallback */
background-image: -ms-linear-gradient(bottom, #f7fcfe, #eff8ff); /* IE10 */
background-image: -moz-linear-gradient(bottom, #f7fcfe, #eff8ff); /* Firefox */
background-image: -o-linear-gradient(bottom, #f7fcfe, #eff8ff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#eff8ff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #f7fcfe, #eff8ff); /* new Webkit */
background-image: linear-gradient(bottom, #f7fcfe, #eff8ff); /* proposed W3C Markup */
background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */
background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */
background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */
}
/* added from nav-menu.css */
#menu-management .menu-edit {
border-color: #d0dfe9;
}
#post-body {
background: #ffffff;
border-top-color: #fff;
border-bottom-color: #d0dfe9;
}
#nav-menu-header {
border-bottom-color: #d0dfe9;
}
#nav-menu-footer {
border-top-color: #fff;
}
#menu-management .nav-tabs-arrow a {
color: #C1C1C1;
}
#menu-management .nav-tabs-arrow a:hover {
color: #D54E21;
}
#menu-management .nav-tabs-arrow a:active {
color: #464646;
}
#menu-management .nav-tab-active {
border-color: #dfdfdf;
}
#menu-management .nav-tab {
background: #f7fcfe;
border-color: #d0dfe9;
}
.js .input-with-default-title {
color: #aaa;
}
#cancel-save {
color: #ff0000;
}
#cancel-save:hover {
background-color: #FF0000;
color: #fff;
}
.list-container {
border-color: #dfdfdf;
}
.menu-item-handle {
border-color: #d0dfe9;
}
.menu li.deleting .menu-item-handle {
background-color: #f66;
text-shadow: #ccc;
}
.item-type { /* Menu item controls */
color: #999999;
}
.item-controls .menu-item-delete:hover {
color: #ff0000;
}
.item-edit {
background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
border-bottom-color: #eee;
}
.item-edit:hover {
background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px;
}
.menu-item-settings { /* Menu editing */
background: #f7fcfe;
border-color: #d0dfe9;
}
.link-to-original {
color: #777;
border-color: #d0dfe9;
}
#cancel-save:hover {
color: #fff !important;
}
#update-menu-item {
color: #fff !important;
}
#update-menu-item:hover,
#update-menu-item:active,
#update-menu-item:focus {
color: #eaf2fa !important;
border-color: #13455b !important;
}
.submitbox .submitcancel {
color: #21759B;
border-bottom-color: #21759B;
}
.submitbox .submitcancel:hover {
background: #21759B;
color: #fff;
}
/* end added from nav-menu.css */
#menu-management .nav-tab-active,
.menu-item-handle,
.menu-item-settings {

File diff suppressed because one or more lines are too long

View File

@ -912,6 +912,7 @@ table.widefat .spam a:hover,
#poststuff .wp_themeSkin .mceStatusbar {
border-color: #dfdfdf;
}
#poststuff .wp_themeSkin .mceStatusbar * {
color: #555;
}
@ -946,6 +947,7 @@ table.widefat .spam a:hover,
.wp_themeSkin table.mceLayout {
border-color: #ccc #ccc #dfdfdf;
}
#editorcontainer #content,
#editorcontainer .wp_themeSkin .mceIframeContainer {
-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
@ -1353,9 +1355,11 @@ table.widefat .spam a:hover,
#collapse-menu {
color: #aaa;
}
#collapse-menu:hover {
color: #999;
}
#collapse-button {
border-color: #ccc;
background-color: #f4f4f4; /* Fallback */
@ -1590,6 +1594,9 @@ table.diff .diff-addedline ins {
#screen-options-link-wrap,
#contextual-help-link-wrap {
background-color: #e3e3e3; /* Fallback */
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
background-image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */
background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */
background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Opera */
@ -1912,6 +1919,7 @@ div.widgets-sortables,
.sidebar-name-arrow {
background: transparent url(../images/arrows.png) no-repeat 5px 9px;
}
.sidebar-name:hover .sidebar-name-arrow {
background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
}
@ -1966,6 +1974,125 @@ div.widgets-sortables,
background-image: linear-gradient(bottom, #e9e9e9, #f4f4f4); /* proposed W3C Markup */
}
/* added from nav-menu.css */
#menu-management .menu-edit {
border-color: #dfdfdf;
}
#post-body {
background: #fcfcfc;
border-top-color: #fff;
border-bottom-color: #dfdfdf;
}
#nav-menu-header {
border-bottom-color: #dfdfdf;
}
#nav-menu-footer {
border-top-color: #fff;
}
#menu-management .nav-tabs-arrow a {
color: #C1C1C1;
}
#menu-management .nav-tabs-arrow a:hover {
color: #D54E21;
}
#menu-management .nav-tabs-arrow a:active {
color: #464646;
}
#menu-management .nav-tab-active {
border-color: #dfdfdf;
}
#menu-management .nav-tab {
background: #f9f9f9;
border-color: #dfdfdf;
}
.js .input-with-default-title {
color: #aaa;
}
#cancel-save {
color: #ff0000;
}
#cancel-save:hover {
background-color: #FF0000;
color: #fff;
}
.list-container {
border-color: #DFDFDF;
}
.menu-item-handle {
border-color: #dfdfdf;
}
.menu li.deleting .menu-item-handle {
background-color: #f66;
text-shadow: #ccc;
}
.item-type { /* Menu item controls */
color: #999999;
}
.item-controls .menu-item-delete:hover {
color: #ff0000;
}
.item-edit {
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
border-bottom-color: #eee;
}
.item-edit:hover {
background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
}
.menu-item-settings { /* Menu editing */
background: #f4f4f4;
border-color: #dfdfdf;
}
.link-to-original {
color: #777;
border-color: #dfdfdf;
}
#cancel-save:hover {
color: #fff !important;
}
#update-menu-item {
color: #fff !important;
}
#update-menu-item:hover,
#update-menu-item:active,
#update-menu-item:focus {
color: #eaf2fa !important;
border-color: #13455b !important;
}
.submitbox .submitcancel {
color: #21759B;
border-bottom-color: #21759B;
}
.submitbox .submitcancel:hover {
background: #21759B;
color: #fff;
}
/* end added from nav-menu.css */
#menu-management .nav-tab-active,
.menu-item-handle,
.menu-item-settings {

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,7 @@ body {
}
#menu-management .menu-edit {
border: 1px solid #dfdfdf;
border: 1px solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
@ -68,10 +68,9 @@ body {
}
#post-body {
background: #fcfcfc;
padding: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #dfdfdf;
border-width: 1px 0;
border-style: solid;
}
#nav-menu-header,
@ -80,11 +79,11 @@ body {
}
#nav-menu-header {
border-bottom: 1px solid #dfdfdf;
border-bottom: 1px solid;
}
#nav-menu-footer {
border-top: 1px solid #fff;
border-top: 1px solid;
}
#post-body div.updated {
@ -115,17 +114,21 @@ body {
font-size: 18px;
text-shadow: 0 1px 0 #fff;
}
#menu-management .nav-tabs-arrow a { color: #C1C1C1; }
#menu-management .nav-tabs-arrow a:hover { color: #D54E21; }
#menu-management .nav-tabs-arrow a:active { color: #464646; }
#menu-management .nav-tabs-arrow-left {
#menu-management .nav-tabs-arrow a:hover{
}
#menu-management .nav-tabs-arrow a:active {
}
#menu-management .nav-tabs-arrow-left {
left: 0;
}
#menu-management .nav-tabs-arrow-right {
}
#menu-management .nav-tabs-arrow-right {
right: 0;
text-align: right;
}
}
#menu-management .nav-tabs-wrapper {
width: 100%;
@ -138,6 +141,7 @@ body {
padding-left: 20px;
padding-right: 10px;
}
.js #menu-management .nav-tabs {
float: left;
margin-left: 0px;
@ -146,25 +150,21 @@ body {
#menu-management .nav-tab {
margin-bottom: 0;
background: #f9f9f9;
border-color: #dfdfdf;
font-size: 14px;
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}
#menu-management .nav-tab-active {
border-color: #dfdfdf;
}
#select-nav-menu-container {
text-align: right;
padding: 0 10px 3px 10px;
margin-bottom: 5px;
}
#select-nav-menu {
width: 100px;
display: inline;
}
#select-nav-menu {
width: 100px;
display: inline;
}
#menu-name-label {
margin-top: -2px;
@ -174,37 +174,46 @@ body {
display: block;
float:left;
}
#wpbody .open-label span {
padding-right: 10px;
}
.js .input-with-default-title {
color: #aaa;
font-style: italic;
}
.js .input-with-default-title {
font-style: italic;
}
#menu-management .inside { padding: 0 10px; }
#menu-management .inside {
padding: 0 10px;
}
/* Add Menu Item Boxes */
.postbox .howto input {
width: 180px;
float: right;
}
.customlinkdiv .howto input {
width: 200px;
}
#nav-menu-theme-locations .howto select {
width: 100%;
}
#nav-menu-theme-locations .button-controls {
text-align: right;
}
.add-menu-item-view-all {
height: 400px;
}
/* Button Primary Actions */
#menu-container .submit { margin: 0px 0px 10px; padding: 0px; }
#menu-container .submit {
margin: 0px 0px 10px;
padding: 0px;
}
.meta-sep,
.submitdelete,
@ -215,27 +224,24 @@ body {
margin: 4px 0;
line-height: 15px;
}
.meta-sep {
padding: 0 2px;
}
#cancel-save {
color: #ff0000;
text-decoration: underline;
font-size: 12px;
margin-left: 20px;
margin-top: 5px;
}
#cancel-save:hover {
background-color: #FF0000;
color: #fff;
}
/* Button Secondary Actions */
.list-controls {
float: left;
margin-top: 5px;
}
.add-to-menu {
float: right;
}
@ -249,34 +255,94 @@ body {
clear:both;
margin: 10px 0;
}
.show-all, .hide-all { cursor: pointer; }
.hide-all { display: none; }
.show-all, .hide-all {
cursor: pointer;
}
.hide-all {
display: none;
}
/* Create Menu */
#menu-name { width: 270px; }
#manage-menu .inside { padding: 0px 0px; }
#menu-name {
width: 270px;
}
#manage-menu .inside {
padding: 0px 0px;
}
/* Custom Links */
#available-links dt { display: block; }
#add-custom-link .howto { font-size: 12px; }
#add-custom-link label span { display: block; float: left; margin-top: 5px; padding-right: 5px; }
.menu-item-textbox { width: 180px; }
.howto span { margin-top: 4px; display: block; float: left; }
#available-links dt {
display: block;
}
#add-custom-link .howto {
font-size: 12px;
}
#add-custom-link label span {
display: block;
float: left;
margin-top: 5px;
padding-right: 5px;
}
.menu-item-textbox {
width: 180px;
}
.howto span {
margin-top: 4px;
display: block;
float: left;
}
/* Menu item types */
.quick-search { width: 190px; }
.list-wrap { display: none; clear: both; margin-bottom: 10px; }
.list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 3px; }
.postbox p.submit { margin-bottom: 0; }
.quick-search {
width: 190px;
}
.list-wrap {
display: none;
clear: both;
margin-bottom: 10px;
}
.list-container {
max-height: 200px;
overflow-y: auto;
padding: 10px 10px 5px;
border: 1px solid;
-moz-border-radius: 3px;
}
.postbox p.submit {
margin-bottom: 0;
}
/* Listings */
.list li { display: none; margin: 0; margin-bottom: 5px; }
.list li {
display: none;
margin: 0;
margin-bottom: 5px;
}
.list li .menu-item-title { cursor: pointer; display: block; }
.list li .menu-item-title input { margin-right: 3px; margin-top: -3px; }
.list li .menu-item-title {
cursor: pointer;
display: block;
}
.list li .menu-item-title input {
margin-right: 3px;
margin-top: -3px;
}
/* Nav Menu */
#menu-container .inside { padding-bottom: 10px; }
#menu-container .inside {
padding-bottom: 10px;
}
.menu {
padding-top:1em;
@ -289,18 +355,22 @@ body {
.menu ul {
width: 100%;
}
.menu ul.sub-menu {
}
.menu li {
margin-bottom: 0;
position:relative;
}
.menu-item-bar {
clear:both;
line-height:1.5em;
position:relative;
margin-top: 13px;
}
.menu-item-handle {
border: 1px solid #dfdfdf;
position: relative;
@ -316,6 +386,7 @@ body {
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
}
.menu-item-edit-active .menu-item-handle {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-bottom-right-radius: 0;
@ -325,16 +396,18 @@ body {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.no-js .menu-item-edit-active .item-edit {
display: none;
}
.js .menu-item-handle {
cursor: move;
}
.menu li.deleting .menu-item-handle {
background-color: #f66;
background-image: none;
text-shadow: 0 0 0 #ccc;
text-shadow: 0 0 0;
}
.menu-item-handle .item-title {
@ -350,9 +423,11 @@ body {
li.menu-item.ui-sortable-helper dl {
margin-top: 0;
}
li.menu-item.ui-sortable-helper .menu-item-transport dl {
li.menu-item.ui-sortable-helper .menu-item-transport dl {
margin-top: 13px;
}
}
.menu .sortable-placeholder {
height: 35px;
width: 410px;
@ -402,13 +477,28 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
/* Menu item controls */
.item-type {
font-size: 12px;
color: #999999;
padding-right: 10px;
}
.item-controls { font-size: 12px; position: absolute; right: 20px; top: -1px; }
.item-controls a { text-decoration: none; }
.item-controls a:hover { cursor: pointer; }
.item-controls .item-order { padding-right: 10px;}
.item-controls {
font-size: 12px;
position: absolute;
right: 20px;
top: -1px;
}
.item-controls a {
text-decoration: none;
}
.item-controls a:hover {
cursor: pointer;
}
.item-controls .item-order {
padding-right: 10px;
}
.item-controls .item-order a {
font-weight:bold;
}
@ -417,10 +507,10 @@ body.js .item-order {
display:none;
}
.item-controls .menu-item-delete:hover { color: #ff0000; }
.item-controls .menu-item-delete:hover {
}
.item-edit {
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
position: absolute;
right: -20px;
top: 0;
@ -429,26 +519,26 @@ body.js .item-order {
height: 36px;
overflow: hidden;
text-indent:-999em;
border-bottom: 1px solid #eee;
border-bottom: 1px solid;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-khtml-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.item-edit:hover {
background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
}
/* Menu editing */
.menu-instructions-inactive {
display: none;
}
.menu-item-settings {
background: #f4f4f4;
display:block;
width: 400px;
padding: 10px 0 10px 10px;
border: solid #dfdfdf;
border: solid;
border-width: 0 1px 1px 1px;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-bottom-right-radius: 3px;
@ -456,6 +546,7 @@ body.js .item-order {
-khtml-border-bottom-right-radius: 3px;
-khtml-border-bottom-left-radius: 3px;
}
.menu-item-edit-active .menu-item-settings {
display:block;
}
@ -474,18 +565,18 @@ body.js .item-order {
margin: 0 0 10px;
padding: 3px 5px 5px;
font-size: 12px;
color: #777;
font-style: italic;
border: 1px solid #dfdfdf;
border: 1px solid;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
}
.link-to-original a {
.link-to-original a {
padding-left: 4px;
font-style: normal;
}
}
.hidden-field {
display: none;
@ -496,10 +587,12 @@ body.js .item-order {
margin-right: 10px;
float: left;
}
.description-thin {
width: 190px;
height: 40px;
}
.description-wide {
width: 390px;
}
@ -508,24 +601,34 @@ body.js .item-order {
padding-top: 15px;
}
#cancel-save { cursor: pointer; }
#cancel-save:hover { color: #fff !important; }
#update-menu-item { color: #fff !important; }
#cancel-save {
cursor: pointer;
}
#cancel-save:hover {
}
#update-menu-item {
}
#update-menu-item:hover,
#update-menu-item:active,
#update-menu-item:focus { color: #eaf2fa !important; border-color: #13455b !important; }
#update-menu-item:focus {
}
/* Major/minor publishing actions (classes) */
.major-publishing-actions {
clear:both;
padding: 3px 0 5px;
}
.major-publishing-actions .publishing-action {
text-align: right;
float: right;
line-height: 23px;
margin: 5px 0 1px;
}
.major-publishing-actions .delete-action {
vertical-align: middle;
text-align: left;
@ -533,29 +636,32 @@ body.js .item-order {
padding-right: 15px;
margin-top: 5px;
}
.menu-name-label span, .auto-add-pages label {
font-size: 12px;
font-style: normal;
}
.menu-name-label {
margin-right: 15px;
}
.auto-add-pages input {
margin-top: 0;
}
.auto-add-pages {
margin-top: 4px;
float: left;
}
.submitbox .submitcancel {
color: #21759B;
border-bottom: 1px solid #21759B;
border-bottom: 1px solid;
padding: 1px 2px;
text-decoration: none;
}
.submitbox .submitcancel:hover {
background: #21759B;
color: #fff;
}
.major-publishing-actions .form-invalid {
@ -583,4 +689,7 @@ body.js .item-order {
height: 0;
visibility: hidden;
}
#nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; }
#nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap {
display: block;
}

View File

@ -492,7 +492,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 = '20110514';
$colors_version = '20110514b';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );
@ -516,7 +516,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.3u' );
$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(), '20110511' );
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20110514' );
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20110419' );
$styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20101224' );
$styles->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/css/wplink$suffix.css", array(), '20101224' );