Mercurial > hg > webaudioevaluationtool
changeset 2841:75feafa06f01
#165 #166 Fixed horizontal slider background ticks
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 25 Apr 2017 12:52:43 +0100 |
parents | 7cb2dd7d2eba |
children | 86d80826db3a |
files | interfaces/horizontal-sliders.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/interfaces/horizontal-sliders.css Tue Apr 25 12:52:11 2017 +0100 +++ b/interfaces/horizontal-sliders.css Tue Apr 25 12:52:43 2017 +0100 @@ -76,7 +76,7 @@ margin: 0px 5px; } div.track-slider-playing { - background-color: #FFDDDD; + background-color: rgba(255, 201, 201, 0.5); } input.track-slider-range { float: left;