From dcbf04bec953e1383db77011e29ddbd707201d00 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 2 Jun 2021 16:29:10 +0500 Subject: [PATCH] 123 --- .../modern2/assets/css/components/2-layout/responsive.scss | 5 +++++ themes/modern2/assets/css/main.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/themes/modern2/assets/css/components/2-layout/responsive.scss b/themes/modern2/assets/css/components/2-layout/responsive.scss index a68f81306..2a17333f2 100755 --- a/themes/modern2/assets/css/components/2-layout/responsive.scss +++ b/themes/modern2/assets/css/components/2-layout/responsive.scss @@ -374,13 +374,18 @@ display: none; } .dropDown { + margin-top: 20px; position: unset; width: unset; background: unset; + background: #b4b4b4; &__link { color: $text-color-white; text-align: center; padding: 20px 0; + &:hover { + background: unset; + } } } } diff --git a/themes/modern2/assets/css/main.css b/themes/modern2/assets/css/main.css index 7520cdbe1..70414d84f 100755 --- a/themes/modern2/assets/css/main.css +++ b/themes/modern2/assets/css/main.css @@ -2383,15 +2383,20 @@ li { display: none; } .subheader__inner .nav__inner-link .dropDown { + margin-top: 20px; position: unset; width: unset; background: unset; + background: #b4b4b4; } .subheader__inner .nav__inner-link .dropDown__link { color: #ffffff; text-align: center; padding: 20px 0; } + .subheader__inner .nav__inner-link .dropDown__link:hover { + background: unset; + } .subheader__inner .language { position: absolute; bottom: 0;