From 7c5c6a917c8bce9d538c51becaf9a06fb1741bf5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 12 Apr 2015 14:13:57 +0200 Subject: client/selection: rename: selected & related selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made. --- res/client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 72252da3..11237392 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1012,7 +1012,7 @@ p { stroke-width: 3px; z-index: 1; } -.node.root-selected .circle { +.node.selected .circle { stroke: #33c2e0; stroke-opacity: 1; stroke-width: 2px; @@ -1035,7 +1035,7 @@ p { opacity: 1; z-index: 1; } -.link.enter, .link.exit, .link.selected { +.link.enter, .link.exit, .link.related { stroke: #33c2e0; stroke-opacity: 0.5; stroke-width: 2px; -- cgit v1.3.1