definicao de layout
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$keytable-focus: 3px solid #3366FF !default;
|
||||
|
||||
table.dataTable {
|
||||
th.focus,
|
||||
td.focus {
|
||||
outline: $keytable-focus;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user