diff --git a/css/map.css b/css/map.css index 707fff169..7785d508f 100644 --- a/css/map.css +++ b/css/map.css @@ -275,6 +275,10 @@ text { font-size:10px; } +.oneway .textpath { + pointer-events: none; +} + text.tag-oneway { fill:#91CFFF; stroke:#2C6B9B; @@ -303,6 +307,7 @@ text.tag-oneway { } .mode-browse .line, +.mode-browse .oneway, .mode-select .line { cursor: url(../img/cursor-select-line.png), pointer; }