Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/styles/ol_style.css @ 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 | 1bb54da8c8ed |
children | 905cc67da916 |
line wrap: on
line diff
--- 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; +}