Removing use of deprecated control.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9234 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-04-07 20:38:11 +00:00
parent 0e05f90932
commit e72da4f74e
7 changed files with 55 additions and 30 deletions

View File

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