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:
parent
ad844f6db9
commit
fc01c4f845
|
@ -1306,7 +1306,7 @@ div.star.select:hover {
|
||||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
|
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#major-publishing-actions, #dashboard_quick_press .submit {
|
#major-publishing-actions {
|
||||||
background: #eaf2fa;
|
background: #eaf2fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -307,7 +307,7 @@ function wp_default_styles( &$styles ) {
|
||||||
$styles->add_data( 'ie', 'conditional', 'gte IE 6' );
|
$styles->add_data( 'ie', 'conditional', 'gte IE 6' );
|
||||||
|
|
||||||
$styles->add( 'colors', true ); // Register "meta" stylesheet for admin colors
|
$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_data( 'colors-fresh', 'rtl', true );
|
||||||
|
|
||||||
$styles->add( 'global', '/wp-admin/css/global.css', array(), '20081106' );
|
$styles->add( 'global', '/wp-admin/css/global.css', array(), '20081106' );
|
||||||
|
|
Loading…
Reference in New Issue