Make WordPress Core

Ticket #48222: 48222.diff

File 48222.diff, 373 bytes (added by sabernhardt, 5 years ago)

moves button from the (right) edge when input has background-image in style

  • src/wp-admin/css/login.css

     
    118118        top: 0.25rem;
    119119}
    120120
     121.login .password-input[style*="background-image"] + .wp-hide-pw {
     122        right: 40px;
     123}
     124
    121125.login .wp-pwd {
    122126        position: relative;
    123127}