OpenLayers OpenLayers

Changeset 7395

Show
Ignore:
Timestamp:
06/20/08 05:22:39 (3 months ago)
Author:
ahocevar
Message:

change the default cursor for vector features from "" to "inherit" because FF3 complains about "". r=pgiraud (closes #1595)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Feature/Vector.js

    r7252 r7395  
    316316        hoverPointUnit: "%", 
    317317        pointerEvents: "visiblePainted", 
    318         cursor: "
     318        cursor: "inherit
    319319    }, 
    320320    'select': { 
     
    352352        hoverPointUnit: "%", 
    353353        pointerEvents: "visiblePainted", 
    354         cursor: "
     354        cursor: "inherit
    355355    } 
    356356};