From 5069661e1edb4c0331cfbd1410948dacc4f18152 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 12 Apr 2016 12:17:24 -0500 Subject: [PATCH] Set "medium" coverage CSS color scheme to yellow Fixes #542 --- lib/assets/base.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/assets/base.css b/lib/assets/base.css index 417c7adc..29737bcb 100644 --- a/lib/assets/base.css +++ b/lib/assets/base.css @@ -166,10 +166,13 @@ table.coverage td span.cline-any { /* dark green */ .status-line.high, .high .cover-fill { background:rgb(77,146,33) } .high .chart { border:1px solid rgb(77,146,33) } - - -.medium .chart { border:1px solid #666; } -.medium .cover-fill { background: #666; } +/* dark yellow (gold) */ +.medium .chart { border:1px solid #f9cd0b; } +.status-line.medium, .medium .cover-fill { background: #f9cd0b; } +/* light yellow */ +.medium { background: #fff4c2; } +/* light gray */ +span.cline-neutral { background: #eaeaea; } .cbranch-no { background: yellow !important; color: #111; } @@ -177,8 +180,6 @@ table.coverage td span.cline-any { .fstat-skip { background: #ddd; color: #111 !important; } .cbranch-skip { background: #ddd !important; color: #111; } -span.cline-neutral { background: #eaeaea; } -.medium { background: #eaeaea; } .cover-fill, .cover-empty { display:inline-block;