summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;