Skip to content

Commit

Permalink
Fixes #2038 remove yeloow color in text box of login page
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhien1807 committed Jun 14, 2017
1 parent 908cc98 commit f1fc29c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ form[role=login] input {

}

form[role=login] input:-webkit-autofill,
input:-webkit-autofill:focus{
box-shadow: 0 0 0 1000px white inset;
}

#forgot-password {
float: right;
padding-right: 30px;
Expand Down

0 comments on commit f1fc29c

Please sign in to comment.