diff --git a/css/map.css b/css/map.css index 4a19e90a0..512ddaa66 100644 --- a/css/map.css +++ b/css/map.css @@ -2,9 +2,12 @@ image.tile { } /* base styles */ +path { + fill: none; +} + .mode-browse path, .mode-select path { - fill: none; cursor: url(../img/cursor-select-way.png), pointer; }