From 37580fcafdc94c55e880a989dc7103e97ed9edd2 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 21 Jan 2015 13:00:43 +0200 Subject: Return of the bubble. Fixes #253 --- res/client/css/partials/graph-view.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/graph-view.scss b/res/client/css/partials/graph-view.scss index 2652ee9c..9667a154 100644 --- a/res/client/css/partials/graph-view.scss +++ b/res/client/css/partials/graph-view.scss @@ -78,7 +78,7 @@ } .circle.bubble { - fill: rgba(255,255,255,0.9); + fill: rgba(255,255,255,0.4); pointer-events:none; } .circle.exit { -- cgit v1.3.1