diff options
author | Sugaroverdose <n1nj4p0w3r@gmail.com> | 2015-01-25 19:33:20 +0300 |
---|---|---|
committer | Sugaroverdose <n1nj4p0w3r@gmail.com> | 2015-01-25 20:15:08 +0300 |
commit | 8605e84547d0335676b2540d8f4d61fb1fed53fe (patch) | |
tree | 5085acc3e5cd85566287ef8d3ccdc597b804eb2a /apps/files | |
parent | a698637e911271b3618ee558c1fb26c7d96e1147 (diff) | |
download | nextcloud-server-8605e84547d0335676b2540d8f4d61fb1fed53fe.tar.gz nextcloud-server-8605e84547d0335676b2540d8f4d61fb1fed53fe.zip |
Fix #13632 and make new file menu more consistent with button
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index f04d6f8352a..38318e125d5 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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); |