changeset 1637:cb39ef3dc1d5

fix colorselect so you can drag off the edge to pick white or pure-color Ignore-this: b234a17b44c9a7ae3ea219c436e78acb
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 10 Jun 2017 04:51:54 +0000
parents 7d2871f49806
children 58069577abc2
files light9/web/light9-color-picker.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/light9-color-picker.html	Sat Jun 10 04:47:22 2017 +0000
+++ b/light9/web/light9-color-picker.html	Sat Jun 10 04:51:54 2017 +0000
@@ -23,6 +23,7 @@
          background: url(/colorpick_rainbow_large.png);
          width: 400px; 
          height: 200px;
+         user-select: none;
      }
      #smallCrosshair, #largeCrosshair {
          position: absolute;