From 0b55b7e31f2a5e77972ce6dc7b7640fd7fb6a349 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 10 Jan 2019 23:19:58 +0100 Subject: [PATCH] Changed my mind, better to change color --- CSS/themes/graforg.css | 11 +++++++++-- CSS/themes/grafplex.css | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 81e73c67..eccaa43b 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -199,8 +199,15 @@ div.flot-text { padding-left: 10px; } /* worldmap zoom buttons and leaflet */ -.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, -.leaflet-touch .leaflet-bar { +.leaflet-bar a, .leaflet-bar a:hover { + background-color: #1f1f1f; + border-bottom: 1px solid #1f1f1f; + color: white; +} +.leaflet-bar a:hover { + background-color: #1b1b1b; +} +.leaflet-container .leaflet-control-attribution { display: none; } /* New Dashboard */ diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 1de44f4e..7fe12fe4 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -240,8 +240,15 @@ div.flot-text { padding-left: 10px; } /* worldmap zoom buttons and leaflet */ -.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, -.leaflet-touch .leaflet-bar { +.leaflet-bar a, .leaflet-bar a:hover { + background-color: #1f1f1f; + border-bottom: 1px solid #1f1f1f; + color: white; +} +.leaflet-bar a:hover { + background-color: #1b1b1b; +} +.leaflet-container .leaflet-control-attribution { display: none; } /* buttons */