Files
2021-05-01 10:38:01 +08:00

6 lines
106 B
CSS

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