# HG changeset patch # User Nicholas Jillings # Date 1452787252 0 # Node ID 2674d80c66fff1d9e152a28e04a7e67a71f7b131 # Parent 250b64aea676a9ce33b79df170d020e9fa895d8d Confirmed working (using examples) on OSX (Chrome/Safari/Firefox) diff -r 250b64aea676 -r 2674d80c66ff interfaces/horizontal-sliders.css --- a/interfaces/horizontal-sliders.css Thu Jan 14 15:37:38 2016 +0000 +++ b/interfaces/horizontal-sliders.css Thu Jan 14 16:00:52 2016 +0000 @@ -112,7 +112,6 @@ } input[type=range]::-webkit-slider-runnable-track { - height: 8px; cursor: pointer; background: #fff; border-radius: 4px; @@ -133,18 +132,4 @@ input.track-slider-not-moved[type=range]::-moz-range-track { background: #aaa; -} - - -input[type=range]::-moz-range-thumb { - margin-left: -7px; - cursor: pointer; - margin-top: -1px; - box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; -} - -input[type=range]::-webkit-slider-thumb { - cursor: pointer; - margin-top: -1px; - margin-left: -4px; -} +} \ No newline at end of file