summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/graph-view.scss19
1 files changed, 9 insertions, 10 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 87f988cf..3040a8e4 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -13,6 +13,15 @@
}
+.notselected .circle, .notselected *{
+ opacity: 0.2;
+ -webkit-filter: blur(10px);
+}
+
+.linklabel.notselected {
+ display: none;
+}
+
.circle {
z-index: 100;
pointer-events:all;
@@ -153,16 +162,6 @@
/* Selected parts of the graph, right now by clicking, later with search. */
-.notselected {
- opacity: 0.2;
- pointer-events: none;
- -webkit-filter: blur(10px);
-}
-
-.linklabel.notselected {
- display: none;
-}
-
.node.first-selected .circle {
stroke: $yellow;
stroke-opacity: 1;