From 3cfb3ce81bcd5510b85ef2758f732e2137d2fb8c Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Wed, 9 Jan 2013 12:26:36 -0500 Subject: [PATCH] Make oneways selectable --- css/map.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }