Administration: Revert [59705] and bring back the light grey admin background.

This reverts the full-white background update that was committed in [59705] to give it more time for testing and feedback. Let's revisit this proposal later and revert to the good ol’ grey background.

Props afercia, richtabor, karmatosed, johnjamesjacoby, johnbillion, sabernhardt, 
See #62831.


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


git-svn-id: http://core.svn.wordpress.org/trunk@59221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2025-02-27 00:28:24 +00:00
parent 201731789c
commit 9d245fd864
38 changed files with 80 additions and 78 deletions

View File

@ -345,7 +345,7 @@ ul#adminmenu > li.current > a.current:after {
width: 0;
position: absolute;
pointer-events: none;
border-left-color: #fff;
border-left-color: #f0f0f1;
top: 50%;
margin-top: -8px;
}

File diff suppressed because one or more lines are too long

View File

@ -344,7 +344,7 @@ ul#adminmenu > li.current > a.current:after {
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #fff;
border-right-color: #f0f0f1;
top: 50%;
margin-top: -8px;
}

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@ $notification-color: #d54e21 !default;
// global
$body-background: #fff !default;
$body-background: #f1f1f1 !default;
$link: #0073aa !default;
$link-focus: color.adjust($link, $lightness: 10%) !default;

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -220,8 +220,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -273,7 +273,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -220,8 +220,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -273,7 +273,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -220,8 +220,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -273,7 +273,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -220,8 +220,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -273,7 +273,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-left-color: #fff;
border-left-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* may use the function in their own admin CSS files. See #56811.
*/
body {
background: #fff;
background: #f1f1f1;
}
/* Links */
@ -253,8 +253,8 @@ textarea:focus {
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #fff;
border-bottom-color: #fff;
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
@ -306,7 +306,7 @@ textarea:focus {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #fff;
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,

File diff suppressed because one or more lines are too long

View File

@ -220,6 +220,7 @@ body {
}
body {
background: #f0f0f1;
color: #3c434a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;

File diff suppressed because one or more lines are too long

View File

@ -219,6 +219,7 @@ body {
}
body {
background: #f0f0f1;
color: #3c434a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59878';
$wp_version = '6.8-alpha-59879';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.