Files
2023-08-31 23:00:15 +08:00

6 lines
109 B
CSS

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