From f81f2b90313cbc7754fa6211bfae230c052e3d8c Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 1 Nov 2018 18:39:09 +0100 Subject: [PATCH] Minor modifications in the coloring of mobile menu to avoid visible bug Removed bug #302 by changing the colors of the menu items --- slt/css/mobile.css | 7 +++++++ slt/index.php | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/slt/css/mobile.css b/slt/css/mobile.css index b6fb7a7..fe0c44c 100644 --- a/slt/css/mobile.css +++ b/slt/css/mobile.css @@ -232,6 +232,13 @@ body { padding-right: 0px; } + +#mobile_menu > ul.menu { + background-color: initial; + color: initial; + margin-bottom: initial; +} + #mobile_menu_switch { flex: 0 0 auto; diff --git a/slt/index.php b/slt/index.php index 1f250ad..1f7e6a9 100644 --- a/slt/index.php +++ b/slt/index.php @@ -90,6 +90,11 @@ ul.menu { color: ; } +#mobile_menu { + background-color: ; + color: ; +} + ul.menu li.current > a, ul.menu li.current:hover > a {