From 8f3cf5ffd0f8d4cc31a4c79c5f217a866ddb637f Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 18 Oct 2025 22:26:41 +0200 Subject: [PATCH] fixed kanban css Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/bloodshed-color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/web/css/bloodshed-color.css b/web/src/main/resources/web/css/bloodshed-color.css index b4535d2..4317c18 100644 --- a/web/src/main/resources/web/css/bloodshed-color.css +++ b/web/src/main/resources/web/css/bloodshed-color.css @@ -97,7 +97,7 @@ tr:hover a{ .kanban .state_10 .box, .kanban .state_100 .box{ - background: linear-gradient(rgba(0,0,0,0.8)); + opacity: 0.5; } .kanban .state_40 .box{