X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bf29550db840c97cafffbe1e836750bef6c7942d..0bdb6f016261e870d20d4f1752103e573dd509a7:/public/openlayers/theme/default/style.css diff --git a/public/openlayers/theme/default/style.css b/public/openlayers/theme/default/style.css index 26b39c07b..cd29d4dad 100644 --- a/public/openlayers/theme/default/style.css +++ b/public/openlayers/theme/default/style.css @@ -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; +}