Fix UI issues

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-08 11:50:28 -03:00
commit 9a80e86139
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 24 additions and 32 deletions

View file

@ -414,10 +414,10 @@
<div class="addressbook-input" ng-show="!sendForm.address.$invalid && _address">
{{index.addressbook[_address] || _address}}
</div>
<a class="postfix button"
ng-style="{'background-color':index.backgroundColor}"
<a class="postfix size-12 m0 text-gray"
ng-style="{'color':index.backgroundColor}"
ng-click="home.openDestinationAddressModal(index.otherWallets, _address)">
<i class="fi-plus size-14 lh"></i>
<i class="icon-wallet size-18"></i>
</a>
</div>
</div>