Commit fae021f4 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #379 from ethereum/open-file-icon

Replace upload icon with folder open
parents 91745292 215306dd
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment