From 48581e1259c697cd44e486aed65a9156b5c6bcc4 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 4 May 2016 13:00:27 +0200 Subject: [PATCH] Added toggle control to hide legend on service map TICKETS #3620 --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index d6833dad11..3444356aa4 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2636,6 +2636,10 @@ div#agent_wizard_subtabs { text-align: left; } +.legend_servicemap_item { + display: none; +} + .legend_square { width: 20px; padding-left: 20px;