diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-05-10 21:40:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-05-10 21:40:22 +0200 |
commit | d1e5a56bc6b7c7d5686e1ae9949ccea270a1477a (patch) | |
tree | 586db46f5a8ffc748db94eb1edea0d9810081594 /apps/files | |
parent | ffe5ef2268bb4732670f231832b4e0b04e8400e2 (diff) | |
download | nextcloud-server-d1e5a56bc6b7c7d5686e1ae9949ccea270a1477a.tar.gz nextcloud-server-d1e5a56bc6b7c7d5686e1ae9949ccea270a1477a.zip |
fixing upload icon color
Diffstat (limited to 'apps/files')
-rwxr-xr-x | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 72e45d53275..8b3ae632036 100755 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -16,7 +16,7 @@ <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 htmlentities($_['dir']) ?>" id="dir"> - <button class="file_upload_filename"> <img class='svg action' alt="Upload" src="<?php echo OCP\image_path("core", "actions/upload.svg"); ?>" /></button> + <button class="file_upload_filename"> <img class='svg action' alt="Upload" src="<?php echo OCP\image_path("core", "actions/upload-white.svg"); ?>" /></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> <iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe> |