Merge pull request #5662 from gabrielbazan7/fix/refeshbt
style refresh icon in wallet service url view
This commit is contained in:
commit
ce15c62ced
2 changed files with 9 additions and 6 deletions
|
|
@ -9,15 +9,13 @@
|
|||
<div ng-include="'views/includes/walletItem.html'"></div>
|
||||
|
||||
<div class="list settings-list settings-input-group">
|
||||
|
||||
|
||||
<label class="item item-input item-stacked-label">
|
||||
<span class="input-label">Wallet Service URL</span>
|
||||
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl.value">
|
||||
<a class="postfix" on-tap="resetDefaultUrl()">
|
||||
<i class="icon ion-ios-reload"></i>
|
||||
</a>
|
||||
</label>
|
||||
<button class="no-border postfix" on-tap="resetDefaultUrl()">
|
||||
<i class="icon ion-ios-reload"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="settings-explanation">
|
||||
<div class="settings-description" translate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue