Module: tools Branch: master Commit: f035793b79a52c4aa9b4a3ac31624f81106032e4 URL: http://source.winehq.org/git/tools.git/?a=commit;h=f035793b79a52c4aa9b4a3ac3...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Feb 19 16:39:47 2009 +0100
winetest: Change the colors for todos and skips in reports to match the colors used in the summary.
---
winetest/report.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/winetest/report.css b/winetest/report.css index 1d560a1..3cb2e98 100644 --- a/winetest/report.css +++ b/winetest/report.css @@ -48,9 +48,9 @@ div.end { }
.result { color: green; } -.skipped { color: #c08000; } +.skipped { color: blue; } .failed { color: red; } -.todo { color: blue; } +.todo { color: #d08000; } .trace { color: black; }
table.output td {