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:
parent
2fd70020ea
commit
611f511e0f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue