Make admin bar update bubbles DARK text on LIGHT background, per janeforshort. see #15308

git-svn-id: https://develop.svn.wordpress.org/trunk@16435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2010-11-17 17:35:24 +00:00
parent 81200f91c7
commit 064b0f732b
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -75,8 +75,8 @@
#wpadminbar ul li a span#ab-awaiting-mod,
#wpadminbar ul li a span#ab-updates {
display: inline;
background: #aaa;
color: #fff;
background: #eee;
color: #333;
padding: 1px 5px;
font-size: 10px;
font-family: verdana;

View File

@ -503,7 +503,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20100907' );
// Admin bar
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20101111' );
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20101117' );
foreach ( $rtl_styles as $rtl_style ) {
$styles->add_data( $rtl_style, 'rtl', true );