diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 06:48:18 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 06:48:18 +1000 |
commit | 3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8 (patch) | |
tree | 94d0eca6c222621c3eff5d93577312066259804d /library/jqupload | |
parent | 17dba9542ad2745025550cefc28d38aa84a69c0d (diff) | |
download | volse-hubzilla-3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8.tar.gz volse-hubzilla-3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8.tar.bz2 volse-hubzilla-3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8.zip |
update icon names in library
Diffstat (limited to 'library/jqupload')
-rw-r--r-- | library/jqupload/test/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/jqupload/test/index.html b/library/jqupload/test/index.html index e9c751b14..ead40be05 100644 --- a/library/jqupload/test/index.html +++ b/library/jqupload/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"> |