diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-25 09:21:51 +1200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-09-28 09:30:09 +0200 |
commit | c7f7747b4874bab2b25c1cb554aaa7b7bf6f00d2 (patch) | |
tree | e67d8a006ce945c09475ca9b991b39fb934cc862 /apps/files_sharing/css | |
parent | 77a874ba3858110a07295ba8ded369e462126d36 (diff) | |
download | nextcloud-server-c7f7747b4874bab2b25c1cb554aaa7b7bf6f00d2.tar.gz nextcloud-server-c7f7747b4874bab2b25c1cb554aaa7b7bf6f00d2.zip |
remove border around button of password protected link confirmation
Diffstat (limited to 'apps/files_sharing/css')
-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 { |