summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-29 18:20:33 -0400
committerryderr <r@okfoc.us>2014-09-29 18:20:33 -0400
commitb9a926a99b3f655ce2e0022335bc2bffb559f5f7 (patch)
tree3c3d900aa8c6491357c12a80c8738872f455df3e
parent58f4c20ce5d6c7a8bf01d48bbd0741e65a5be025 (diff)
tweek
-rwxr-xr-xpublic/assets/stylesheets/app.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index f2ade63..fe67edc 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1294,8 +1294,11 @@ input[type="range"]::-webkit-slider-thumb {
float:left;
cursor:pointer;
}
+.color-swatches span:nth-child(1),.color-swatches span:nth-child(2){
+ margin-bottom:5px;
+}
.color-swatches span.active{
- background:black;
+ background:red;
color:white;
}
.color-swatches span:nth-child(3){
@@ -1306,7 +1309,7 @@ input[type="range"]::-webkit-slider-thumb {
}
.color-swatches span.active:hover {
- background:#000;
+ background:red;
}
.color-swatches label {
font-size: 14px;