You are here

fixedColumns.dataTables.css in Table Trash 7

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}

div.DTFC_Blocker {
  background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}

File

library/DataTables/FixedColumns-3.2.0/css/fixedColumns.dataTables.css
View source
  1. table.DTFC_Cloned thead,
  2. table.DTFC_Cloned tfoot {
  3. background-color: white;
  4. }
  5. div.DTFC_Blocker {
  6. background-color: white;
  7. }
  8. div.DTFC_LeftWrapper table.dataTable,
  9. div.DTFC_RightWrapper table.dataTable {
  10. margin-bottom: 0;
  11. z-index: 2;
  12. }
  13. div.DTFC_LeftWrapper table.dataTable.no-footer,
  14. div.DTFC_RightWrapper table.dataTable.no-footer {
  15. border-bottom: none;
  16. }