diff options
| author | ryderr <r@okfoc.us> | 2014-09-29 18:56:38 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-29 18:56:38 -0400 |
| commit | 24614e0764ec4655ded8b66ba6832bf8cd3cda1d (patch) | |
| tree | 06a5f693806099bc9cf6a18ac91ff594ea54889f | |
| parent | 19ddbd17cab15343e04e94e1a2c15088aac1d4d9 (diff) | |
css
| -rwxr-xr-x | public/assets/stylesheets/app.css | 10 | ||||
| -rw-r--r-- | views/controls/editor/light-control.ejs | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e136e03..e08cc0b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1302,9 +1302,8 @@ span:hover .swatch { .color-swatches span:nth-child(1),.color-swatches span:nth-child(2){ margin-bottom:5px; } -.color-swatches span.active{ - background:red; - color:white; +.color-swatches span.active, .color-swatches span.active:hover{ + background:#eee; } .color-swatches span:nth-child(3){ clear:left; @@ -1313,9 +1312,6 @@ span:hover .swatch { background:#eee; } -.color-swatches span.active:hover { - background:red; -} .color-swatches label { font-size: 14px; font-weight: 300; @@ -1326,7 +1322,7 @@ span:hover .swatch { top: -2px; } .color-swatches span.active label { - font-weight: 600; + font-weight: 500; } diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs index 8b133a5..b90b646 100644 --- a/views/controls/editor/light-control.ejs +++ b/views/controls/editor/light-control.ejs @@ -3,7 +3,7 @@ </div> <div class="slider"> - <h4>Brightness Control</h4> + <h4>Luminance Control</h4> <input type="range" min="0" max="110" value="0" id="brightness-control" /> </div> |
