From 2d46cc264f19955149304b46c150d7cb9089930a Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 18 Oct 2025 22:23:07 +0200 Subject: [PATCH] fixed kanban css Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/default-color.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index eaa72a3..05b46ba 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -96,7 +96,7 @@ tr:hover a{ .kanban .state_10 .box, .kanban .state_100 .box{ - background: linear-gradient(rgba(0,0,0,0.6)); + opacity: 0.5; } .kanban .state_10 .box, @@ -262,4 +262,4 @@ tr:hover a{ .vcard span.inactive{ color: #222200; -} \ No newline at end of file +}