diff options
Diffstat (limited to 'web-tools/web/_static/local/table.js')
-rw-r--r-- | web-tools/web/_static/local/table.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web-tools/web/_static/local/table.js b/web-tools/web/_static/local/table.js new file mode 100644 index 0000000..469f3b7 --- /dev/null +++ b/web-tools/web/_static/local/table.js @@ -0,0 +1,4 @@ +$(function() { + $("thead").addClass("thead-dark"); + $("table").addClass("table table-striped table-bordered table-hover table-sm table-responsive"); +}); |