Fix hover styles in the admin bar sites menu too. Fixes #17178 props ocean90 and johnjamesjacoby.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2011-06-01 16:50:00 +00:00
parent 0fc43cf648
commit 1b68451354
2 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -108,8 +108,13 @@
float: none;
}
#wpadminbar .quicklinks .menupop ul li a strong {
font-weight: bold;
}
#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop ul li a span,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .shortlink-input {
color: #555;
text-shadow: none;
@ -121,7 +126,9 @@
width: 200px;
}
#wpadminbar .quicklinks .menupop ul li:hover > a {
#wpadminbar .quicklinks .menupop ul li:hover > a,
#wpadminbar .quicklinks .menupop ul li:hover > a span,
#wpadminbar .quicklinks .menupop ul li:hover > a strong {
color: #fff;
text-shadow: #666 0px -1px 0px;
}