summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index c7ea9ec6..ea9a2488 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -867,8 +867,12 @@ p {
/* Selected parts of the graph, right now by clicking, later with search. */
.notselected {
opacity: 0.2;
+ pointer-events: none;
-webkit-filter: blur(10px); }
+.linklabel.notselected {
+ display: none; }
+
.node.first-selected .circle {
stroke: #fad900;
stroke-opacity: 1;