Test suite Fix missing the green color for the y square at the top of the column (#7314)

## Summary of Changes
Fix missing the green color for the "y" square at the top of the column.
Testsuite improvements #2205
This commit is contained in:
Laurent Rineau 2023-03-09 15:19:22 +01:00 committed by GitHub
commit 6e901604cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ TD.error {background-color: rgb(100%,50%,50%)}
TD.na {background-color: white;} TD.na {background-color: white;}
TD.requirements { background-color: rgb(65%,65%,100%) } 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.warning {background-color: rgb(100%,100%,50%)}
TH.third_party_warning {background-color: rgb(75%,100%,50%)} TH.third_party_warning {background-color: rgb(75%,100%,50%)}
TH.error {background-color: rgb(100%,50%,50%)} TH.error {background-color: rgb(100%,50%,50%)}