summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-09-21 12:45:11 +0000
committerTom Needham <needham.thomas@gmail.com>2012-09-21 12:45:11 +0000
commitbcd3d1116c65de257329a13862ffbad59008325d (patch)
tree0be3686d257a3e4f1674b586b1cb74b3f56ffab5 /apps/files/templates
parentb6dc6c5bb9903a85b634a0b4d57f5cf6657ea49b (diff)
downloadnextcloud-server-bcd3d1116c65de257329a13862ffbad59008325d.tar.gz
nextcloud-server-bcd3d1116c65de257329a13862ffbad59008325d.zip
Change background colour of upload button to be consistant with new button
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index dfd681c2a7c..aff484f0a7a 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -16,9 +16,9 @@
<input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload">
<input type="hidden" class="max_human_file_size" value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)">
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
- <button class="file_upload_filename"></button>
<input class="file_upload_start" type="file" name='files[]'/>
- <a href="#" class="file_upload_button_wrapper" onclick="return false;" title="<?php echo $l->t('Upload'); echo ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a>
+ <a href="#" class="file_upload_button_wrapper" onclick="return false;" title="<?php echo $l->t('Upload'); echo ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a>
+ <button class="file_upload_filename"></button>
<iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe>
</form>
</div>