aboutsummaryrefslogtreecommitdiffstats
path: root/library/blueimp_upload
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-01 06:48:18 +1000
committerTreer <treer.git@the-bordello.com>2016-05-01 06:48:18 +1000
commit3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8 (patch)
tree94d0eca6c222621c3eff5d93577312066259804d /library/blueimp_upload
parent17dba9542ad2745025550cefc28d38aa84a69c0d (diff)
downloadvolse-hubzilla-3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8.tar.gz
volse-hubzilla-3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8.tar.bz2
volse-hubzilla-3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8.zip
update icon names in library
Diffstat (limited to 'library/blueimp_upload')
-rw-r--r--library/blueimp_upload/test/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/blueimp_upload/test/index.html b/library/blueimp_upload/test/index.html
index 8779a9a8c..a04e53433 100644
--- a/library/blueimp_upload/test/index.html
+++ b/library/blueimp_upload/test/index.html
@@ -36,20 +36,20 @@
<div class="col-lg-7">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button">
- <i class="icon-plus icon-white"></i>
+ <i class="fa-plus fa fa-inverse"></i>
<span>Add files...</span>
<input type="file" name="files[]" multiple>
</span>
<button type="submit" class="btn btn-primary start">
- <i class="icon-upload icon-white"></i>
+ <i class="fa-arrow-circle-o-up fa fa-inverse"></i>
<span>Start upload</span>
</button>
<button type="reset" class="btn btn-warning cancel">
- <i class="icon-ban-circle icon-white"></i>
+ <i class="fa-ban fa fa-inverse"></i>
<span>Cancel upload</span>
</button>
<button type="button" class="btn btn-danger delete">
- <i class="icon-trash icon-white"></i>
+ <i class="fa-trash-o fa fa-inverse"></i>
<span>Delete</span>
</button>
<input type="checkbox" class="toggle">