2023-10-05 23:28:32 +11:00

6 lines
109 B
CSS

table.dataTable th.focus,
table.dataTable td.focus {
outline: 3px solid #3366FF;
outline-offset: -1px;
}