summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-19 00:15:10 +0200
committerAlon Levy <alon@pobox.com>2014-11-19 00:15:10 +0200
commit21fd502e71c4c9aa235bca6a487110edf0cfe7d9 (patch)
tree8fe113fb009139da5a913914b3a6e03dfba0c705 /res
parent38ef8cd6581da0f192785f0db4a47f1757a409d1 (diff)
notselected & selected classes added; only used when a selection is in progress
Diffstat (limited to 'res')
-rw-r--r--res/css/style.css6
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 {