Mercurial > dive4elements > gnv-client
changeset 985:95004318d1ce
Switch color of coordinate display of mousposition and scalebar from
black to white.
gnv/trunk@1171 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 08 Jun 2010 12:35:56 +0000 |
parents | cfc7bd35ee0b |
children | d3e0f505f50c |
files | gnv/ChangeLog gnv/src/main/webapp/styles/ol_style.css |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv/ChangeLog Mon Jun 07 14:52:45 2010 +0000 +++ b/gnv/ChangeLog Tue Jun 08 12:35:56 2010 +0000 @@ -1,3 +1,9 @@ +2010-06-08 Tim Englich <tim.englich@intevation.de> + + * src/main/webapp/styles/ol_style.css: + Switch color of coordinate display of mousposition and scalebar from + black to white. + 2010-06-07 Tim Englich <tim.englich@intevation.de> * src/main/webapp/scripts/viewport.jsp:
--- a/gnv/src/main/webapp/styles/ol_style.css Mon Jun 07 14:52:45 2010 +0000 +++ b/gnv/src/main/webapp/styles/ol_style.css Tue Jun 08 12:35:56 2010 +0000 @@ -121,3 +121,16 @@ height: 22px; background-image: url("../images/ol/measure_polygon_off.png"); } + +div.olControlMousePosition { + color: #FFFFFF +} + +.olControlScaleLineBottom { + color: #FFFFFF; + border-color: #FFFFFF #FFFFFF -moz-use-text-color; +} +.olControlScaleLineTop { + color: #FFFFFF; + border-color: -moz-use-text-color #FFFFFF #FFFFFF; +}