summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-11 20:33:16 +0200
committergarbash <dor.garbash@gmail.com>2014-11-11 20:33:16 +0200
commit68d8eddce3f4010dc88c6a0a9def701dd8f9b25b (patch)
tree78a91ddcf692b5370215588c7965f1f46a775f2e /res
parent1c8e302a62fc3362751d0697882f2d7ea04ff1cd (diff)
bug fix: subtitle text+ghost edge size
Diffstat (limited to 'res')
-rw-r--r--res/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css
index f928073a..b8d10cc5 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -134,8 +134,9 @@ input:focus {
}
.ghostlink {
+ opacity: 0.0;
fill: none;
- stroke-width: 2px;
+ stroke-width: 15px;
z-index:2; // higher than link, lower than node
}