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
|
|
@ -820,7 +820,7 @@ WEBCLIENT_TEMPLATE = 'webclient'
|
||||||
WEBCLIENT_OPTIONS = {
|
WEBCLIENT_OPTIONS = {
|
||||||
"gagprompt": True, # Gags prompt from the output window and keep them
|
"gagprompt": True, # Gags prompt from the output window and keep them
|
||||||
# together with the input bar
|
# together with the input bar
|
||||||
"helppopup": True, # Shows help files in a new popup window
|
"helppopup": False, # Shows help files in a new popup window
|
||||||
"notification_popup": False, # Shows notifications of new messages as
|
"notification_popup": False, # Shows notifications of new messages as
|
||||||
# popup windows
|
# popup windows
|
||||||
"notification_sound": False # Plays a sound for notifications of new
|
"notification_sound": False # Plays a sound for notifications of new
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,10 @@ div {margin:0px;}
|
||||||
.inp { color: #555 }
|
.inp { color: #555 }
|
||||||
|
|
||||||
/* Messages returned from the server (most messages) */
|
/* Messages returned from the server (most messages) */
|
||||||
.out { color: #aaa }
|
.out {
|
||||||
|
color: #aaa;
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
/* Error messages (red) */
|
/* Error messages (red) */
|
||||||
.err { color: #f00; }
|
.err { color: #f00; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue