summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-03 10:39:27 +0200
committerAlon Levy <alon@pobox.com>2015-03-03 10:39:27 +0200
commit3b571dbefaecfc0bddc5f6faf1ae1837324fa6c6 (patch)
tree48bc179e25fd69b5152b2f751b8689ef72166ea5 /res/client/css/partials
parent51c0d9b0439b13759c59780ff4457e46febf43ac (diff)
client: text_analyser_input: change color of spaces. Fixes #346
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/input-bar.scss4
1 files changed, 2 insertions, 2 deletions
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;
}