summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 20:47:52 +0200
committerGitHub <noreply@github.com>2017-05-16 20:47:52 +0200
commitc180ad1caa2d420a6511d9281ba8d477a19898e4 (patch)
treed5d65c3d837d23361045b822b820b96a0eab324f
parent1161139ebb1de4487fc986cba20872d6c3da3bf1 (diff)
downloadnextcloud-server-c180ad1caa2d420a6511d9281ba8d477a19898e4.tar.gz
nextcloud-server-c180ad1caa2d420a6511d9281ba8d477a19898e4.zip
Remove primary class from public link download button
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 123a5cb4f53..adbbd0f80e7 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -84,7 +84,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<div id="imgframe"></div>
<?php endif; ?>
<div class="directDownload">
- <a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button primary">
+ <a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
<span class="icon icon-download"></span>
<?php p($l->t('Download %s', array($_['filename'])))?> (<?php p($_['fileSize']) ?>)
</a>