Module: tools Branch: master Commit: f8e3a1d3dac11de22da019fd9109cf40d458b301 URL: https://source.winehq.org/git/tools.git/?a=commit;h=f8e3a1d3dac11de22da019fd... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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; }