style to search input
This commit is contained in:
parent
276c3fa9ab
commit
c66a389994
2 changed files with 19 additions and 0 deletions
|
|
@ -195,6 +195,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="left-inner-addon ">
|
||||
<i class="fi-magnifying-glass"></i>
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
placeholder="Amount, address, mm/dd/yyyy"
|
||||
ng-model="search"></input>
|
||||
</div>
|
||||
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
||||
fast-click callback-fn="home.openTxModal(btx)"
|
||||
class="row collapse last-transactions-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue