Change prompt bg-color. Default client to no help-popup
This commit is contained in:
parent
9d98bb35ee
commit
811a259caf
2 changed files with 5 additions and 2 deletions
|
|
@ -47,7 +47,10 @@ div {margin:0px;}
|
|||
.inp { color: #555 }
|
||||
|
||||
/* Messages returned from the server (most messages) */
|
||||
.out { color: #aaa }
|
||||
.out {
|
||||
color: #aaa;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/* Error messages (red) */
|
||||
.err { color: #f00; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue