From d75de36d614769c7c7f9ebc3ec04b0493c6ca5e1 Mon Sep 17 00:00:00 2001 From: leosw Date: Mon, 18 Aug 2025 17:38:36 +0200 Subject: [PATCH] =?UTF-8?q?Derni=C3=A8re=20version=20du=20menu=20corrig?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/css/d.index.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/views/css/d.index.css b/views/css/d.index.css index 7b954a9..f6b91a1 100755 --- a/views/css/d.index.css +++ b/views/css/d.index.css @@ -242,7 +242,7 @@ header input:hover, header input:focus-within { @media (max-width: 800px) { #menu { display: none; - background: #212121; + background: black; float: inherit; position: static; } @@ -254,21 +254,28 @@ header input:hover, header input:focus-within { } header li { width: 100%; + height: inherit; } header li.menu-icon { width: unset; } + header li.menu-icon a { + padding: 20px 15px; + } header li .subtitle { padding-left: 0px; } header li.has-sub ul { width: 100%; - position: static; } header li.has-sub:hover ul, header li.has-sub:focus-within ul, header li.has-sub:hover ul li, header li.has-sub:focus-within ul li, header li.has-sub:hover ul a, header li.has-sub:focus-within ul a { - background-color: #555; + background-color: #212121; border: 0; } + header li.has-sub:hover a, header li.has-sub:focus-within a { + border-left: 6px solid blue; + border-bottom: 0; + } } #Hcontent {