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:
parent
63c2a8b5cf
commit
f81f2b9031
@ -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;
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user