X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/98ed7a815cd1e81a9955d771154257432f7cfd4a..d75bc6ef690c3c42daedc78342167306eccf38af:/public/openlayers/theme/default/style.css?ds=inline 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; +}