Ticket #1185: 1185.00.patch
| File 1185.00.patch, 1.0 kB (added by fredj, 1 year ago) |
|---|
-
lib/OpenLayers/Handler/Box.js
old new 66 66 null, 67 67 null, 68 68 "absolute", 69 "2px solid red"); 69 "2px solid red", 70 null, 71 0.5); 70 72 this.zoomBox.style.backgroundColor = "white"; 71 this.zoomBox.style.filter = "alpha(opacity=50)"; // IE72 this.zoomBox.style.opacity = "0.50";73 73 this.zoomBox.style.fontSize = "1px"; 74 74 this.zoomBox.style.zIndex = this.map.Z_INDEX_BASE["Popup"] - 1; 75 75 this.map.viewPortDiv.appendChild(this.zoomBox);
