From bfff392b9e1bc9b38779b5a1c1d58ceb6c5108c1 Mon Sep 17 00:00:00 2001
From: Simon Barner <barner@fortiss.org>
Date: Thu, 28 May 2020 15:16:00 +0200
Subject: [PATCH] Further menu layout optimizations

* Add dropdown menu shadow
* Move up triangle by 1px

Issue-Ref: 4006
Issue-Url: https://af3-developer.fortiss.org/issues/4006

Signed-off-by: Simon Barner <barner@fortiss.org>
---
 org.fortiss.af3.rcp.help/html/requirements/stylesheet.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css b/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css
index 6edfd33..c3cb824 100644
--- a/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css
+++ b/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css
@@ -194,7 +194,7 @@ h4 {
   position: absolute;
   background-color: white;
   min-width: 300px;
-  box-shadow: white;
+  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
 }
 
@@ -300,7 +300,7 @@ label.hamburger {
 
 .triangle {
     position: absolute; 
-    top: 22px;
+    top: 21px;
     width: 0; 
     height: 0; 
     margin-left: 6px;
-- 
GitLab