diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-02 17:53:54 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-02 17:53:54 +0300 |
commit | 8ce26297b94431e1b08954dce729be596855bb60 (patch) | |
tree | 5bdebbfe2b8f3fe9dfd34a48d2ca868756d9c05b /core/css/share.css | |
parent | 551e80979046358b9cbc8a0f8db0ff9cdf919e33 (diff) | |
download | nextcloud-server-8ce26297b94431e1b08954dce729be596855bb60.tar.gz nextcloud-server-8ce26297b94431e1b08954dce729be596855bb60.zip |
reduce rounded corners of Share and Versions dropdown
Diffstat (limited to 'core/css/share.css')
-rw-r--r-- | core/css/share.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/share.css b/core/css/share.css index 2d6849b4bb1..3dbd06fde14 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -2,10 +2,10 @@ This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ - #dropdown { +#dropdown { background:#eee; - border-bottom-left-radius:1em; - border-bottom-right-radius:1em; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; box-shadow:0 1px 1px #777; display:block; margin-right:7em; |