From 564ae334640833e48d96f05302824007dd5610f1 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 10 Jan 2019 23:42:35 +0100 Subject: [PATCH] needed important on worldmap --- CSS/themes/graforg.css | 8 ++++---- CSS/themes/grafplex.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 6ade886c..6e58847c 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -200,12 +200,12 @@ div.flot-text { } /* worldmap zoom buttons and leaflet */ .leaflet-bar a, .leaflet-bar a:hover { - background-color: #1f1f1f; - border-bottom: 1px solid #1f1f1f; - color: white; + background-color: #1f1f1f !important; + border-bottom: 1px solid #1f1f1f !important; + color: white !important; } .leaflet-bar a:hover { - background-color: #1b1b1b; + background-color: #1b1b1b !important; } .leaflet-container .leaflet-control-attribution { display: none; diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index abfca839..f8f53120 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -241,12 +241,12 @@ div.flot-text { } /* worldmap zoom buttons and leaflet */ .leaflet-bar a, .leaflet-bar a:hover { - background-color: #1f1f1f; - border-bottom: 1px solid #1f1f1f; - color: white; + background-color: #1f1f1f !important; + border-bottom: 1px solid #1f1f1f !important; + color: white !important; } .leaflet-bar a:hover { - background-color: #1b1b1b; + background-color: #1b1b1b !important; } .leaflet-container .leaflet-control-attribution { display: none;