summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/editor/presets.ejs4
-rw-r--r--views/controls/editor/wallpaper.ejs2
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>
<!--