Mercurial > hg > webaudioevaluationtool
changeset 778:21601839470c
Bug #1484: Added HTML no-select options for APE elements.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Dec 2015 12:29:59 +0000 |
parents | 3123565e0c49 |
children | 01a882ec2b72 |
files | ape.css |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.css Tue Dec 08 12:22:18 2015 +0000 +++ b/ape.css Tue Dec 08 12:29:59 2015 +0000 @@ -33,11 +33,17 @@ background-color: #eee; height: 150px; margin-bottom: 5px; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; } div.sliderScale { width: 100%; min-height: 30px; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; } div.sliderScale span { @@ -55,6 +61,9 @@ width: 12px; float: left; background-color: rgb(100,200,100); + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; } div#outside-reference {