From 852937684fe694210c55e9b5d3fc1fcecf2652cc Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 29 Jun 2021 15:30:02 +0200 Subject: [PATCH] update .css file --- Maintenance/test_handling/testresult.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Maintenance/test_handling/testresult.css b/Maintenance/test_handling/testresult.css index bdc742ee0d7..a39871c9528 100644 --- a/Maintenance/test_handling/testresult.css +++ b/Maintenance/test_handling/testresult.css @@ -25,16 +25,16 @@ TD.os64bits {font-style:italic} .cmaketag {font-weight: bold; color: rgb(100%,20%,20%);} -TD.ok {background-color: rgb(50%,100%,50%)} +TD.ok {background-color: rgb(44%,88%,44%)} TD.warning {background-color: rgb(100%,100%,50%)} -TD.third_party_warning {background-color: rgb(93%,65%,0%)} +TD.third_party_warning {background-color: rgb(75%,100%,50%)} TD.error {background-color: rgb(100%,50%,50%)} TD.na {background-color: white;} TD.requirements { background-color: rgb(65%,65%,100%) } -TH.ok {background-color: rgb(50%,100%,50%)} +TD.ok {background-color: rgb(44%,88%,44%)} TH.warning {background-color: rgb(100%,100%,50%)} -TH.third_party_warning {background-color: rgb(93%,65%,0%)} +TH.third_party_warning {background-color: rgb(75%,100%,50%)} TH.error {background-color: rgb(100%,50%,50%)} TH.requirements { background-color: rgb(65%,65%,100%) }