]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduce rounded corners of Share and Versions dropdown
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 2 Oct 2013 14:53:54 +0000 (17:53 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 2 Oct 2013 14:53:54 +0000 (17:53 +0300)
core/css/share.css

index 2d6849b4bb1361b1978906716ce0974fd7d1c643..3dbd06fde146f2a7113032586ccf34ff25fe0688 100644 (file)
@@ -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;