mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 = {
|
||||
"gagprompt": True, # Gags prompt from the output window and keep them
|
||||
# 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
|
||||
# popup windows
|
||||
"notification_sound": False # Plays a sound for notifications of new
|
||||
|
|
|
|||
|
|
@ -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