diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 58ab4b27..54a093a5 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -405,8 +405,17 @@ input[type=range]::-webkit-slider-thumb { width:200px; text-align: center; font-size: 2em; - border: 1px solid #000; + border: 1px solid #ddd; + -webkit-appearance: none; } + + +.pin-background.scroll-content + { + background: url('../img/background.png') no-repeat; + background-size: cover; +} + /*.mySliderClass.jslider.sliderCSS div.jslider-pointer {top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50% }*/ |
