summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/graph-view.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 9d64f5a5..ee642e8a 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -194,7 +194,7 @@
z-index: 1;
}
-.node.root-selected .circle {
+.node.selected .circle {
stroke: $cyan;
stroke-opacity: 1;
stroke-width: 2px;
@@ -221,7 +221,7 @@
z-index: 1;
}
-.link.enter, .link.exit, .link.selected {
+.link.enter, .link.exit, .link.related {
stroke: $cyan;
stroke-opacity: 0.5;
stroke-width: 2px;