Add gray background to inactive rows on plugins screen

git-svn-id: https://develop.svn.wordpress.org/trunk@11517 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-06-04 02:08:34 +00:00
parent f0cc116f8a
commit 230a4bc6f0
4 changed files with 8 additions and 8 deletions

View File

@@ -421,7 +421,7 @@ function wp_default_styles( &$styles ) {
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20090522';
$colors_version = '20090603';
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090522' );
$styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );