add fontawesome and datatables package

This commit is contained in:
Zakwan Hamdan
2020-10-22 09:21:18 +08:00
parent cb45d1b59a
commit b09b980c95
2089 changed files with 332538 additions and 1917 deletions
@@ -0,0 +1,9 @@
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
box-shadow: inset 0 0 1px 2px #337ab7;
}
div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
box-shadow: inset 0 0 1px 2px #ff8b33;
}