Do not change color of 'new' button on hover and make new file menu more consistent with button
This commit is contained in:
Morris Jobke 2015-02-07 13:25:43 +01:00
commit 77c0314503
2 changed files with 11 additions and 2 deletions

View File

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

View File

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