Use the blue background color around the blue gradient. see #15993.

git-svn-id: https://develop.svn.wordpress.org/trunk@17190 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-31 03:11:59 +00:00
parent a0a77f0380
commit 115f9d327d
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -138,7 +138,7 @@ textarea.disabled {
.widget .widget-top,
.postbox h3,
.stuffbox h3 {
background: #dfdfdf url("../images/blue-grad.png?ver=20101102") repeat-x left top;
background: #cfdfe9 url("../images/blue-grad.png?ver=20101102") repeat-x left top;
text-shadow: #fff 0 1px 0;
}
@ -472,7 +472,7 @@ h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
.find-box-head {
color: #333;
background: #dfdfdf url(../images/blue-grad.png?ver=20101102) repeat-x scroll left top;
background: #cfdfe9 url(../images/blue-grad.png?ver=20101102) repeat-x scroll left top;
}
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {

View File

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