From 3b571dbefaecfc0bddc5f6faf1ae1837324fa6c6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 3 Mar 2015 10:39:27 +0200 Subject: client: text_analyser_input: change color of spaces. Fixes #346 --- res/client/css/partials/input-bar.scss | 4 ++-- res/client/css/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index 0a4345c9..995ace58 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -147,9 +147,9 @@ } .analyser-span-space-node-link { - color: black; + color: red; } .analyser-span-space-link-node { - color: black; + color: blue; } diff --git a/res/client/css/style.css b/res/client/css/style.css index c5f7498c..81b5d528 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -433,10 +433,10 @@ body.debug .debug-ui-right { color: red; } .analyser-span-space-node-link { - color: black; } + color: red; } .analyser-span-space-link-node { - color: black; } + color: blue; } .type_selection { color: #363636; -- cgit v1.3.1