From 253f29b739b2a25e2cb730e27816108f76688f1f Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sun, 7 Dec 2014 08:07:37 +0200 Subject: changes input bubble style text is now readable - but it still isn't pretty --- res/css/partials/graph-view.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'res/css/partials/graph-view.scss') diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index 44575d4e..e5d3f1c1 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -75,8 +75,9 @@ stroke: $cyan; stroke-opacity: 0.5; } + .circle.bubble { - stroke: #101010; + fill: rgba(255,255,255,0.9); pointer-events:none; } .circle.exit { @@ -139,10 +140,6 @@ fill: $dark-grey; } -.circle.bubble { - fill: rgba(255,255,255,0.2); -} - /* Selected parts of the graph, right now by clicking, later with search. */ -- cgit v1.3.1