diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 10:13:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 10:13:12 +0200 |
| commit | 51c0d9b0439b13759c59780ff4457e46febf43ac (patch) | |
| tree | 5b92e6054074ef362efc8d9e9962153fe6752ba9 /res/client/css/partials | |
| parent | 719fe131138c4bc78264c6fc8bdbc2cd05cca06d (diff) | |
client/textanalyser_input: use classes
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index 6669aa93..0a4345c9 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -137,3 +137,19 @@ .ui-helper-hidden-accessible > div { color: $dark-grey; } + +.analyser-span-node { + color: blue; +} + +.analyser-span-link { + color: red; +} + +.analyser-span-space-node-link { + color: black; +} + +.analyser-span-space-link-node { + color: black; +} |
