From: Jan-Christoph Borchardt Date: Wed, 25 Mar 2015 17:04:31 +0000 (+0100) Subject: adjust share dropdown border radius to 3px X-Git-Tag: v8.1.0alpha1~163^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4546a33d58fe2d785083147ce80f497dcb983187;p=nextcloud-server.git adjust share dropdown border radius to 3px --- diff --git a/core/css/share.css b/core/css/share.css index 94811100fcf..448f0bac239 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -3,17 +3,17 @@ See the COPYING-README file. */ #dropdown { - background:#eee; - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - box-shadow:0 1px 1px #777; - display:block; + background: #eee; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + box-shadow: 0 2px 3px rgba(50, 50, 50, .4); + display: block; margin-right: 0; - position:absolute; - right:0; - width:420px; - z-index:500; - padding:16px; + position: absolute; + right: 0; + width: 420px; + z-index: 500; + padding: 16px; } @media only screen and (min-width: 768px) and (max-width: 990px) {