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

git-svn-id: https://develop.svn.wordpress.org/trunk@18097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2011-06-01 16:50:00 +00:00
parent 959f4e03c4
commit bdfa985fc6
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;
}