From 8aa62f20d06252249abb87a84ac265a40016c712 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 4 Feb 2019 19:06:55 +0100 Subject: Map JS: display popup - manage click on cluster - hover --- scss/custom.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 0420ad8e1..b5b97baaf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -673,6 +673,32 @@ ul.compact{ height: 50%; } +.ishtar-map-popup{ + background-color: #fff; + padding: 0.5em 1em; + border-radius: 0.5em; + border-style: solid; + border-width: 1px; + border-color: $gray-500; +} + +.ishtar-map-popup ul { + margin: 0; + padding: 0; + list-style: none; +} + +.ishtar-map-popup::after { + content: ""; + position: absolute; + top: 100%; + left: 50%; + margin-left: -5px; + border-width: 5px; + border-style: solid; + border-color: $gray-700 transparent transparent transparent; +} + .lg .lg-sub-html{ text-align: left; } -- cgit v1.2.3