From 1bf90fad1874330799f8f1cc981ff7cf90cee469 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 26 Feb 2016 16:35:29 -0500 Subject: [PATCH] Adjust bumpy surface style to make it visible in turn restriction editor (closes #3004) --- css/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index aadefb962..33379001a 100644 --- a/css/map.css +++ b/css/map.css @@ -1268,7 +1268,7 @@ path.shadow.tag-cutting { /* Surface - unpaved */ path.casing.tag-unpaved { - stroke: #eaeaea; + stroke: #ccc; stroke-linecap: butt; stroke-dasharray: 4, 3; }