diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-27 13:03:46 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-27 13:03:46 -0400 |
| commit | 63b0e94e3e36838240c2d86e780a641c2255ed89 (patch) | |
| tree | 6293bea12f2998d7f93809457ed52fc081bb6f52 /public/assets/stylesheets | |
| parent | 098a330fab261885a86c7ae9a5b2ed294987dc6b (diff) | |
floor/ceiling colors
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ff35ca4..6f6a192 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1201,6 +1201,7 @@ input[type="range"]::-webkit-slider-thumb { height: 20px; border: 1px solid black; display: inline-block; + cursor: pointer; } .swatch.selected { border-width: 2px; @@ -1213,7 +1214,13 @@ input[type="range"]::-webkit-slider-thumb { font-weight: 300; position: relative; top: -6px; - margin-right: 15px; + padding-left: 5px; + display: inline-block; + width: 60px; + cursor: pointer; +} +.color-swatches label.selected { + font-weight: 500; } |
