The Lightening, Part 2: Return of the Luminous Hex Codes. Make the admin styles a bit brighter. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
077b2cec72
commit
0f85a171c2
File diff suppressed because one or more lines are too long
|
@ -139,13 +139,30 @@ textarea.disabled {
|
|||
|
||||
.widget .widget-top,
|
||||
.postbox h3,
|
||||
.stuffbox h3 {
|
||||
.stuffbox h3,
|
||||
.widefat thead tr th,
|
||||
.widefat tfoot tr th,
|
||||
h3.dashboard-widget-title,
|
||||
h3.dashboard-widget-title span,
|
||||
h3.dashboard-widget-title small,
|
||||
.find-box-head,
|
||||
.sidebar-name,
|
||||
#nav-menu-header,
|
||||
#nav-menu-footer,
|
||||
.menu-item-handle,
|
||||
#fullscreen-topbar {
|
||||
background-color: #f5fafd; /* Fallback */
|
||||
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 */
|
||||
}
|
||||
|
||||
.widget .widget-top,
|
||||
.postbox h3,
|
||||
.stuffbox h3 {
|
||||
border-bottom-color: #D1E5EE;
|
||||
text-shadow: #fff 0 1px 0;
|
||||
-moz-box-shadow: 0 1px 0 #fff;
|
||||
|
@ -500,13 +517,6 @@ h3.dashboard-widget-title span,
|
|||
h3.dashboard-widget-title small,
|
||||
.find-box-head {
|
||||
color: #333;
|
||||
background: #cfdfe9;
|
||||
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 */
|
||||
}
|
||||
|
||||
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
||||
|
@ -686,7 +696,8 @@ table.widefat span.spam a,
|
|||
|
||||
.widget,
|
||||
#widget-list .widget-top,
|
||||
.postbox {
|
||||
.postbox,
|
||||
.menu-item-settings {
|
||||
background-color: #F7FCFE;
|
||||
}
|
||||
|
||||
|
@ -1966,18 +1977,6 @@ div.widgets-sortables,
|
|||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
#nav-menu-header,
|
||||
#nav-menu-footer,
|
||||
.menu-item-handle {
|
||||
background: #eff8ff; /* Fallback */
|
||||
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;
|
||||
|
@ -2062,7 +2061,6 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
.menu-item-settings { /* Menu editing */
|
||||
background: #f7fcfe;
|
||||
border-color: #d0dfe9;
|
||||
}
|
||||
|
||||
|
@ -2128,11 +2126,4 @@ div.widgets-sortables,
|
|||
|
||||
#fullscreen-topbar {
|
||||
border-bottom-color: #D1E5EE;
|
||||
background-color: #f5fafd;
|
||||
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 */
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -137,15 +137,32 @@ textarea.disabled {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.widget .widget-top,
|
||||
.postbox h3,
|
||||
.stuffbox h3,
|
||||
.widefat thead tr th,
|
||||
.widefat tfoot tr th,
|
||||
h3.dashboard-widget-title,
|
||||
h3.dashboard-widget-title span,
|
||||
h3.dashboard-widget-title small,
|
||||
.find-box-head,
|
||||
.sidebar-name,
|
||||
#nav-menu-header,
|
||||
#nav-menu-footer,
|
||||
.menu-item-handle,
|
||||
#fullscreen-topbar {
|
||||
background-color: #f1f1f1; /* Fallback */
|
||||
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
|
||||
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
|
||||
background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */
|
||||
background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
.widget .widget-top,
|
||||
.postbox h3,
|
||||
.stuffbox h3 {
|
||||
background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */
|
||||
background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9); /* new Webkit */
|
||||
background-image: linear-gradient(top, #f4f4f4, #e9e9e9); /* proposed W3C Markup */
|
||||
border-bottom-color: #dfdfdf;
|
||||
text-shadow: #fff 0 1px 0;
|
||||
-moz-box-shadow: 0 1px 0 #fff;
|
||||
|
@ -204,7 +221,7 @@ strong .post-com-count span {
|
|||
|
||||
.alternate,
|
||||
.alt {
|
||||
background-color: #f4f4f4;
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
|
||||
.available-theme a.screenshot {
|
||||
|
@ -500,13 +517,6 @@ h3.dashboard-widget-title span,
|
|||
h3.dashboard-widget-title small,
|
||||
.find-box-head {
|
||||
color: #333;
|
||||
background: #e9e9e9;
|
||||
background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */
|
||||
background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9); /* new Webkit */
|
||||
background-image: linear-gradient(top, #f4f4f4, #e9e9e9); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
||||
|
@ -686,8 +696,15 @@ table.widefat span.spam a,
|
|||
|
||||
.widget,
|
||||
#widget-list .widget-top,
|
||||
.postbox {
|
||||
background-color: #f4f4f4;
|
||||
.postbox,
|
||||
.menu-item-settings {
|
||||
background-color: #f5f5f5; /* Fallback */
|
||||
background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */
|
||||
background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */
|
||||
background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */
|
||||
background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
#dashboard_browser_nag.postbox.browser-insecure {
|
||||
|
@ -1897,13 +1914,6 @@ div.widgets-sortables,
|
|||
|
||||
.sidebar-name {
|
||||
color: #464646;
|
||||
background-color: #e9e9e9; /* Fallback */
|
||||
background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */
|
||||
background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9); /* new Webkit */
|
||||
background-image: linear-gradient(top, #f4f4f4, #e9e9e9); /* proposed W3C Markup */
|
||||
text-shadow: #fff 0 1px 0;
|
||||
border-color: #dfdfdf;
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
|
@ -1966,18 +1976,6 @@ div.widgets-sortables,
|
|||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
#nav-menu-header,
|
||||
#nav-menu-footer,
|
||||
.menu-item-handle {
|
||||
background-color: #f4f4f4; /* Fallback */
|
||||
background-image: -ms-linear-gradient(bottom, #e9e9e9, #f4f4f4); /* IE10 */
|
||||
background-image: -moz-linear-gradient(bottom, #e9e9e9, #f4f4f4); /* Firefox */
|
||||
background-image: -o-linear-gradient(bottom, #e9e9e9, #f4f4f4); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), to(#f4f4f4)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(bottom, #e9e9e9, #f4f4f4); /* new Webkit */
|
||||
background-image: linear-gradient(bottom, #e9e9e9, #f4f4f4); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
/* added from nav-menu.css */
|
||||
#menu-management .menu-edit {
|
||||
border-color: #dfdfdf;
|
||||
|
@ -2014,7 +2012,7 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
#menu-management .nav-tab {
|
||||
background: #f9f9f9;
|
||||
background: #fbfbfb;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
|
@ -2062,7 +2060,6 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
.menu-item-settings { /* Menu editing */
|
||||
background: #f4f4f4;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
|
@ -2106,8 +2103,8 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
#menu-management .nav-tab-active {
|
||||
background: #f4f4f4;
|
||||
border-bottom-color: #f4f4f4;
|
||||
background: #f9f9f9;
|
||||
border-bottom-color: #f9f9f9;
|
||||
}
|
||||
|
||||
/* custom header & background pages */
|
||||
|
@ -2128,11 +2125,4 @@ div.widgets-sortables,
|
|||
|
||||
#fullscreen-topbar {
|
||||
border-bottom-color: #DFDFDF;
|
||||
background-color: #eee;
|
||||
background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */
|
||||
background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9)); /* old Webkit */
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9); /* new Webkit */
|
||||
background-image: linear-gradient(top, #f4f4f4, #e9e9e9); /* proposed W3C Markup */
|
||||
}
|
||||
|
|
|
@ -488,7 +488,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 = '20110610';
|
||||
$colors_version = '20110610b';
|
||||
|
||||
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||
$styles->add( 'colors', true, array(), $colors_version );
|
||||
|
|
Loading…
Reference in New Issue