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/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index d12f7a39..65dddef6 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 { - stroke: #101010; + fill: rgba(255, 255, 255, 0.9); pointer-events: none; } .circle.exit { @@ -284,9 +284,6 @@ body.debug .debug-ui-right { .circle.chainlink { fill: #363636; } -.circle.bubble { - fill: rgba(255, 255, 255, 0.2); } - /* Selected parts of the graph, right now by clicking, later with search. */ .notselected { opacity: 0.2; } @@ -418,13 +415,15 @@ body.debug .debug-ui-right { position: fixed; top: 203px; left: 78px; - text-shadow: -1px 1px 8px #EDE275, 1px -1px 8px #EDE275; + text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275; font-size: 16px; } .ui-helper-hidden-accessible > div { color: #363636; } .typeselection { + color: #363636; + font-size: 24px; position: fixed; left: 0; top: -300px; -- cgit v1.3.1