From b9a926a99b3f655ce2e0022335bc2bffb559f5f7 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 29 Sep 2014 18:20:33 -0400 Subject: tweek --- public/assets/stylesheets/app.css | 7 +++++-- 1 file 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; -- cgit v1.2.3-70-g09d2