+ show transactions direction

This commit is contained in:
Taegus
2018-12-18 19:42:43 +01:00
parent 8578898b04
commit 0ec20aa2d8
3 changed files with 47 additions and 5 deletions

View File

@@ -21,4 +21,16 @@
.sendWrapper input {
color: #aaa;
}
#tableTransactionsForAll .fa-arrow-right {
color: #8B0000;
}
#tableTransactionsForAll .fa-arrow-left {
color: #228B22;
}
#tableTransactionsForAll .fa-arrows-alt-h {
color: #DCDCDC;
}

View File

@@ -2,6 +2,7 @@
<table id="tableTransactionsForAll" class="display tableTransactions" style="width:100%">
<thead>
<tr>
<th></th>
<th>Block</th>
<th>Timestamp</th>
<th>From</th>
@@ -11,6 +12,7 @@
</thead>
<tfoot>
<tr>
<th></th>
<th>Block</th>
<th>Timestamp</th>
<th>From</th>