]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust share dropdown border radius to 3px
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Mar 2015 17:04:31 +0000 (18:04 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Mar 2015 23:43:11 +0000 (00:43 +0100)
core/css/share.css

index 94811100fcf4ce41cb0cc37b5679bfeb03b5930b..448f0bac239c99b3eb2e356541d73cd5e2cc8539 100644 (file)
@@ -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) {