Make WordPress Core

Changeset 59879


Ignore:
Timestamp:
02/27/2025 12:26:03 AM (19 months ago)
Author:
audrasjb
Message:

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.

Location:
trunk/src/wp-admin/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/admin-menu.css

    r59875 r59879  
    345345        position: absolute;
    346346        pointer-events: none;
    347         border-right-color: #fff;
     347        border-right-color: #f0f0f1;
    348348        top: 50%;
    349349        margin-top: -8px;
  • trunk/src/wp-admin/css/colors/_variables.scss

    r59705 r59879  
    1616// global
    1717
    18 $body-background: #fff !default;
     18$body-background: #f1f1f1 !default;
    1919
    2020$link: #0073aa !default;
  • trunk/src/wp-admin/css/common.css

    r59832 r59879  
    220220
    221221body {
     222        background: #f0f0f1;
    222223        color: #3c434a;
    223224        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
Note: See TracChangeset for help on using the changeset viewer.