Do not change color of 'new' button on hover and make new file menu more consistent with button
remotes/origin/log-external-deletes
Morris Jobke 12 years ago
commit 77c0314503
  1. 11
      apps/files/css/files.css
  2. 2
      apps/files/css/upload.css

@ -13,6 +13,11 @@
} }
.actions.hidden { display: none; } .actions.hidden { display: none; }
.actions.creatable {
position: relative;
z-index: -30;
}
#new { #new {
z-index: 1010; z-index: 1010;
float: left; float: left;
@ -34,19 +39,21 @@
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: -10;
padding: 8px; padding: 8px;
padding-bottom: 0; padding-bottom: 0;
margin-top: 14px; margin-top: 13.5px;
margin-left: -1px; margin-left: -1px;
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);

@ -8,6 +8,8 @@
margin-left: 3px; margin-left: 3px;
overflow: hidden; overflow: hidden;
vertical-align: top; vertical-align: top;
position: relative;
z-index: -20;
} }
#upload .icon-upload { #upload .icon-upload {
position: relative; position: relative;

Loading…
Cancel
Save