]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduce rounded corners of New dropdown
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 2 Oct 2013 15:04:08 +0000 (18:04 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 2 Oct 2013 15:04:08 +0000 (18:04 +0300)
apps/files/css/files.css

index b3ecd1dab93e4cb62cb167881960c7b6aba9f49b..9685548bdfcb8110c00862add3a364478c48fc0f 100644 (file)
        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;