+ show transactions direction
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user