summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-05-05 12:10:01 +0300
committerAlon Levy <alon@pobox.com>2015-05-05 13:54:23 +0300
commitbbfe1313edb5bc32c3c114311a35f1e1630ce64c (patch)
tree7eae1183864fc06ac2f0b305435df36ccc919b73 /res/client/css/by-view
parenta0f3c66d23d3c70c45129533e911071cfa7e1fec (diff)
css: selected link/node: yellow outline always, larger for first selected node
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/graph-view.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 96114c77..b6baa954 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -202,12 +202,12 @@
.node.first-selected .circle {
stroke: $yellow;
stroke-opacity: 1;
- stroke-width: 3px;
+ stroke-width: 6px;
z-index: 1;
}
.node.selected .circle {
- stroke: $cyan;
+ stroke: $yellow;
stroke-opacity: 1;
stroke-width: 2px;
z-index: 1;
@@ -233,9 +233,9 @@
z-index: 1;
}
-.link.enter, .link.exit, .link.related {
- stroke: $cyan;
- stroke-opacity: 0.5;
+.link.selected {
+ stroke: $yellow;
+ stroke-opacity: 1.0;
stroke-width: 2px;
z-index: 1;
}