# HG changeset patch # User Nicholas Jillings # Date 1449577799 0 # Node ID 21601839470c25eb844826818bcd07072964c548 # Parent 3123565e0c492a104f74b9ad82842f444fa05a2f Bug #1484: Added HTML no-select options for APE elements. diff -r 3123565e0c49 -r 21601839470c ape.css --- 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 {