Make the zoom box thicker and semi-opaque.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@244 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -30,7 +30,10 @@ OpenLayers.Control.MouseDefaults.prototype =
|
||||
if (evt.shiftKey) {
|
||||
this.map.div.style.cursor = "crosshair";
|
||||
this.zoomBox = OpenLayers.Util.createDiv('zoomBox');
|
||||
this.zoomBox.style.border = '1px solid red';
|
||||
this.zoomBox.style.border = '2px solid red';
|
||||
this.zoomBox.style.backgroundColor = "white";
|
||||
this.zoomBox.style.filter = "alpha(opacity=35)"; // IE
|
||||
this.zoomBox.style.opacity = "0.35";
|
||||
this.zoomBox.style.position="absolute";
|
||||
this.zoomBox.style.zIndex=1000;
|
||||
this.zoomBox.style.top=this.mouseDragStart.y;
|
||||
|
||||
Reference in New Issue
Block a user