add color - fix addressbook checks
This commit is contained in:
parent
5a148658de
commit
8c18ef33b5
4 changed files with 59 additions and 17 deletions
|
|
@ -25,10 +25,8 @@
|
|||
<label class="item item-input item-stacked-label no-border">
|
||||
<span class="input-label" translate>Wallet Invitation</span>
|
||||
<div class="input-notification">
|
||||
<i class="icon ion-checkmark-circled balanced"
|
||||
ng-show="!joinForm.secret.$invalid"></i>
|
||||
<i class="icon ion-close-circled assertive"
|
||||
ng-show="joinForm.secret.$invalid && secret"></i>
|
||||
<i ng-show="!joinForm.secret.$invalid" class="icon ion-checkmark-circled valid"></i>
|
||||
<i ng-show="joinForm.secret.$invalid && secret" class="icon ion-close-circled invalid"></i>
|
||||
</div>
|
||||
<input id="secret"
|
||||
type="text"
|
||||
|
|
@ -91,14 +89,14 @@
|
|||
</div>
|
||||
|
||||
<div class="item item-input" ng-show="encrypt">
|
||||
<input ng-show="join.seedSourceId == 'new'"
|
||||
<input ng-show="join.seedSourceId == 'new'"
|
||||
placeholder="{{'Password'|translate}}"
|
||||
type="password"
|
||||
autocapitalize="off"
|
||||
name="createPassphrase"
|
||||
ng-model="createPassphrase">
|
||||
|
||||
<input ng-show="join.seedSourceId == 'set'"
|
||||
<input ng-show="join.seedSourceId == 'set'"
|
||||
placeholder="{{'Password'|translate}}"
|
||||
type="password"
|
||||
autocapitalize="off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue