Make shadow behind user menu semi-transparent

This commit is contained in:
Yorin Anne De Jong 2018-08-10 23:13:52 +02:00
parent 1066f42861
commit 474895c2a3
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ nav #usermenu {
z-index: 5; /* Make appear over #login */ z-index: 5; /* Make appear over #login */
border-radius: 0 0 0 0.1em; 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 { nav #login {
z-index: 4; /* Make appear under #usermenu and over #menu */ z-index: 4; /* Make appear under #usermenu and over #menu */