summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/css/style.css12
1 files changed, 11 insertions, 1 deletions
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;