From fc565fd8184fe6b1263670f47cf03f80bcef7283 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 15 Oct 2024 14:41:10 +0200 Subject: [PATCH] Give mobile navbar menu a shadow to elevate it from the content --- dashboard/src/theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 60611aedb..8651897b9 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -120,6 +120,7 @@ h1, h2, h3, h4, h5, h6, .navbar-collapse.collapse.in { background-color: white; + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { @@ -260,7 +261,7 @@ html, body { } .shadow { - box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } .highlight:hover {