From 21fd502e71c4c9aa235bca6a487110edf0cfe7d9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 19 Nov 2014 00:15:10 +0200 Subject: notselected & selected classes added; only used when a selection is in progress --- res/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 5b9607b8..f48deda2 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -205,10 +205,10 @@ input:focus { } -// Selected parts of the graph, right now by clicking, later with search. +/* Selected parts of the graph, right now by clicking, later with search. */ -.graph.link.selected { - fill: #EDE275; +.notselected { + opacity: 0.5; } .graph.link.temp_and { -- cgit v1.3.1