Don't show blurry text shadow in the admin bar count. props demetris, fixes #15308.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-08 08:28:15 +00:00
parent 2fd70020ea
commit 611f511e0f
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@
background: #fff;
color: #888;
}
#wpadminbar span.update-count {
text-shadow: none;
}
#wpadminbar ul li a span#ab-awaiting-mod.count-0 {
display: none;
}