You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
107 B
CSS
8 lines
107 B
CSS
2 months ago
|
|
||
|
|
||
|
table.KeyTable th.focus,
|
||
|
table.KeyTable td.focus {
|
||
|
outline: 3px solid #3366FF;
|
||
|
outline-offset: -3px;
|
||
|
}
|