diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-01 18:18:49 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-02 00:35:01 +0300 |
| commit | b3f7954d87c56250c6f1441373c1f33a21f48dc8 (patch) | |
| tree | 29cf1872631e0de1d666b754bb94f227d366841e /res/client/css/style.css | |
| parent | f2270ac76d482baf20bf1d58f7f8bc977bc20b62 (diff) | |
client: graph_view: fix text with hover, text now under it's link
plus make hover orange, and override opacity so nonselected hovered
links are visible.
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 00a7ced5..9ca4a976 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -861,7 +861,7 @@ p { fill: #363636; } .circle:hover { - stroke: #fad900; + stroke: #ff8b11; stroke-opacity: 1; stroke-width: 5px; } @@ -994,9 +994,10 @@ p { z-index: 1; } .hovering .link { - stroke: #33c2e0; + stroke: #ff8b11; stroke-opacity: 0.5; stroke-width: 2px; + opacity: 1; z-index: 1; } .link.enter, .link.exit, .link.selected { |
