dataTables.checkboxes.css 591 B

1234567891011121314151617181920212223
  1. table.dataTable.dt-checkboxes-select tbody tr,
  2. table.dataTable thead th.dt-checkboxes-select-all,
  3. table.dataTable tbody td.dt-checkboxes-cell {
  4. cursor: pointer;
  5. }
  6. table.dataTable thead th.dt-checkboxes-select-all,
  7. table.dataTable tbody td.dt-checkboxes-cell {
  8. text-align: center;
  9. }
  10. div.dataTables_wrapper span.select-info,
  11. div.dataTables_wrapper span.select-item {
  12. margin-left: 0.5em;
  13. }
  14. @media screen and (max-width: 640px) {
  15. div.dataTables_wrapper span.select-info,
  16. div.dataTables_wrapper span.select-item {
  17. margin-left: 0;
  18. display: block;
  19. }
  20. }