summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-05 15:32:56 +0300
committerAlon Levy <alon@pobox.com>2015-04-05 16:27:19 +0300
commit13e3769e1ff9a5f599f22b3d1d3d9eb872117b32 (patch)
treeb9734c4ac6179c4f50011fcc8abbec4eeefaf738 /res/client/css/by-view
parent46dbb0240987578060fdabc2c8f91490cd820b73 (diff)
client: graph construction: text below circles. resolve #429
remind myself svg doesn't respect z-index, flatten back the svg structure: svg - zoom - graph g path 1 link text 1 node text 1 node text 2 node circle 1 node circle 2 per SVG 1.1 spec the last node is the top most.
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/graph-view.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 0e14e041..1e8f2501 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -23,6 +23,7 @@
stroke: $orange;
stroke-opacity: 1;
stroke-width: 5px;
+ opacity: 1.0;
}
.nodetext {