Skip to content

Commit

Permalink
Replace upload icon with folder open
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jan 12, 2017
1 parent 8f74793 commit 215306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div id="editor">
<span class="newFile" title="New File"><i class="fa fa-file-code-o"></i></span>
<span class="uploadFile" title="Upload"><label class="fa fa-upload"><input type="file" class="inputFile" multiple /></label></span>
<span class="uploadFile" title="Open local file"><label class="fa fa-folder-open-o"><input type="file" class="inputFile" multiple /></label></span>
<div class="files-wrapper">
<div class="scroller scroller-left"><i class="fa fa-chevron-left "></i></div>
<div class="scroller scroller-right"><i class="fa fa-chevron-right "></i></div>
Expand Down

0 comments on commit 215306d

Please sign in to comment.