diff interfaces/horizontal-sliders.css @ 1349:f545076ecdcd

Minor fixes for OSX Firefox support (Firefox 43)
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 14 Jan 2016 15:37:38 +0000
parents e3bc0083d515
children 2b31f079a70e
line wrap: on
line diff
--- a/interfaces/horizontal-sliders.css	Thu Jan 14 15:20:31 2016 +0000
+++ b/interfaces/horizontal-sliders.css	Thu Jan 14 15:37:38 2016 +0000
@@ -112,7 +112,7 @@
 }
 
 input[type=range]::-webkit-slider-runnable-track {
-	width: 8px;
+	height: 8px;
 	cursor: pointer;
 	background: #fff;
 	border-radius: 4px;
@@ -120,7 +120,7 @@
 }
 
 input[type=range]::-moz-range-track {
-	width: 8px;
+	height: 8px;
 	cursor: pointer;
 	background: #fff;
 	border-radius: 4px;