diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-14 20:59:46 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-14 20:59:46 -0400 |
| commit | c31330242541305147a0f2c699d7cc215bd41cd2 (patch) | |
| tree | 6c1f66159dc7310eec7d7a4e82a8d582b2eb8acb /views/controls/editor | |
| parent | 1b152e66ad8d7aa1c5511152991e648308f8918b (diff) | |
color swatches
Diffstat (limited to 'views/controls/editor')
| -rw-r--r-- | views/controls/editor/presets.ejs | 4 | ||||
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/views/controls/editor/presets.ejs b/views/controls/editor/presets.ejs index a41c527..70e48e3 100644 --- a/views/controls/editor/presets.ejs +++ b/views/controls/editor/presets.ejs @@ -1,4 +1,8 @@ <div class="vvbox" id="presets"> + <h4>Preset Colors</h4> + <div class="colors"> + </div> + <h4>Preset Styles</h4> <div class="presets"> <span data-preset="wireframe"> diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index ac025b5..5ca0390 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -14,7 +14,7 @@ <form> <span class="ion-ios7-upload-outline upload-icon"></span> - <label>Upload wallpaper</label> + <label>Upload Wallpaper</label> <input type="file" accept="image/*" class="file" multiple> </form> <!-- |
