summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-11-20 17:05:36 +0100
committeremkael <emkael@tlen.pl>2015-11-20 17:05:36 +0100
commit938c44022efd5ffe30da550453e0896469a2a1aa (patch)
tree49759bccb7d97647595387b566f4e2429d6f9471
parentd00bcdd6a0687f10ae4944a4eafb228ac971df3f (diff)
* more opaque highlight
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 5213cee..8751d33 100644
--- a/main.js
+++ b/main.js
@@ -285,7 +285,7 @@
}
}
}
- var strokeColor = isHighlighted(node) ? setOpacity(node.data.color, 0.7) : 'rgba(255, 255, 255, 0.7)';
+ var strokeColor = isHighlighted(node) ? setOpacity(node.data.color, 0.8) : 'rgba(255, 255, 255, 0.7)';
if (node.data.imageObject) {
node.data.imageObject.width = node.data.width;
node.data.imageObject.height = node.data.height;