summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 75315690..4899f5b6 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -882,6 +882,13 @@ p {
font-size: 18px;
z-index: 100; }
+.notselected .circle, .notselected * {
+ opacity: 0.2;
+ -webkit-filter: blur(10px); }
+
+.linklabel.notselected {
+ display: none; }
+
.circle {
z-index: 100;
pointer-events: all;
@@ -992,14 +999,6 @@ p {
fill: #919095; }
/* 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: #fad900;
stroke-opacity: 1;