From 68d8eddce3f4010dc88c6a0a9def701dd8f9b25b Mon Sep 17 00:00:00 2001 From: garbash Date: Tue, 11 Nov 2014 20:33:16 +0200 Subject: bug fix: subtitle text+ghost edge size --- res/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/css') 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 } -- cgit v1.3.1