Mercurial > dive4elements > river
changeset 3117:e7ff82a52c88
Adjusted the color of SQ relation Facets.
flys-artifacts/trunk@4717 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jun 2012 08:26:49 +0000 |
parents | 2feed9b50047 |
children | 6fb211753674 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Jun 20 08:13:01 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Jun 20 08:26:49 2012 +0000 @@ -1,3 +1,8 @@ +2012-06-20 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/themes.xml: Adjusted the color of SQ Facets (lines and points) + as shown in examples. + 2012-06-20 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/SQRelation.java:
--- a/flys-artifacts/doc/conf/themes.xml Wed Jun 20 08:13:01 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Jun 20 08:26:49 2012 +0000 @@ -908,7 +908,7 @@ </inherits> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> - <field name="pointcolor" type="Color" default="#000000"/> + <field name="pointcolor" type="Color" default="#0099FF"/> </fields> </theme> @@ -927,7 +927,7 @@ <inherit from="HiddenColorLines"/> </inherits> <fields> - <field name="linecolor" type="Color" default="#0000DD"/> + <field name="linecolor" type="Color" default="#000000"/> </fields> </theme> @@ -1839,7 +1839,7 @@ </inherits> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> - <field name="pointcolor" type="Color" default="#000000"/> + <field name="pointcolor" type="Color" default="#0099FF"/> </fields> </theme> @@ -1858,7 +1858,7 @@ <inherit from="HiddenColorLines"/> </inherits> <fields> - <field name="linecolor" type="Color" default="#0000DD"/> + <field name="linecolor" type="Color" default="#000000"/> </fields> </theme> @@ -2186,7 +2186,7 @@ </inherits> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> - <field name="pointcolor" type="Color" default="#000000"/> + <field name="pointcolor" type="Color" default="#0099FF"/> </fields> </theme> @@ -2205,7 +2205,7 @@ <inherit from="HiddenColorLines"/> </inherits> <fields> - <field name="linecolor" type="Color" default="#0000DD"/> + <field name="linecolor" type="Color" default="#000000"/> </fields> </theme>