_keyTable.dataTables.min.scss 259 B

12345678
  1. table.dataTable tbody th.focus,
  2. table.dataTable tbody td.focus {
  3. box-shadow: inset 0 0 1px 2px $primary-1;
  4. }
  5. div.dtk-focus-alt table.dataTable tbody th.focus,
  6. div.dtk-focus-alt table.dataTable tbody td.focus {
  7. box-shadow: inset 0 0 1px 2px #ff8b33;
  8. }