dataTables.fixedcolumns.bootstrap4.css 1.4 KB

1234567891011121314151617181920212223
  1. table.DTFC_Cloned tr {
  2. margin-bottom: 0;
  3. background-color: white; }
  4. div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
  5. margin-bottom: 0 !important;
  6. background-color: white;
  7. border-bottom: none !important; }
  8. div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
  9. margin: 0 !important;
  10. border-top: none; }
  11. div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  12. display: none; }
  13. div.DTFC_LeftBodyWrapper table tbody tr:first-child th, div.DTFC_LeftBodyWrapper table tbody tr:first-child td, div.DTFC_RightBodyWrapper table tbody tr:first-child th, div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  14. border-top: none; }
  15. div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
  16. margin-top: 0 !important;
  17. background-color: white;
  18. border-top: none; }