# HG changeset patch # User Tim Englich # Date 1276000556 0 # Node ID 95004318d1ce4226288047ae25628aa76e79321e # Parent cfc7bd35ee0bab9c9bddb46f152d8270e77b99da Switch color of coordinate display of mousposition and scalebar from black to white. gnv/trunk@1171 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r cfc7bd35ee0b -r 95004318d1ce gnv/ChangeLog --- 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 + + * 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 * src/main/webapp/scripts/viewport.jsp: diff -r cfc7bd35ee0b -r 95004318d1ce gnv/src/main/webapp/styles/ol_style.css --- 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; +}