dataTables.keyTable.css 107 B

1234567
  1. table.KeyTable th.focus,
  2. table.KeyTable td.focus {
  3. outline: 3px solid #3366FF;
  4. outline-offset: -3px;
  5. }