mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
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:
parent
0fc43cf648
commit
1b68451354
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…
Reference in New Issue
Block a user