diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-07 15:52:15 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-07 15:52:15 +0200 |
| commit | 3bdd7b09935faff8a9edae9b89ff4b1a6c1d35cd (patch) | |
| tree | 9a34cb0b52bff8cd985313c14d44f48f60a7a8e3 /res/css | |
| parent | bfc6e8df881b2a7f9fa610e691d329f6ebdad7ca (diff) | |
forgot to commit css for opacity (changing bubble position in svg harder, will try)
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/style.css | 2 |
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 { |
