From 17a1e378b0371ebb1ec78bd4a1e55c09bee530ce Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Fri, 13 Sep 2024 15:13:49 +0200 Subject: [PATCH] style.css: drop box-shadow override for now, as it breaks table-striped --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5ee5169..7f38818 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,4 @@ * { - box-shadow: none!important; border-radius: 0!important; }