Add #adminmenu to this background color rule so it remains visible on mobile when the sidebar is longer than the main column, like on media-new.php. See #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26387 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-26 03:50:26 +00:00
parent 10990e9a37
commit 1af7b4fed0
2 changed files with 4 additions and 2 deletions

View File

@ -120,7 +120,8 @@ strong .post-com-count span {
/* Admin Menu */
#adminmenuback,
#adminmenuwrap {
#adminmenuwrap,
#adminmenu {
background: $menu-background;
}

View File

@ -1170,7 +1170,8 @@ table.widefat .spam a:hover {
/* menu */
#adminmenuback,
#adminmenuwrap {
#adminmenuwrap,
#adminmenu {
background-color: #222;
}