Revert placement of Help and Screen Options to under the admin bar on the right, see #18197, see #18785

git-svn-id: https://develop.svn.wordpress.org/trunk@19130 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-03 17:08:12 +00:00
parent ccaca0274d
commit 882574b78c
15 changed files with 75 additions and 81 deletions

View File

@@ -178,17 +178,14 @@
}
#wpadminbar.nojs .ab-top-menu > li.menupop:hover,
#wpadminbar .ab-top-menu li.menupop.hover,
#wpadminbar .ab-top-menu .selected.screen-meta-toggle {
#wpadminbar .ab-top-menu li.menupop.hover {
background: #fff;
}
#wpadminbar.nojs .quicklinks .menupop:hover a,
#wpadminbar.nojs .quicklinks .menupop:hover span,
#wpadminbar .quicklinks .menupop.hover a,
#wpadminbar .quicklinks .menupop.hover span,
#wpadminbar .ab-top-menu .selected.screen-meta-toggle a,
#wpadminbar .ab-top-menu .selected.screen-meta-toggle span {
#wpadminbar .quicklinks .menupop.hover span {
color: #333;
text-shadow: none;
}