diff options
-rw-r--r-- | web/css/core.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 5c8dad666..e65c796e5 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -222,6 +222,14 @@ p#copyright { top: 0; } +form#mapForm #map { + cursor: pointer; +} + +form#mapForm .olTileImage { + cursor: crosshair; +} + #drag input { cursor: crosshair; background-color: #cccccc; |