summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-18 19:13:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-18 19:13:44 +0200
commit0c9638d677c364e1855c63349c9c006ff9292526 (patch)
tree55ce515e4c18c6feb3d817b44ba3f2bab47f8a4b
parent85ef1785eed6eee39021f508fa9f05cb40681ed4 (diff)
downloadChimère-0c9638d677c364e1855c63349c9c006ff9292526.tar.bz2
Chimère-0c9638d677c364e1855c63349c9c006ff9292526.zip
CSS: more neutral default header
-rw-r--r--chimere/static/chimere/css/styles.css4
1 files 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{