]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix header border on users list 11608/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 4 Oct 2018 07:01:23 +0000 (09:01 +0200)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 4 Oct 2018 07:01:23 +0000 (09:01 +0200)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
settings/css/settings.scss

index dfe85a04abdaaaef79b5396c0dedec293bfb6357..7c4d09a6ccad58f2545b8c036e22c3686bb8f2dd 100644 (file)
@@ -1394,7 +1394,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
                        /* let's define the column until storage path,
                           what follows will be manually defined  */
                        grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr));
-                       border-top: var(--color-border) 1px solid;
+                       border-bottom: var(--color-border) 1px solid;
                        &.disabled {
                                opacity: .5;
                        }