Files
2025-05-13 05:45:36 +08:00

6 lines
109 B
CSS
Executable File

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