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:
parent
a0a77f0380
commit
115f9d327d
File diff suppressed because one or more lines are too long
@ -138,7 +138,7 @@ textarea.disabled {
|
|||||||
.widget .widget-top,
|
.widget .widget-top,
|
||||||
.postbox h3,
|
.postbox h3,
|
||||||
.stuffbox 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;
|
text-shadow: #fff 0 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -472,7 +472,7 @@ h3.dashboard-widget-title span,
|
|||||||
h3.dashboard-widget-title small,
|
h3.dashboard-widget-title small,
|
||||||
.find-box-head {
|
.find-box-head {
|
||||||
color: #333;
|
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 {
|
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
||||||
|
@ -490,7 +490,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// 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.
|
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||||
$styles->add( 'colors', true, array(), $colors_version );
|
$styles->add( 'colors', true, array(), $colors_version );
|
||||||
|
Loading…
Reference in New Issue
Block a user