Francois Gouget : testbot/web: Show canceled jobs in dark blue.

Alexandre Julliard julliard at winehq.org
Tue May 3 15:18:32 CDT 2022


Module: tools
Branch: master
Commit: f8e3a1d3dac11de22da019fd9109cf40d458b301
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=f8e3a1d3dac11de22da019fd9109cf40d458b301

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue May  3 19:39:09 2022 +0200

testbot/web: Show canceled jobs in dark blue.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 a8756df..7b63894 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; }




More information about the wine-cvs mailing list