Skip to content

Commit

Permalink
Fix css selector to login button (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed May 22, 2024
1 parent 5a302c9 commit fb728f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/core_app/assets/legacy_light_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4506,7 +4506,7 @@ input:focus {
margin-bottom: 32px;
}

div.euiFormRow > div.euiFormRow__fieldWrapper > button {
.wz-login .btn-login {
background-color: #3595F9!important;
border-color: #3595F9!important;
color: #fff;
Expand Down

0 comments on commit fb728f9

Please sign in to comment.