Fix Right Now ugliness in blue/classic theme. see #12202
git-svn-id: http://svn.automattic.com/wordpress/trunk@14098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c6569e6a53
commit
7b83161397
File diff suppressed because one or more lines are too long
|
@ -380,10 +380,6 @@ div.dashboard-widget-submit input:hover,
|
||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_right_now .table {
|
|
||||||
background: #faf9f7 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#side-sortables .category-tabs .tabs a {
|
#side-sortables .category-tabs .tabs a {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
|
@ -441,7 +441,7 @@ function wp_default_styles( &$styles ) {
|
||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
// 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 = '20100406';
|
$colors_version = '20100415';
|
||||||
|
|
||||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100411' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100411' );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue