First commit

This commit is contained in:
2022-02-27 15:37:42 +01:00
commit e474549aad
397 changed files with 151157 additions and 0 deletions
.babelrc.dockerignore.editorconfig.eslintrc.js.gitignore.travis.yml_redirectsappveyor.yml
build
config
index.htmlpackage-lock.jsonpackage.json
src
static
css
img
js
plugins
AdminLTE
bootstrap
chartjs
datatables
dataTables.bootstrap.cssdataTables.bootstrap.jsdataTables.bootstrap.min.js
extensions
AutoFill
ColReorder
ColVis
FixedColumns
FixedHeader
KeyTable
Responsive
Scroller
TableTools
images
jquery.dataTables.cssjquery.dataTables.jsjquery.dataTables.min.cssjquery.dataTables.min.jsjquery.dataTables_themeroller.css
datepicker
jQuery
jvectormap
pace
select2
test
yarn.lock

@ -0,0 +1,7 @@
table.KeyTable th.focus,
table.KeyTable td.focus {
outline: 3px solid #3366FF;
outline-offset: -3px;
}

@ -0,0 +1 @@
table.KeyTable th.focus,table.KeyTable td.focus{outline:3px solid #3366FF;outline-offset:-3px}