From 1718599b6421144404d1cb200e5d9f9bfbb7ff55 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 2 Jan 2017 12:15:48 -0500 Subject: initial template for zone editing - only visual, does not save, disabled for now #420 --- www/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 891ddecb..c25dfd59 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1220,11 +1220,18 @@ videogular div.event-time { } /* Lets use similar colors to ZM zones, but use slate variations */ + +.zonelayer .zonepoint { + stroke:#2ecc71; + fill:#2ecc71; +} + .zonelayer .Active { stroke: #e74c3c; fill: #e74c3c; } + .zonelayer .Inclusive { stroke: #f39c12; fill: #f39c12; -- cgit v1.2.3