From 3bdd7b09935faff8a9edae9b89ff4b1a6c1d35cd Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 7 Dec 2014 15:52:15 +0200 Subject: forgot to commit css for opacity (changing bubble position in svg harder, will try) --- res/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/css/style.css b/res/css/style.css index 4ca40557..e7e27aa0 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -235,7 +235,7 @@ body.debug .debug-ui-right { stroke-opacity: 0.5; } .circle.bubble { - fill: rgba(255, 255, 255, 0.9); + fill: rgba(255, 255, 255, 0.5); pointer-events: none; } .circle.exit { -- cgit v1.3.1