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 authored and yenienserrano committed Jul 12, 2024
1 parent 5e26474 commit fbc3431
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 fbc3431

Please sign in to comment.