scroller.foundation.css 379 B

1234567891011121314151617
  1. div.DTS tbody th,
  2. div.DTS tbody td {
  3. white-space: nowrap;
  4. }
  5. div.DTS div.DTS_Loading {
  6. z-index: 1;
  7. }
  8. div.DTS div.dataTables_scrollBody {
  9. background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
  10. }
  11. div.DTS div.dataTables_scrollBody table {
  12. z-index: 2;
  13. }
  14. div.DTS div.dataTables_paginate,
  15. div.DTS div.dataTables_length {
  16. display: none;
  17. }