diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-19 00:15:10 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-19 00:15:10 +0200 |
| commit | 21fd502e71c4c9aa235bca6a487110edf0cfe7d9 (patch) | |
| tree | 8fe113fb009139da5a913914b3a6e03dfba0c705 /res/css | |
| parent | 38ef8cd6581da0f192785f0db4a47f1757a409d1 (diff) | |
notselected & selected classes added; only used when a selection is in progress
Diffstat (limited to 'res/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 { |
