From dd5dd2cf36d2576112811b211d2b0b02a23e2698 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 7 Jan 2013 15:03:35 -0600 Subject: reports: Make Failed and Bad consistent Failed entries were causing me confusion previously because the colors between the client State and the Failed entries were inconsistent. Signed-off-by: Sol Jerome --- reports/site_media/bcfg2_base.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'reports') diff --git a/reports/site_media/bcfg2_base.css b/reports/site_media/bcfg2_base.css index ae7e145f1..cd5acc6c1 100644 --- a/reports/site_media/bcfg2_base.css +++ b/reports/site_media/bcfg2_base.css @@ -150,12 +150,15 @@ ul.menu-level2 { color: #10324b; text-decoration: none; } -.modified-lineitem { - background: #FFEC8B; -} .extra-lineitem { background: #63B8FF; } +.failed-lineitem { + background: #FF7777; +} +.modified-lineitem { + background: #FFEC8B; +} table.grid-view { border: solid 1px #98DBCC; -- cgit v1.2.3-1-g7c22