1
0

fixedColumns.bootstrap4.css 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. table.DTFC_Cloned tr {
  2. background-color: white;
  3. margin-bottom: 0;
  4. }
  5. div.DTFC_LeftHeadWrapper table,
  6. div.DTFC_RightHeadWrapper table {
  7. border-bottom: none !important;
  8. margin-bottom: 0 !important;
  9. background-color: white;
  10. }
  11. div.DTFC_LeftBodyWrapper table,
  12. div.DTFC_RightBodyWrapper table {
  13. border-top: none;
  14. margin: 0 !important;
  15. z-index: 2;
  16. }
  17. div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after,
  18. div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
  19. div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
  20. div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
  21. div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
  22. div.DTFC_LeftBodyWrapper table thead .sorting:before,
  23. div.DTFC_LeftBodyWrapper table thead .sorting:after,
  24. div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
  25. div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
  26. div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
  27. div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
  28. div.DTFC_RightBodyWrapper table thead .sorting:before,
  29. div.DTFC_RightBodyWrapper table thead .sorting:after,
  30. div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
  31. div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
  32. div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
  33. div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
  34. div.DTFC_RightBodyWrapper table thead .sorting:before,
  35. div.DTFC_RightBodyWrapper table thead .sorting:after,
  36. div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
  37. div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
  38. div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
  39. div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  40. display: none;
  41. }
  42. div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
  43. div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
  44. div.DTFC_RightBodyWrapper table tbody tr:first-child th,
  45. div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  46. border-top: none;
  47. }
  48. div.DTFC_LeftFootWrapper table,
  49. div.DTFC_RightFootWrapper table {
  50. border-top: none;
  51. margin-top: 0 !important;
  52. background-color: white;
  53. }
  54. div.DTFC_Blocker {
  55. background-color: white;
  56. }
  57. table.dataTable.table-striped.DTFC_Cloned tbody {
  58. background-color: white;
  59. }