Search box text updated.

BTC ticker fix.
Dropdown color fix.
Miner button tooltip.
This commit is contained in:
softsimon
2020-05-10 16:03:22 +07:00
parent 9b4e5194c1
commit 91a45aae30
8 changed files with 23 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<form [formGroup]="searchForm" (submit)="searchForm.valid && search()" class="mr-4" novalidate>
<div class="form-row">
<div style="width: 350px;" class="mr-2">
<input formControlName="searchText" type="text" class="form-control" placeholder="Transaction, address, block hash...">
<input formControlName="searchText" type="text" class="form-control" placeholder="Transaction, block height, hash or address">
</div>
<div>
<button type="submit" class="btn btn-block btn-primary">Search</button>