Started work on chat autocomplete
This commit is contained in:
parent
6cb7a6223e
commit
8f45048ab6
8 changed files with 193 additions and 92 deletions
|
|
@ -287,6 +287,11 @@ p.channel-guide-entry-item{
|
|||
background-color: var(--bg2);
|
||||
}
|
||||
|
||||
#chat-panel-prompt-autocomplete{
|
||||
color: var(--focus0);
|
||||
text-shadow: var(--focus-glow0-alt0);
|
||||
}
|
||||
|
||||
.chat-entry{
|
||||
background-color: var(--bg2);
|
||||
border-bottom: 1px solid var(--bg2-alt1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue