From f73f2356820468344757dbb9d7f3ec73ece7bf66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 13 Feb 2023 20:43:51 +0100 Subject: Updating. Signed-off-by: Daniel Baumann --- web/_static/local/table.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 web/_static/local/table.js (limited to 'web/_static/local/table.js') 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"); +}); -- cgit v1.2.3