diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index deac4b58..9961a801 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -873,7 +873,8 @@ p { .circle:hover { stroke: #ff8b11; stroke-opacity: 1; - stroke-width: 5px; } + stroke-width: 5px; + opacity: 1.0; } .nodetext { fill: #363636; @@ -888,6 +889,11 @@ p { font-size: 18px; background-color: transparent; } +.linklabel { + stroke: #363636; + font-size: 14px; + background-color: transparent; } + .svg-input-fo-link { stroke: #363636; } @@ -903,12 +909,6 @@ p { stroke-opacity: 0.5; z-index: 1; } -.linklabel { - font-size: 14px; - fill: black; - stroke: transparent; - text-shadow: 2px 2px yellow; } - .ghostlink { opacity: 0.0; fill: white; |
