changeset 1150:2674d80c66ff

Confirmed working (using examples) on OSX (Chrome/Safari/Firefox)
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 14 Jan 2016 16:00:52 +0000
parents 250b64aea676
children 32ecf01edaa0
files interfaces/horizontal-sliders.css
diffstat 1 files changed, 1 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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