summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-12 14:13:57 +0200
committerAlon Levy <alon@pobox.com>2015-04-12 14:13:59 +0200
commit7c5c6a917c8bce9d538c51becaf9a06fb1741bf5 (patch)
treef60cb36ddca2e612e44756defcaafda9c39a8a50 /res/client/css/style.css
parent8d16cbce9ec8aa139404f1823c4b68e0b4c1c02a (diff)
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.
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css4
1 files changed, 2 insertions, 2 deletions
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;