Make WordPress Core


Ignore:
Timestamp:
02/18/2026 09:13:47 PM (3 weeks ago)
Author:
joedolson
Message:

Admin: Apply scheme styles in non-admin admin screens.

Adds the admin-scheme styles as a dependency for the login and install styles. This is to ensure the CSS variables are available to the login, installation, database repair and upgrade screens.

Modifies the display of notices in the login styles to match those in the new default scheme, "modern".

Props peterwilsoncc, wildworks, westonruter, mukesh27, fabiankaegy, audrasjb, huzaifaalmesbah, sabernhardt, presskopp, SirLouen, ellatrix, nendeb55, neo2k23, jsmansart, joedolson.
Fixes #64640, #64548. See #64308.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r59600 r61681  
    9595    $body_classes   = (array) $body_classes;
    9696    $body_classes[] = 'wp-core-ui';
     97    $body_classes[] = 'admin-color-modern';
    9798    $dir_attr       = '';
    9899    if ( is_rtl() ) {
Note: See TracChangeset for help on using the changeset viewer.