From 65a9f1a8fadc225bd35c26e9c16b4b261bf34636 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Mon, 27 Jul 2015 05:10:27 -0400 Subject: slider customization now fully through custom class --- www/css/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index f911ef13..51d2c420 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -265,6 +265,16 @@ ul[rn-carousel] img { max-width: 100%; } + + +.mySliderClass.jslider.sliderCSS div.jslider-pointer{ +left:50%; +width:30px; +height:30px; +background-color:#615959; +border-radius:50%; +margin-left:-3px} + .mySliderClass div.jslider-scale ins { color:red; @@ -276,7 +286,7 @@ ul[rn-carousel] img { .mySliderClass div.jslider-value { position:absolute; - top:-25px; + top:-29px; left:0;padding:1px 2px 0; background:#fff;font-size:9px; line-height:12px; -- cgit v1.2.3