autocompletion support for terminal

This commit is contained in:
Val Erastov 2016-11-24 02:33:17 -08:00
parent 0b6534ded2
commit a44e6b3f41

View file

@ -255,6 +255,7 @@ html, body {
#commands .content {
color: #C4E1A4;
font-family: Monospace;
font-size: 11px
}
.terminal-output-area {
@ -298,6 +299,10 @@ html, body {
color: #777777;
}
.autocomplete-area {
font-style: italic;
}
input[type=checkbox], input[type=radio] {
vertical-align: middle;
}