# HG changeset patch # User Nicholas Jillings # Date 1449577799 0 # Node ID fe634545187fe4bf5f51a2861959cc2b9643e060 # Parent c3c3e6820b2f77775b144a5afd641032649e4076 Bug #1484: Added HTML no-select options for APE elements. diff -r c3c3e6820b2f -r fe634545187f 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 {