mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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:
parent
10990e9a37
commit
1af7b4fed0
@ -120,7 +120,8 @@ strong .post-com-count span {
|
||||
/* Admin Menu */
|
||||
|
||||
#adminmenuback,
|
||||
#adminmenuwrap {
|
||||
#adminmenuwrap,
|
||||
#adminmenu {
|
||||
background: $menu-background;
|
||||
}
|
||||
|
||||
|
@ -1170,7 +1170,8 @@ table.widefat .spam a:hover {
|
||||
|
||||
/* menu */
|
||||
#adminmenuback,
|
||||
#adminmenuwrap {
|
||||
#adminmenuwrap,
|
||||
#adminmenu {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user