summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--res/css/style.css3
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 02fce7ab..e7f7e8fd 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,6 @@
<div class="help">Connect between <span style="color:#FCB924">people</span> and the <span style="color:#009DDC">projects</span> they are working on by describing their main contribution:</div>
<div class="info-container">
<div class="edge_info" style="display:none">Edge info :<br/>
- <div class="subtitle">Click on an edge to display info</div>
<button id="deleteedge">Delete</button>
</div>
<div class="info" style="display:none">Node info :<br/>
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
}