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

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;