From 474895c2a3ae8f7dd8f6575ed590d2e8e50df4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20A=CC=8Ane?= Date: Fri, 10 Aug 2018 23:13:52 +0200 Subject: [PATCH] Make shadow behind user menu semi-transparent --- www/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index c4401cd..3fb31bf 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -113,7 +113,7 @@ nav #usermenu { z-index: 5; /* Make appear over #login */ border-radius: 0 0 0 0.1em; - box-shadow: 0 2px 2px gray; + box-shadow: 0 2px 2px rgba(0,0,0,.5); } nav #login { z-index: 4; /* Make appear under #usermenu and over #menu */