Mercurial > hg > webaudioevaluationtool
diff mushra.css @ 415:6e01da7f9f92 Dev_main
MUSHRA fixes. Added some mushra features to match newer APE interfaces and core bindings.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Dec 2015 13:34:23 +0000 |
parents | 7e9c38fa7499 |
children | c22ce754b426 |
line wrap: on
line diff
--- a/mushra.css Thu Dec 17 13:03:39 2015 +0000 +++ b/mushra.css Thu Dec 17 13:34:23 2015 +0000 @@ -45,11 +45,22 @@ padding:2px; } +div.track-slider-playing { + background-color: #FFDDDD; +} + +input.track-slider-range { + width: 100%; + margin-left: 0px; + margin-right: 0px; + padding-left: 0px; + padding-top: 0px; +} + input[type=range][orient=vertical] { writing-mode: bt-lr; /* IE */ -webkit-appearance: slider-vertical; /* WebKit */ width: 8px; - height: 175px; padding: 0 5px; } \ No newline at end of file