fixedColumns.semanticui.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. div.DTFC_LeftWrapper table.ui.table.dataTable {
  2. border-right: none;
  3. }
  4. div.DTFC_RightWrapper table.ui.table.dataTable {
  5. border-left: none;
  6. }
  7. div.DTFC_Blocker {
  8. background-color: white;
  9. }
  10. div.DTFC_LeftWrapper table.dataTable,
  11. div.DTFC_RightWrapper table.dataTable {
  12. z-index: 2;
  13. }
  14. div.DTFC_LeftHeadWrapper table.ui.table.dataTable,
  15. div.DTFC_RightHeadWrapper table.ui.table.dataTable {
  16. border-bottom: none;
  17. }
  18. div.DTFC_LeftBodyWrapper table.ui.table.dataTable,
  19. div.DTFC_RightBodyWrapper table.ui.table.dataTable {
  20. border-top: none;
  21. }
  22. div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting:after,
  23. div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
  24. div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
  25. div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting:after,
  26. div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
  27. div.DTFC_LeftBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
  28. div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting:after,
  29. div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
  30. div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_desc:after,
  31. div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting:after,
  32. div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_asc:after,
  33. div.DTFC_RightBodyWrapper table.ui.table.dataTable thead .sorting_desc:after {
  34. display: none;
  35. }