From b3f7954d87c56250c6f1441373c1f33a21f48dc8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 1 Apr 2015 18:18:49 +0300 Subject: 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. --- res/client/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res/client/css/style.css') 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 { -- cgit v1.3.1