[tools] patches: Prevent the green color of OK testbot jobs from being overridden.

Mathew Hodson mathew.hodson at gmail.com
Sun Oct 26 21:28:27 CDT 2014


On source.winehq.org/patches/, the green color applied to an OK
testbot job was overridden if the patch was superseded or rejected.
Prevent this by declaring the testbot rule later.
---
 patches/patches.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/patches.css b/patches/patches.css
index f988f11..745ec75 100644
--- a/patches/patches.css
+++ b/patches/patches.css
@@ -149,7 +149,6 @@ tr.odd { background-color: #f8e8e8; }
 .nil,        .nil :link,        .nil :visited        { color: blue; font-weight: bold; }
 .pending,    .pending :link,    .pending :visited    { color: blue; }
 .committed,  .committed :link,  .committed :visited  { color: green; }
-.testbot,    .testbot :link,    .testbot :visited    { color: green; }
 .depend,     .depend :link,     .depend :visited     { color: #e08000; }
 .superseded, .superseded :link, .superseded :visited { color: #e08000; }
 .sequence,   .sequence :link,   .sequence :visited   { color: #e08000; }
@@ -163,4 +162,5 @@ tr.odd { background-color: #f8e8e8; }
 .rejected,   .rejected :link,   .rejected :visited   { color: red; }
 .split,      .split :link,      .split :visited      { color: red; }
 .testfail,   .testfail :link,   .testfail :visited   { color: red; }
+.testbot,    .testbot :link,    .testbot :visited    { color: green; }
 .botfail,    .botfail :link,    .botfail :visited    { color: red; }
-- 
1.9.1




More information about the wine-patches mailing list