Modify winetest to match the status colors

Francois Gouget fgouget at free.fr
Wed Apr 21 05:26:15 CDT 2004


Changelog:

 * winetest/summary.css

   Modify the pass, mixed and fail classes so their colors match the
colors used for the good, poor and nonexistent status respectively.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
  Good judgment comes from experience, and experience comes from bad judgment
                               -- Barry LePatner
-------------- next part --------------
Index: winetest/summary.css
===================================================================
RCS file: /var/cvs/tools/winetest/summary.css,v
retrieving revision 1.2
diff -u -r1.2 summary.css
--- a/winetest/summary.css	18 Mar 2004 19:03:16 -0000	1.2
+++ b/winetest/summary.css	21 Apr 2004 10:18:59 -0000
@@ -8,13 +8,13 @@
         text-align: center;
 }
 .pass {
-	background-color: lime;
+	background-color: #60ff60;
 }
 .mixed {
-	background-color: yellow;
+	background-color: #ff8f4a;
 }
 .fail {
-	background-color: fuchsia;
+	background-color: #ff5050;
 }
 td {
 	text-align: center;


More information about the wine-patches mailing list