diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-19 00:29:52 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-19 00:29:52 +0200 |
| commit | 95dc59aed2ec6d7d070fc08ea256a7b195e1b61c (patch) | |
| tree | 64a5cff7d8728e01db1e5ea8e7e47b337e215212 | |
| parent | 21fd502e71c4c9aa235bca6a487110edf0cfe7d9 (diff) | |
Extreme opacity for the unselected
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css index f48deda2..b83d051d 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -208,7 +208,7 @@ input:focus { /* Selected parts of the graph, right now by clicking, later with search. */ .notselected { - opacity: 0.5; + opacity: 0.2; } .graph.link.temp_and { |
