z-index: 0;
padding: 0px!important;
margin: 0px!important;
+ cursor: default;
}
div.olMapViewport {
cursor: pointer;
}
+.olFramedCloudPopupContent {
+ padding: 5px;
+ overflow: auto;
+}
+
.olControlNoSelect {
-moz-user-select: none;
}
+
+/**
+ * Cursor styles
+ */
+
+.olCursorWait {
+ cursor: wait;
+}
+.olDragDown {
+ cursor: move;
+}
+.olDrawBox {
+ cursor: crosshair;
+}
+.olControlDragFeatureOver {
+ cursor: move;
+}
+.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
+ cursor: -moz-grabbing;
+}