mirror of
https://github.com/xibyte/jsketcher
synced 2026-02-25 16:52:40 +01:00
autocompletion support for terminal
This commit is contained in:
parent
0b6534ded2
commit
a44e6b3f41
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue