Fix #13632 and make new file menu more consistent with button

This commit is contained in:
Sugaroverdose 2015-01-25 19:33:20 +03:00
parent a698637e91
commit 8605e84547
1 changed files with 3 additions and 1 deletions

View File

@ -34,12 +34,13 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: none;
background: #f8f8f8;
}
#new > ul {
display: none;
position: fixed;
min-width: 112px;
z-index: 10;
z-index: -2;
padding: 8px;
padding-bottom: 0;
margin-top: 14px;
@ -47,6 +48,7 @@
text-align: left;
background: #f8f8f8;
border: 1px solid #ddd;
border: 1px solid rgba(190, 190, 190, 0.901961);
border-radius: 5px;
border-top-left-radius: 0;
box-shadow: 0 2px 7px rgba(170,170,170,.4);