Reverting unintentional changes in r9234. Meant to just change the controls example.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9235 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-04-07 20:43:27 +00:00
parent e72da4f74e
commit f2f118ad90
6 changed files with 29 additions and 55 deletions

View File

@@ -327,17 +327,4 @@ div.olControlMousePosition {
.olCursorWait {
cursor: wait;
}
.olDragDown {
cursor: move;
}
.olDrawBox {
cursor: crosshair;
}
.olControlDragFeatureOver {
cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
cursor: -moz-grabbing;
}
}