Added invalid message if I paste a wrong wallet secret

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-31 21:58:35 -03:00
commit 96116c14fd
2 changed files with 14 additions and 1 deletions

View file

@ -258,6 +258,11 @@ a:hover {
margin-bottom: 20px;
}
.box-setup label small.has-error {
font-size: 11px;
color: #FFA59B;
}
.last-transactions {
margin-bottom: 2rem;
background-color: #E8EAEF;