From a63618a753ecb14d7feec636f9896608d923fb2d Mon Sep 17 00:00:00 2001 From: Ludovic CANDELLIER Date: Mon, 27 Feb 2023 21:45:28 +0100 Subject: [PATCH] fixe menu --- build/css/site.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build/css/site.css b/build/css/site.css index 11a780d9..1c0d8591 100644 --- a/build/css/site.css +++ b/build/css/site.css @@ -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; }