Make shadow behind user menu semi-transparent
This commit is contained in:
parent
1066f42861
commit
474895c2a3
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue