summaryrefslogtreecommitdiff
path: root/views/controls/editor/light-control.ejs
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-29 18:18:44 -0400
committerryderr <r@okfoc.us>2014-09-29 18:18:44 -0400
commit22ab941f4630f545cc7d0475611d056372fcad10 (patch)
treeb1cac258bfb4b9eb956ed07f682a3899bc225149 /views/controls/editor/light-control.ejs
parent151e0764e6973c8af6d87c1c9dee34a37efaa773 (diff)
color picker UI
Diffstat (limited to 'views/controls/editor/light-control.ejs')
-rw-r--r--views/controls/editor/light-control.ejs10
1 files changed, 9 insertions, 1 deletions
diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs
index 1ed6ef6..65a602f 100644
--- a/views/controls/editor/light-control.ejs
+++ b/views/controls/editor/light-control.ejs
@@ -5,11 +5,19 @@
</div>
<div class="color-swatches">
+ <span>
<div class="swatch" id="wall-color" data-mode="wall"></div><label>wall</label>
+ </span>
+ <span class="active">
<div class="swatch" id="floor-color" data-mode="floor"></div><label>floor</label>
+ </span>
+ <span>
<div class="swatch" id="ceiling-color" data-mode="ceiling"></div><label>ceiling</label>
- <br>
+ </span>
+ <span>
<div class="swatch" id="outline-color" data-mode="outline"></div><label>outlines</label>
+ </span>
+ <span>
</div>
<!--