aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-28 10:13:05 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-28 10:13:05 +0200
commit9a010cc8ce281650038cd1444f63a02245eea523 (patch)
tree0f08b5ccf498b78dac2518b7321bd72600fd129a /apps
parent465063e38625b58c1db73761732f0d2a57a02d4f (diff)
parentc7f7747b4874bab2b25c1cb554aaa7b7bf6f00d2 (diff)
downloadnextcloud-server-9a010cc8ce281650038cd1444f63a02245eea523.tar.gz
nextcloud-server-9a010cc8ce281650038cd1444f63a02245eea523.zip
Merge pull request #19379 from owncloud/remove-auth-button-border
remove border around button of password protected link confirmation
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/authenticate.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css
index ac76d4c6870..43707c76100 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 {