From 6d37e8bdf0456e77e65a9c91cb9bfd15ef906040 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 20 Jun 2008 09:22:39 +0000 Subject: [PATCH] change the default cursor for vector features from "" to "inherit" because FF3 complains about "". r=pgiraud (closes #1595) git-svn-id: http://svn.openlayers.org/trunk/openlayers@7395 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature/Vector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index e969f82123..4b6b90d2c8 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -315,7 +315,7 @@ OpenLayers.Feature.Vector.style = { hoverPointRadius: 1, hoverPointUnit: "%", pointerEvents: "visiblePainted", - cursor: "" + cursor: "inherit" }, 'select': { fillColor: "blue", @@ -351,6 +351,6 @@ OpenLayers.Feature.Vector.style = { hoverPointRadius: 1, hoverPointUnit: "%", pointerEvents: "visiblePainted", - cursor: "" + cursor: "inherit" } };