summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-21 13:00:43 +0200
committerAlon Levy <alon@pobox.com>2015-01-21 13:01:02 +0200
commit37580fcafdc94c55e880a989dc7103e97ed9edd2 (patch)
tree05dd6295587bb13eb1fa69e32154b00a5b49df1d /res
parent7a0e3ede4f2c6fb081c8d308d5e2a8e81dcb14fd (diff)
Return of the bubble. Fixes #253
Diffstat (limited to 'res')
-rw-r--r--res/client/css/partials/graph-view.scss2
-rw-r--r--res/client/css/style.css2
2 files changed, 2 insertions, 2 deletions
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 {
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 3f36ed31..473513bd 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -373,7 +373,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.4);
pointer-events: none; }
.circle.exit {