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

remotes/origin/log-external-deletes
Sugaroverdose 12 years ago
parent a698637e91
commit 8605e84547
  1. 4
      apps/files/css/files.css

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

Loading…
Cancel
Save