Mercurial > hg > webaudioevaluationtool
diff mushra.css @ 1446:7831cfdc4cca
MUSHRA css restyling for Mac Chrome. Updated Instructions.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 18 Dec 2015 22:37:16 +0000 |
parents | 5590afd89544 |
children | 56ee920d5d85 |
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; +}