Remove background from QuickPress publish bar

git-svn-id: https://develop.svn.wordpress.org/trunk@9766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-11-18 22:25:54 +00:00
parent ad844f6db9
commit fc01c4f845
2 changed files with 2 additions and 2 deletions

View File

@ -1306,7 +1306,7 @@ div.star.select:hover {
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
}
#major-publishing-actions, #dashboard_quick_press .submit {
#major-publishing-actions {
background: #eaf2fa;
}

View File

@ -307,7 +307,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'gte IE 6' );
$styles->add( 'colors', true ); // Register "meta" stylesheet for admin colors
$styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081117'); // for login.php. Is there a better way?
$styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081118'); // for login.php. Is there a better way?
$styles->add_data( 'colors-fresh', 'rtl', true );
$styles->add( 'global', '/wp-admin/css/global.css', array(), '20081106' );