add focus on input icon

This commit is contained in:
bechi 2014-12-15 21:50:19 -03:00
commit 0d8faeb8be
3 changed files with 10 additions and 5 deletions

View file

@ -29,7 +29,7 @@
<div class="input">
<input id="connectionId" type="text" placeholder="{{'Paste wallet secret here'|translate}}" name="connectionId" ng-model="connectionId" wallet-secret required>
<i class="icon-wallet"></i>
<label for="connectionId"><i class="icon-wallet"></i></label>
<div ng-hide="showScanner || disableScanner">
<a class="postfix button black" ng-click="openScanner()"><i class="fi-camera">&nbsp;</i></a>
</div>