diff options
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/css/style.css b/res/css/style.css index 995eb2ea..2fac294e 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -133,6 +133,12 @@ input:focus { z-index:1; } +.ghostlink { + fill: none; + stroke-width: 2px; + z-index:2; // higher than link, lower than node +} + .highlightlink { fill: none; stroke: #EDE275; |
