diff options
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
