You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
240B

  1. /* Selected rows/cells */
  2. table.dataTable tr.selected td, table.dataTable td.selected {
  3. background-color: #b0bed9 !important;
  4. }
  5. /* In case of scrollX/Y or FixedHeader */
  6. .dataTables_scrollBody .dataTables_sizing {
  7. visibility: hidden;
  8. }