Transaction Table CSS Clean up
This commit is contained in:
File diff suppressed because it is too large
Load Diff
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
@@ -1,53 +1,53 @@
|
|||||||
/*
|
/*
|
||||||
* Table button styles
|
* Table button styles
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.dt-button {
|
.dt-button {
|
||||||
margin-left: 10px !important;
|
margin-left: 10px !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
background-color: #7A1336 !important;
|
background-color: #7A1336 !important;
|
||||||
border: 1px solid #450118 !important;
|
border: 1px solid #450118 !important;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-button:hover,
|
.dt-button:hover,
|
||||||
.dt-button:focus,
|
.dt-button:focus,
|
||||||
.dt-button.active,
|
.dt-button.active,
|
||||||
.open .dropdown-toggle.dt-button {
|
.open .dropdown-toggle.dt-button {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
background-color: #B01549 !important;
|
background-color: #B01549 !important;
|
||||||
border: 1px solid #450118 !important;
|
border: 1px solid #450118 !important;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-button.active,
|
.dt-button.active,
|
||||||
.open .dropdown-toggle.dt-button.dt-button {
|
.open .dropdown-toggle.dt-button.dt-button {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-button.disabled,
|
.dt-button.disabled,
|
||||||
.dt-button[disabled],
|
.dt-button[disabled],
|
||||||
fieldset[disabled] .dt-button,
|
fieldset[disabled] .dt-button,
|
||||||
.dt-button.disabled:hover,
|
.dt-button.disabled:hover,
|
||||||
.dt-button[disabled]:hover,
|
.dt-button[disabled]:hover,
|
||||||
fieldset[disabled] .dt-button:hover,
|
fieldset[disabled] .dt-button:hover,
|
||||||
.dt-button.disabled:focus,
|
.dt-button.disabled:focus,
|
||||||
.dt-button[disabled]:focus,
|
.dt-button[disabled]:focus,
|
||||||
fieldset[disabled] .dt-button:focus,
|
fieldset[disabled] .dt-button:focus,
|
||||||
.dt-button.disabled:active,
|
.dt-button.disabled:active,
|
||||||
.dt-button[disabled]:active,
|
.dt-button[disabled]:active,
|
||||||
fieldset[disabled] .dt-button:active,
|
fieldset[disabled] .dt-button:active,
|
||||||
.dt-button.disabled.active,
|
.dt-button.disabled.active,
|
||||||
.dt-button[disabled].active,
|
.dt-button[disabled].active,
|
||||||
fieldset[disabled] .dt-button.active {
|
fieldset[disabled] .dt-button.active {
|
||||||
background-color: #7A1336 !important;
|
background-color: #7A1336 !important;
|
||||||
border-color: #450118 !important;
|
border-color: #450118 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-button .badge {
|
.dt-button .badge {
|
||||||
color: #7A1336 !important;
|
color: #7A1336 !important;
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Table styles
|
* Table styles
|
||||||
@@ -246,12 +246,12 @@ table.dataTable {
|
|||||||
table.dataTable tbody th.dt-body-nowrap,
|
table.dataTable tbody th.dt-body-nowrap,
|
||||||
table.dataTable tbody td.dt-body-nowrap {
|
table.dataTable tbody td.dt-body-nowrap {
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
table.dataTable,
|
table.dataTable,
|
||||||
table.dataTable th,
|
table.dataTable th,
|
||||||
table.dataTable td {
|
table.dataTable td {
|
||||||
box-sizing: content-box; }
|
box-sizing: content-box; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Control feature layout
|
* Control feature layout
|
||||||
*/
|
*/
|
||||||
@@ -367,7 +367,9 @@ table.dataTable td {
|
|||||||
.dataTables_wrapper .dataTables_info,
|
.dataTables_wrapper .dataTables_info,
|
||||||
.dataTables_wrapper .dataTables_processing,
|
.dataTables_wrapper .dataTables_processing,
|
||||||
.dataTables_wrapper .dataTables_paginate {
|
.dataTables_wrapper .dataTables_paginate {
|
||||||
color: #333333; }
|
color: #333333;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.dataTables_wrapper .dataTables_scroll {
|
.dataTables_wrapper .dataTables_scroll {
|
||||||
clear: both; }
|
clear: both; }
|
||||||
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
|
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
|
||||||
@@ -393,7 +395,7 @@ table.dataTable td {
|
|||||||
content: "";
|
content: "";
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 0; }
|
height: 0; }
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
.dataTables_wrapper .dataTables_info,
|
.dataTables_wrapper .dataTables_info,
|
||||||
.dataTables_wrapper .dataTables_paginate {
|
.dataTables_wrapper .dataTables_paginate {
|
||||||
@@ -407,4 +409,4 @@ table.dataTable td {
|
|||||||
float: none;
|
float: none;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
.dataTables_wrapper .dataTables_filter {
|
.dataTables_wrapper .dataTables_filter {
|
||||||
margin-top: 0.5em; } }
|
margin-top: 0.5em; } }
|
||||||
|
|||||||
@@ -13,18 +13,6 @@
|
|||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</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>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user