Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/FixedColumns-3.1.0/css/fixedColumns.dataTables.css
1294 views
1
table.DTFC_Cloned thead,
2
table.DTFC_Cloned tfoot {
3
background-color: white;
4
}
5
6
div.DTFC_Blocker {
7
background-color: white;
8
}
9
10
div.DTFC_LeftWrapper table.dataTable,
11
div.DTFC_RightWrapper table.dataTable {
12
margin-bottom: 0;
13
z-index: 2;
14
}
15
div.DTFC_LeftWrapper table.dataTable.no-footer,
16
div.DTFC_RightWrapper table.dataTable.no-footer {
17
border-bottom: none;
18
}
19
20