| commit | c9dcc7888096394108fc3524cea5b6c90a1f6064 | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Thu Jun 19 22:42:49 2014 -0700 |
| committer | Scott Baker <smbaker@gmail.com> | Thu Jun 19 22:42:49 2014 -0700 |
| tree | cb7d4c489cdf8fe986c117ad4c64cfbccee3f3f9 | |
| parent | 8f1cae3f8ee2e2ec58a3c1554db6c4c17f3eb48e [diff] [blame] |
better colors and fonts for terminal
diff --git a/planetstack/core/static/shell/constants.js b/planetstack/core/static/shell/constants.js index 5231cda..97b690a 100644 --- a/planetstack/core/static/shell/constants.js +++ b/planetstack/core/static/shell/constants.js
@@ -14,7 +14,7 @@ linePrompt += "<span class='prompt'>.</span>"; } } - return "<div class='line'>" + + return "<div class='terminal_line'>" + linePrompt + "<input type='text' class='readLine active' />" + "</div>";