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.

Built from https://develop.svn.wordpress.org/trunk@26387


git-svn-id: http://core.svn.wordpress.org/trunk@26287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 03:51:09 +00:00
parent e86c507db0
commit 0e99fe6bb5
11 changed files with 14 additions and 11 deletions

View File

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

View File

@ -92,7 +92,7 @@ strong .post-com-count span {
background-color: #e1a948; }
/* Admin Menu */
#adminmenuback, #adminmenuwrap {
#adminmenuback, #adminmenuwrap, #adminmenu {
background: #52accc; }
#adminmenu a {

File diff suppressed because one or more lines are too long

View File

@ -92,7 +92,7 @@ strong .post-com-count span {
background-color: #d64e07; }
/* Admin Menu */
#adminmenuback, #adminmenuwrap {
#adminmenuback, #adminmenuwrap, #adminmenu {
background: #e5e5e5; }
#adminmenu a {

File diff suppressed because one or more lines are too long

View File

@ -92,7 +92,7 @@ strong .post-com-count span {
background-color: #69a8bb; }
/* Admin Menu */
#adminmenuback, #adminmenuwrap {
#adminmenuback, #adminmenuwrap, #adminmenu {
background: #363b3f; }
#adminmenu a {

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long