]> git.openstreetmap.org Git - rails.git/blobdiff - public/openlayers/theme/default/style.css
Update to 2.8 release of OpenLayers.
[rails.git] / public / openlayers / theme / default / style.css
index 26b39c07b16a1ea90145e458a7e6ad202a4ea2b5..cd29d4dad20dd4216408093f2f437990af96014b 100644 (file)
@@ -2,6 +2,7 @@ div.olMap {
        z-index: 0;
     padding: 0px!important;
     margin: 0px!important;
+    cursor: default;
 }
 
 div.olMapViewport {
@@ -312,6 +313,31 @@ div.olControlMousePosition {
   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;
+}