diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-02 18:04:08 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-02 18:04:08 +0300 |
commit | 9853b33420e170e45833c6d51aa84d27eab9cd5d (patch) | |
tree | 89c0114d63a2259c79797a9690e92bb4974bc5b7 /apps | |
parent | c548edd90f334cea26cdebceb2efd576b3461f9c (diff) | |
download | nextcloud-server-9853b33420e170e45833c6d51aa84d27eab9cd5d.tar.gz nextcloud-server-9853b33420e170e45833c6d51aa84d27eab9cd5d.zip |
reduce rounded corners of New dropdown
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index b3ecd1dab93..9685548bdfc 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -16,7 +16,10 @@ display:none; position:fixed; min-width:7em; z-index:10; padding:.5em; padding-bottom:0; margin-top:.075em; margin-left:-.5em; text-align:left; - background:#f8f8f8; border:1px solid #ddd; border-radius:10px; border-top-left-radius:0; + background: #f8f8f8; + border: 1px solid #ddd; + border-radius: 5px; + border-top-left-radius: 0; box-shadow:0 2px 7px rgba(170,170,170,.4); } #new>ul>li { height:36px; margin:.3em; padding-left:3em; padding-bottom:0.1em; |