mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user