Blue admin theme updates for the new UI style. props saracannon. see #17324

git-svn-id: https://develop.svn.wordpress.org/trunk@17924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-05-14 04:40:48 +00:00
parent 73fe19d286
commit 6b97876e64
5 changed files with 380 additions and 211 deletions

View File

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