Skip to content

Commit

Permalink
Merge pull request #1234 from greenpeace/admin-login-button
Browse files Browse the repository at this point in the history
No ticket - Update admin login button styles
  • Loading branch information
mleray authored Nov 12, 2020
2 parents ec0c62d + b08b264 commit b0177b1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,21 @@ body.login #login_error, body.login .message, body.login .success {
}

body.login div#login form#loginform p.submit input#wp-submit {
background: #f36d3a;
box-shadow: none;
background: #f36b35;
box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
text-shadow: none;
text-transform: uppercase;
height: auto;
border: none;
color: white;
padding: 0.5em 40px;
line-height: 1;
border-radius: 0;
border-radius: 4px;
}

body.login div#login form#loginform p.submit input#wp-submit:hover {
background: #ee562d;
}

body.login div#login form#loginform p.submit input#wp-submit:active {
background: #dd4a22;
}

0 comments on commit b0177b1

Please sign in to comment.