fixe menu
This commit is contained in:
@@ -186,14 +186,6 @@ a.green-dark:hover {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
#navbarContent > ul > li:hover {
|
||||
background-color: #F2B90F!important;
|
||||
}
|
||||
|
||||
#navbarContent > ul > li:hover > a {
|
||||
color: #335012!important;
|
||||
}
|
||||
|
||||
div.megamenu ul.megamenu a, div#megamenu ul.megamenu span.separator
|
||||
{
|
||||
color: #517C39;
|
||||
@@ -209,20 +201,28 @@ div.megamenu ul.megamenu li.megamenu.level1
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#navbarContent > ul > li:hover
|
||||
#navbarContent > ul > li:hover, #navbarContent > ul > li.show
|
||||
{
|
||||
border-bottom: 4px solid #FFF!important;
|
||||
border-bottom: 3px solid #F2B90F!important;
|
||||
}
|
||||
|
||||
#navbarContent > ul > li > a
|
||||
{
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#navbarContent > ul > li.show > a, #navbarContent > ul > li:hover > a
|
||||
{
|
||||
color: #F2B90F;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu a > div.w-100:hover
|
||||
{
|
||||
color: #335012;
|
||||
background-color: #F2B90F;
|
||||
}
|
||||
|
||||
a.nav-link {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.slick-prev:before, .slick-next:before {
|
||||
color: #335012!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user