From c1b03900c14accef30688d796714f200fd8721e3 Mon Sep 17 00:00:00 2001 From: Rooty Date: Sun, 15 Sep 2024 10:13:44 +0200 Subject: [PATCH] Fixed css issue on buttons for tools --- data/template/qware/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/template/qware/css/main.css b/data/template/qware/css/main.css index 01fed44..f4c6718 100644 --- a/data/template/qware/css/main.css +++ b/data/template/qware/css/main.css @@ -308,6 +308,11 @@ div div.card div.card-header{ padding-bottom: .5rem; padding-top: .5rem; border-bottom: 0; + padding-bottom: 0; +} + +div div.card div.card-header h3 button{ + font-weight: 601; } div div.card div.card-header h3{