From c7f7747b4874bab2b25c1cb554aaa7b7bf6f00d2 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Fri, 25 Sep 2015 09:21:51 +1200
Subject: [PATCH] remove border around button of password protected link
 confirmation

---
 apps/files_sharing/css/authenticate.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css
index ac76d4c687..43707c7610 100644
--- a/apps/files_sharing/css/authenticate.css
+++ b/apps/files_sharing/css/authenticate.css
@@ -11,7 +11,8 @@ input[type='submit'] {
 
 #body-login input[type='submit'] {
 	position: absolute;
-	top: 0px;
+	top: 0;
+	border: none;
 }
 
 fieldset > p {
-- 
GitLab