Blue tweaks. props saracannon, see #15207.

git-svn-id: https://develop.svn.wordpress.org/trunk@16173 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-11-04 01:59:58 +00:00
parent d1034ad0d3
commit 8b0f87ebfd
4 changed files with 20 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,7 +61,7 @@ body > #upload-menu {
div.dashboard-widget,
#dashboard-widgets p.dashboard-widget-links,
#replyrow #ed_reply_toolbar input {
border-color: #cbc7b9
border-color: #D1E5EE
}
#poststuff .inside label.spam,
@ -93,7 +93,7 @@ div.dashboard-widget,
}
.widefat {
border-color: #cbc7b9;
border-color: #D1E5EE;
background-color: #fff;
}
@ -578,7 +578,7 @@ input.readonly, textarea.readonly {
#footer {
color: #777;
border-color: #cbc7c9;
border-color: #b0c8d7;
background: #cfdfe9; /* fallback color */
background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff);
background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));
@ -650,7 +650,7 @@ table.widefat span.spam a,
#titlediv,
#poststuff .postarea,
.stuffbox {
border-color: #cbc7b9;
border-color: #D1E5EE;
}
.widget,
@ -704,7 +704,7 @@ table.widefat span.spam a,
}
#wphead {
border-bottom:#cbc7b9 1px solid;
border-bottom:#b0c8d7 1px solid;
background: #cfdfe9; /* fallback color */
background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff);
background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff));
@ -797,7 +797,7 @@ table.widefat .spam a:hover,
#poststuff #edButtonPreview,
#poststuff #edButtonHTML {
background-color: #eff8ff;
border-color: #CBC7B9;
border-color: #D1E5EE;
color: #999;
}
@ -1015,7 +1015,7 @@ table.widefat .spam a:hover,
#post-status-info,
#titlediv #title,
.editwidget .widget-inside {
border-color: #cbc7b9;
border-color: #D1E5EE;
}
#titlediv #title {
@ -1069,7 +1069,7 @@ table.widefat .spam a:hover,
}
#adminmenu .wp-has-current-submenu ul li a.current {
background: url(../images/menu-dark.gif) top left no-repeat !important;
background: url(../images/menu-dark-vs.gif) top left no-repeat !important;
}
.wp-has-current-submenu .wp-submenu {
@ -1089,16 +1089,16 @@ table.widefat .spam a:hover,
#adminmenu li.wp-has-current-submenu .wp-submenu,
#adminmenu li.wp-has-current-submenu ul li a {
border-right-color: #aaa !important;
border-left-color: #aaa !important;
border-right-color: #5589aa !important;
border-left-color: #5589aa !important;
}
#adminmenu li.wp-has-current-submenu ul li a {
background: url(../images/menu-dark.gif) bottom left no-repeat !important;
background: url(../images/menu-dark-vs.gif) bottom left no-repeat !important;
}
#adminmenu li.wp-has-current-submenu ul {
border-bottom-color: #aaa;
border-bottom-color: #5589aa;
}
#adminmenu .wp-submenu .current a.current {
@ -1116,7 +1116,7 @@ table.widefat .spam a:hover,
color: #333;
background-color: #efede7;
background-image: none;
border-color: #cbc7b9;
border-color: #5589aa;
}
#adminmenu .wp-submenu ul {
@ -1291,8 +1291,8 @@ table.diff .diff-addedline ins {
#screen-options-wrap,
#contextual-help-wrap {
background-color: #f8f7f3;
border-color: #cbc7b9;
background-color: #F8F7F3;
border-color: #D1e5ee;
}
#screen-meta-links a.show-settings {
@ -1520,7 +1520,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#screen-meta .screen-meta-toggle {
background: #e3e0d6;
background: #D1E5ee;
}
#screen-meta a.show-settings {
@ -1618,7 +1618,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
div.widgets-sortables,
#widgets-left .inactive {
border-color: #cbc7b9;
border-color: #D1E5EE;
background-color: #f8f7f3;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px
@ -1701,7 +1701,7 @@ div.widgets-sortables,
#nav-menu-header, #nav-menu-footer, .menu-item-handle {
background: url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top #cfdfe9;
border-top: solid #cbc7b9 1px;
border-top: solid #D1E5EE 1px;
}
#menu-management .nav-tab-active {

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

View File

@ -473,7 +473,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 = '20101102b';
$colors_version = '20101103';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );