Merge pull request #5506 from JDonadio/ref/match-passwords-03

Export wallet - password hinting
This commit is contained in:
Matias Alejo Garcia 2017-01-26 10:34:03 -03:00 committed by GitHub
commit b896c75f3d
3 changed files with 32 additions and 2 deletions

View file

@ -12,4 +12,19 @@
border-bottom-width: 2px;
border-bottom-color: #172565;
}
input[type="password"] {
border: none;
margin-left: -5px;
padding-left: 4px;
&.incorrect {
padding-left: 3px;
border: 1px solid;
color: #C90505;
}
&.correct {
padding-left: 3px;
border: 1px solid;
color: #00901B;
}
}
}