summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
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/style.css
parenta0f3c66d23d3c70c45129533e911071cfa7e1fec (diff)
css: selected link/node: yellow outline always, larger for first selected node
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; }