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:
parent
959f4e03c4
commit
bdfa985fc6
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user