Skip to content

Commit

Permalink
Merge pull request joomla#131 from joomla/color-contrast-login
Browse files Browse the repository at this point in the history
Color contrast login
  • Loading branch information
chmst authored Apr 9, 2019
2 parents 7251b07 + bc44455 commit 82c1c4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/atum/scss/blocks/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,8 @@ label {
display:block;
}
}

.invalid .form-control-feedback {
color: theme-color("danger");
}
}

0 comments on commit 82c1c4e

Please sign in to comment.