From 58e5e359a921206dc7ef36cf75b63d4a06b0f981 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 15 Feb 2023 08:25:33 +0100 Subject: [PATCH] fix font colour of inline map buttons --- app/src/frontend/map/map-button.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/app/src/frontend/map/map-button.css b/app/src/frontend/map/map-button.css index f5b65614..0dc98676 100644 --- a/app/src/frontend/map/map-button.css +++ b/app/src/frontend/map/map-button.css @@ -22,6 +22,7 @@ .map-button .btn:hover { color: #fff; } + .map-button.night .btn { color: #fff; background-color: #343a40; @@ -125,19 +126,11 @@ color: #343a40; } .map-switcher-inline.night { - color: #d4d7da; -} -/* -.map-switcher-inline.night { - background: #FFC0CB; color: #fff; - background-color: #343a40; - border-color: #ff6065; } -.map-switcher-inline.night .btn:hover { - color: #343a40; +.map-switcher-inline.night :hover { + color: #d4d7da; background-color: transparent; background-image: none; border-color: #ff6065; } -*/ \ No newline at end of file