From 09216483089a73f409b5d3287bccc4a59f3a7487 Mon Sep 17 00:00:00 2001 From: Nicolas Saillant Date: Thu, 9 Mar 2023 15:03:10 +0100 Subject: [PATCH] Fix missing the green color for the y square at the top of the column --- Maintenance/test_handling/testresult.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintenance/test_handling/testresult.css b/Maintenance/test_handling/testresult.css index a39871c9528..c44cba095ce 100644 --- a/Maintenance/test_handling/testresult.css +++ b/Maintenance/test_handling/testresult.css @@ -32,7 +32,7 @@ TD.error {background-color: rgb(100%,50%,50%)} TD.na {background-color: white;} TD.requirements { background-color: rgb(65%,65%,100%) } -TD.ok {background-color: rgb(44%,88%,44%)} +TH.ok {background-color: rgb(44%,88%,44%)} TH.warning {background-color: rgb(100%,100%,50%)} TH.third_party_warning {background-color: rgb(75%,100%,50%)} TH.error {background-color: rgb(100%,50%,50%)}