From 0c9638d677c364e1855c63349c9c006ff9292526 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Oct 2016 19:13:44 +0200 Subject: CSS: more neutral default header --- chimere/static/chimere/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index cdcf437..82a76e7 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -37,7 +37,7 @@ h2, h3, th, .action li, .action li a, } th{ - color: #449506; + color: #cccccc; } /* background-color definition */ @@ -49,7 +49,7 @@ h2, h3, #content .olControlLayerSwitcher .layersDiv, #content .olControlLayerSwitcher span, #chimere_itinerary td.l{ - background-color:#449506; + background-color:#cccccc; } .ui-widget-header{ -- cgit v1.2.3