summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-08-27 13:03:46 -0400
committerJules Laplace <jules@okfoc.us>2014-08-27 13:03:46 -0400
commit63b0e94e3e36838240c2d86e780a641c2255ed89 (patch)
tree6293bea12f2998d7f93809457ed52fc081bb6f52 /public/assets/stylesheets
parent098a330fab261885a86c7ae9a5b2ed294987dc6b (diff)
floor/ceiling colors
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css9
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;
}