aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ColorBox.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-11-19 11:28:49 -0500
committerSam Wilkins <samwilkins333@gmail.com>2019-11-19 11:28:49 -0500
commit3f86ea5556ab7a1fc13cd9c74ef4305f2f5cd778 (patch)
tree4d13f3401ecc80fb5bce22d2a3382545102fda7f /src/client/views/nodes/ColorBox.scss
parent611bb858265b6667f2b7db858d183cea16f273aa (diff)
parentd259cf7b16e64794bc12ae420f9b512a75eee46c (diff)
merged with master
Diffstat (limited to 'src/client/views/nodes/ColorBox.scss')
-rw-r--r--src/client/views/nodes/ColorBox.scss16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/client/views/nodes/ColorBox.scss b/src/client/views/nodes/ColorBox.scss
index 8df617fca..bf334c939 100644
--- a/src/client/views/nodes/ColorBox.scss
+++ b/src/client/views/nodes/ColorBox.scss
@@ -1,10 +1,22 @@
-.colorBox-container {
+.colorBox-container, .colorBox-container-interactive {
width:100%;
height:100%;
position: relative;
- pointer-events:all;
+ pointer-events: none;
.sketch-picker {
margin:auto;
+ div {
+ cursor: crosshair;
+ }
+ .flexbox-fix {
+ cursor: pointer;
+ div {
+ cursor:pointer;
+ }
+ }
}
+}
+.colorBox-container-interactive {
+ pointer-events:all;
} \ No newline at end of file