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

git-svn-id: https://develop.svn.wordpress.org/trunk@16790 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-08 08:28:15 +00:00
parent 8f4416b53b
commit 45cb3321c0
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;
}