dataTables.scroller.css 710 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Namespace: DTS (DataTables Scroller)
  3. */
  4. div.DTS tbody th,
  5. div.DTS tbody td {
  6. white-space: nowrap;
  7. }
  8. div.DTS tbody tr.even {
  9. background-color: white;
  10. }
  11. div.DTS div.DTS_Loading {
  12. position: absolute;
  13. top: 50%;
  14. left: 50%;
  15. width: 200px;
  16. height: 20px;
  17. margin-top: -20px;
  18. margin-left: -100px;
  19. z-index: 1;
  20. border: 1px solid #999;
  21. padding: 20px 0;
  22. text-align: center;
  23. background-color: white;
  24. background-color: rgba(255, 255, 255, 0.5);
  25. }
  26. div.DTS div.dataTables_scrollHead,
  27. div.DTS div.dataTables_scrollFoot {
  28. background-color: white;
  29. }
  30. div.DTS div.dataTables_scrollBody {
  31. z-index: 2;
  32. }
  33. div.DTS div.dataTables_scroll {
  34. background: url('../images/loading-background.png') repeat 0 0;
  35. }