From 1915b252c6f20920c24958068316c894c9caf5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Thu, 4 Jun 2020 19:19:29 +0200 Subject: [PATCH] MAPG-103 change map's cursor to crosshair in map editor --- public/static/css/map_editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/static/css/map_editor.css b/public/static/css/map_editor.css index 25f3c24..3fef6f3 100644 --- a/public/static/css/map_editor.css +++ b/public/static/css/map_editor.css @@ -4,6 +4,10 @@ z-index: 1; } +.leaflet-container { + cursor: crosshair; +} + #panorama { position: absolute; z-index: 1;