Menus: After [42857], apply background to the correct elements on Menus screen.

Props audrasjb, afercia, mukesh27, garrett-eclipse.
Fixes #46368.
Built from https://develop.svn.wordpress.org/trunk@44801


git-svn-id: http://core.svn.wordpress.org/trunk@44633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-05 21:01:49 +00:00
parent 41ef077491
commit 16fd7d42e8
5 changed files with 5 additions and 5 deletions

View File

@ -161,7 +161,6 @@ ul.add-menu-item-tabs li {
margin-left: 20px; margin-left: 20px;
margin-top: -3px; margin-top: -3px;
width: 100%; width: 100%;
background: #f5f5f5;
} }
#menu-management .menu-edit { #menu-management .menu-edit {
@ -178,6 +177,7 @@ ul.add-menu-item-tabs li {
#nav-menu-header, #nav-menu-header,
#nav-menu-footer { #nav-menu-footer {
padding: 0 10px; padding: 0 10px;
background: #f5f5f5;
} }
#nav-menu-header { #nav-menu-header {

File diff suppressed because one or more lines are too long

View File

@ -161,7 +161,6 @@ ul.add-menu-item-tabs li {
margin-right: 20px; margin-right: 20px;
margin-top: -3px; margin-top: -3px;
width: 100%; width: 100%;
background: #f5f5f5;
} }
#menu-management .menu-edit { #menu-management .menu-edit {
@ -178,6 +177,7 @@ ul.add-menu-item-tabs li {
#nav-menu-header, #nav-menu-header,
#nav-menu-footer { #nav-menu-footer {
padding: 0 10px; padding: 0 10px;
background: #f5f5f5;
} }
#nav-menu-header { #nav-menu-header {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.2-alpha-44799'; $wp_version = '5.2-alpha-44801';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.