Make WordPress Core

Changeset 31022


Ignore:
Timestamp:
01/02/2015 05:20:06 PM (10 years ago)
Author:
azaozz
Message:

Fix the background color in the auth. check modal. Props melchoyce, fixes #30278.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/wp-auth-check.css

    r27752 r31022  
    2929    margin: 0 0 0 -190px;
    3030    padding: 30px 0 0;
    31     background-color: #eee;
     31    background-color: #f1f1f1;
    3232    z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
    3333    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
Note: See TracChangeset for help on using the changeset viewer.