the lounge chat window text fix

This commit is contained in:
gilbn 2020-01-22 19:12:31 +01:00
parent 66b4cfb008
commit b8de2633d8

View File

@ -53,6 +53,9 @@
#chat .content, #windows #chat .header, #chat .user-mode::before, #chat .userlist { #chat .content, #windows #chat .header, #chat .user-mode::before, #chat .userlist {
border-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.08);
} }
#chat .msg[data-type=motd] .text {
background: rgba(255, 255, 255, 0.08);
}
/* Dropdown menu */ /* Dropdown menu */
#context-menu, .textcomplete-menu { #context-menu, .textcomplete-menu {