Transaction Table CSS Clean up
This commit is contained in:
@@ -14340,7 +14340,7 @@
|
||||
/* Features */
|
||||
"sWrapper": "dataTables_wrapper",
|
||||
"sFilter": "dataTables_filter",
|
||||
"sInfo": "dataTables_info",
|
||||
//"sInfo": "dataTables_info",
|
||||
"sPaging": "dataTables_paginate paging_", /* Note that the type is postfixed */
|
||||
"sLength": "dataTables_length",
|
||||
"sProcessing": "dataTables_processing",
|
||||
|
||||
1092
assets/styles/datatables.min.css
vendored
1092
assets/styles/datatables.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -367,7 +367,9 @@ table.dataTable td {
|
||||
.dataTables_wrapper .dataTables_info,
|
||||
.dataTables_wrapper .dataTables_processing,
|
||||
.dataTables_wrapper .dataTables_paginate {
|
||||
color: #333333; }
|
||||
color: #333333;
|
||||
display: none;
|
||||
}
|
||||
.dataTables_wrapper .dataTables_scroll {
|
||||
clear: both; }
|
||||
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
|
||||
|
||||
@@ -13,18 +13,6 @@
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Block</th>
|
||||
<th>Timestamp</th>
|
||||
<th>From</th>
|
||||
<th>TxHash</th>
|
||||
<th>To</th>
|
||||
<th>Value</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user