summaryrefslogtreecommitdiffstats
path: root/web/_static/local/table.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/_static/local/table.js')
-rw-r--r--web/_static/local/table.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/_static/local/table.js b/web/_static/local/table.js
new file mode 100644
index 0000000..469f3b7
--- /dev/null
+++ b/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");
+});