diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-24 17:38:42 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-24 17:38:42 +0200 |
| commit | fbda0e405b2454fb47a4d1f00adebd4d5621f07b (patch) | |
| tree | 1387e6b6b8cc4c79a0d358532fa906678d18dabe /res/client/css/style.css | |
| parent | e3cff6a365a2f3d1b93959bd1abd863e518e7857 (diff) | |
client: css: make notselected unclickable and hide any unselected link labels
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index c7ea9ec6..ea9a2488 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -867,8 +867,12 @@ p { /* 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; |
