password confirmation when joining and creating a wallet

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-18 17:56:50 -03:00
commit b51e8b3539
4 changed files with 36 additions and 0 deletions

View file

@ -540,4 +540,8 @@ button[disabled].warning:focus,
height: 50px;
}
input.ng-invalid-match, input.ng-invalid-match:focus {
border-color: red;
}
/*-----------------------------------------------------------------*/