Minor modifications in the coloring of mobile menu to avoid visible bug

Removed bug #302 by changing the colors of the menu items
This commit is contained in:
Christian Wolf 2018-11-01 18:39:09 +01:00
parent 63c2a8b5cf
commit f81f2b9031
2 changed files with 12 additions and 0 deletions

View File

@ -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;

View File

@ -90,6 +90,11 @@ ul.menu {
color: <?php echo $params{'fgcolor1'}; ?>;
}
#mobile_menu {
background-color: <?php echo $params{'bgcolor1'}; ?>;
color: <?php echo $params{'fgcolor1'}; ?>;
}
ul.menu li.current > a,
ul.menu li.current:hover > a
{