fixedColumns.dataTables.css 367 B

123456789101112131415161718
  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. }