summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-19 00:29:52 +0200
committergarbash <dor.garbash@gmail.com>2014-11-19 00:29:52 +0200
commit95dc59aed2ec6d7d070fc08ea256a7b195e1b61c (patch)
tree64a5cff7d8728e01db1e5ea8e7e47b337e215212 /res
parent21fd502e71c4c9aa235bca6a487110edf0cfe7d9 (diff)
Extreme opacity for the unselected
Diffstat (limited to 'res')
-rw-r--r--res/css/style.css2
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 {