<style>
.XojoListBox .DTFC_ScrollWrapper,
.XojoListBox .table,
.XojoListBox .dataTables_wrapper tr.buffer,
.table-striped tbody tr:nth-of-type(odd) {
background-color: transparent !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
content: "" !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
content: "" !important;
}
.table-bordered,
.table-bordered thead td, .table-bordered thead th,
.table-bordered td, .table-bordered th,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
background: none !important;
}
</style>
3 Likes