diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-28 10:13:05 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-28 10:13:05 +0200 |
commit | 9a010cc8ce281650038cd1444f63a02245eea523 (patch) | |
tree | 0f08b5ccf498b78dac2518b7321bd72600fd129a /apps | |
parent | 465063e38625b58c1db73761732f0d2a57a02d4f (diff) | |
parent | c7f7747b4874bab2b25c1cb554aaa7b7bf6f00d2 (diff) | |
download | nextcloud-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.css | 3 |
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 { |