From 0ef4098c9df98f15129c9e6aaee0e9c8c0838d38 Mon Sep 17 00:00:00 2001
From: root <root@librenmscentos.localdomain>
Date: Sat, 15 Jun 2019 21:26:03 +0200
Subject: [PATCH] Add css for map tooltips BG & color

---
 html/css/custom/styles.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 27ee8f1..d1f1568 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -743,6 +743,12 @@ legend {
      background-color:#000;
 }
 
+/* tool tip MAP */
+
+div.vis-tooltip {
+    color: #fff;
+    background-color: #333;
+}
 
 /* FOOTER */
 
-- 
GitLab