From bbeb34626b221bcccad9b9e4f7265161f7f01992 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 20 Feb 2018 10:47:03 -0500 Subject: [PATCH] Show really thick path shadows in the turn restriction editor --- css/20_map.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/20_map.css b/css/20_map.css index e4531ed65..ac7e1efac 100644 --- a/css/20_map.css +++ b/css/20_map.css @@ -261,6 +261,11 @@ g.turn circle { } /* Turn restriction paths and vertices */ +.surface.tr path.shadow.selected, +.surface.tr path.shadow.related { + stroke-width: 30px; +} + .surface.tr path.shadow.selected, .surface.tr path.shadow.related, .surface.tr g.vertex.selected .shadow,