diff mushra.css @ 434:d9c7263cb871 Dev_main

MUSHRA css restyling for Mac Chrome. Updated Instructions.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Fri, 18 Dec 2015 22:37:16 +0000
parents 1ba2d8685c47
children da368f23bcd3
line wrap: on
line diff
--- a/mushra.css	Fri Dec 18 18:33:08 2015 +0000
+++ b/mushra.css	Fri Dec 18 22:37:16 2015 +0000
@@ -102,16 +102,16 @@
 	background: #aaa;
 }
 
+
 input[type=range]::-moz-range-thumb {
 	margin-left: -7px;
 	cursor: pointer;
-	margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
-	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
+	margin-top: -1px;
+	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
 }
 
 input[type=range]::-webkit-slider-thumb {
-	margin-left: -7px;
 	cursor: pointer;
-	margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
-	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
-}
\ No newline at end of file
+	margin-top: -1px;
+	margin-left: -4px;
+}