From e16023f67f2df6871621a3071f4aaaa5aa66d4d2 Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Fri, 28 May 2021 17:30:25 +0200 Subject: [PATCH] add custom.css file --- static/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/custom.css diff --git a/static/custom.css b/static/custom.css new file mode 100644 index 0000000..2b21231 --- /dev/null +++ b/static/custom.css @@ -0,0 +1,10 @@ +table { + overflow-x: scroll; + overflow-y: hidden; +} + +table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { + content: " \25B4\25BE" +} + + -- GitLab