From 3dc1cd6963153f44b55abe893f78b227e7161f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 26 May 2017 17:46:23 +0200 Subject: [PATCH] fix color of uncolored areas in editor --- src/c3nav/editor/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/editor/api.py b/src/c3nav/editor/api.py index 49033cdd..6f20c810 100644 --- a/src/c3nav/editor/api.py +++ b/src/c3nav/editor/api.py @@ -86,7 +86,7 @@ class EditorViewSet(ViewSet): 'space': '#d1d1d1', 'hole': 'rgba(255, 0, 0, 0.3)', 'door': '#ffffff', - 'area': '#55aaff', + 'area': 'rgba(85, 170, 255, 0.5)', 'stair': 'rgba(160, 0, 160, 0.5)', 'obstacle': '#999999', 'lineobstacle': '#999999',