From 6606ad80f189da772687c6092618b19a46f83394 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 3 Jul 2016 15:30:35 +1200 Subject: Add toolbar to geozone editor --- web/app/Style.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/Style.js') diff --git a/web/app/Style.js b/web/app/Style.js index 309a3937e..ec007e674 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -54,6 +54,7 @@ Ext.define('Traccar.Style', { mapColorUnknown: 'rgba(250, 190, 77, 1.0)', mapColorOffline: 'rgba(255, 84, 104, 1.0)', mapColorReport: 'rgba(21, 127, 204, 1.0)', + mapColorOverlay: 'rgba(21, 127, 204, 0.2)', mapRadiusNormal: 9, mapRadiusSelected: 14, -- cgit v1.2.3