diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 18:37:32 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 18:37:32 -0400 |
| commit | 49f05ff19fb56b379e1a5e41f6ce169049d58d21 (patch) | |
| tree | 4b9c4082c14c599113146a33759b6bbbc9d6a507 /www/css | |
| parent | 2a7699ac57249422b09951cecf8f93c641634990 (diff) | |
updates
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% }*/ |
