summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-07 15:52:15 +0200
committerAlon Levy <alon@pobox.com>2014-12-07 15:52:15 +0200
commit3bdd7b09935faff8a9edae9b89ff4b1a6c1d35cd (patch)
tree9a34cb0b52bff8cd985313c14d44f48f60a7a8e3 /res
parentbfc6e8df881b2a7f9fa610e691d329f6ebdad7ca (diff)
forgot to commit css for opacity (changing bubble position in svg harder, will try)
Diffstat (limited to 'res')
-rw-r--r--res/css/style.css2
1 files changed, 1 insertions, 1 deletions
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 {