[tools] testbot/web: Show canceled jobs in dark blue.

Francois Gouget fgouget at codeweavers.com
Tue May 3 12:39:09 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/WineTestBot.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/WineTestBot.css b/testbot/web/WineTestBot.css
index a8756dfce..7b6389477 100644
--- a/testbot/web/WineTestBot.css
+++ b/testbot/web/WineTestBot.css
@@ -387,7 +387,7 @@ pre
 .badbuild  { color: red; }
 .testfail  { color: red; }
 .boterror  { color: #e55600; }
-.canceled  { color: black; }
+.canceled  { color: darkblue; }
 
 .userrequest  { color: #e55600; }
 .userapproved { color: green; }
-- 
2.30.2




More information about the wine-devel mailing list