Use the blue background color around the blue gradient. see #15993.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b6346ae5cd
commit
96aa2460d9
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue