lock text area
This commit is contained in:
parent
84b92044a2
commit
d7a2eeafa8
2 changed files with 26 additions and 5 deletions
|
|
@ -50,14 +50,19 @@
|
|||
<span translate>Type the Recovery Phrase (usually 12 words)</span>:
|
||||
</label>
|
||||
|
||||
<div class="qr-scanner-input">
|
||||
<div class="qr-scanner-input-import" ng-show="!fromQR">
|
||||
<qr-scanner on-scan="processWalletInfo(data)"></qr-scanner>
|
||||
</div>
|
||||
|
||||
<div class="lock-fromQR" ng-show="fromQR">
|
||||
<i class="fi-lock color-greeni"></i>
|
||||
<div class="lock-fromQR">
|
||||
<div ng-show="fromQR" class="left m10l">
|
||||
<i class="fi-lock color-greeni"></i>
|
||||
</div>
|
||||
<div ng-show="fromQR" class="right icon-close-import" ng-click="fromQR = null">
|
||||
<i class="icon-close-circle size-14"></i>
|
||||
</div>
|
||||
</div>
|
||||
<textarea class="form-control" name="words" ng-model="words" rows="2" autocapitalize="off" spellcheck="false" ng-click="fromQR = null"></textarea>
|
||||
<textarea class="form-control m10t" ng-disabled="fromQR" name="words" ng-model="words" rows="2" autocapitalize="off" spellcheck="false"></textarea>
|
||||
|
||||
<div class="m10t oh" ng-init="hideAdv=true">
|
||||
<a class="button outline light-gray expand tiny p10i" ng-click="hideAdv=!hideAdv">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue