mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
6 lines
109 B
CSS
6 lines
109 B
CSS
table.dataTable th.focus,
|
|
table.dataTable td.focus {
|
|
outline: 3px solid #3366FF;
|
|
outline-offset: -1px;
|
|
}
|