summaryrefslogtreecommitdiff
path: root/views/controls/editor/wallpaper.ejs
blob: 55ecf855021c256109294afebaac9b2a1608947b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="vvbox wallpaper">
  <div class="swatches"></div>
  
  <div class="wallpaperUpload">
    <form>
      <span class="icon-ios7-upload-outline upload-icon"></span>
      <label>Upload wallpaper</label>
      <input type="file" accept="image/*" class="file" multiple>
    </form>
<!-- 
    <input type="text" placeholder="Enter Image URL" class="url">
 -->
  </div>
</div>

<div class="floatingSwatch"></div>