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.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index e4396160..7f2d6402 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -1014,11 +1014,11 @@ p {
.node.first-selected .circle {
stroke: #fad900;
stroke-opacity: 1;
- stroke-width: 3px;
+ stroke-width: 6px;
z-index: 1; }
.node.selected .circle {
- stroke: #33c2e0;
+ stroke: #fad900;
stroke-opacity: 1;
stroke-width: 2px;
z-index: 1; }
@@ -1040,9 +1040,9 @@ p {
opacity: 1;
z-index: 1; }
-.link.enter, .link.exit, .link.related {
- stroke: #33c2e0;
- stroke-opacity: 0.5;
+.link.selected {
+ stroke: #fad900;
+ stroke-opacity: 1.0;
stroke-width: 2px;
z-index: 1; }