Changeset - cb39ef3dc1d5
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-06-10 04:51:54
drewp@bigasterisk.com
fix colorselect so you can drag off the edge to pick white or pure-color
Ignore-this: b234a17b44c9a7ae3ea219c436e78acb
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/light9-color-picker.html
Show inline comments
 
@@ -20,12 +20,13 @@
 
         height: 30px;
 
     }
 
     #largeRainbow {
 
         background: url(/colorpick_rainbow_large.png);
 
         width: 400px; 
 
         height: 200px;
 
         user-select: none;
 
     }
 
     #smallCrosshair, #largeCrosshair {
 
         position: absolute;
 
         left: -60px;
 
         top: -62px;
 
         pointer-events: none;
0 comments (0 inline, 0 general)