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/by-view | |
| 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/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 85a02ca2..0e14e041 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -20,7 +20,7 @@ } .circle:hover { - stroke: $yellow; + stroke: $orange; stroke-opacity: 1; stroke-width: 5px; } @@ -188,9 +188,10 @@ } .hovering .link { - stroke: $cyan; + stroke: $orange; stroke-opacity: 0.5; stroke-width: 2px; + opacity: 1; z-index: 1; } |
