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
This commit is contained in:
ahocevar
2008-06-20 09:22:39 +00:00
parent 1827ace4cd
commit 6d37e8bdf0

View File

@@ -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"
}
};