From 2b9c021d834c9167573e38a49981e165136cb493 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 21 May 2006 18:25:47 +0000 Subject: [PATCH] default opacity should be full git-svn-id: http://svn.openlayers.org/trunk/openlayers@236 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index f7e82c02ed..d11c108ea3 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -7,7 +7,7 @@ OpenLayers.Popup.count = 0; OpenLayers.Popup.PX = new OpenLayers.Pixel(0, 0); OpenLayers.Popup.SIZE = new OpenLayers.Size(200, 200); OpenLayers.Popup.COLOR = "white"; -OpenLayers.Popup.OPACITY = 0.5; +OpenLayers.Popup.OPACITY = 1; OpenLayers.Popup.BORDER = "0px"; OpenLayers.Popup.prototype = {