# HG changeset patch # User Nicholas Jillings # Date 1452787252 0 # Node ID 2b31f079a70e44b37edfcb498152bd98b86c5432 # Parent bc343b3f4ccea12a82fe2f91de4c6998d45acba5 Confirmed working (using examples) on OSX (Chrome/Safari/Firefox) diff -r bc343b3f4cce -r 2b31f079a70e 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