Fix Chat texarea and change font on Nav

This commit is contained in:
Mandar
2021-03-13 02:56:18 +01:00
parent d043949b0f
commit 676898117a
5 changed files with 13 additions and 6 deletions

View File

@@ -199,6 +199,9 @@ button {
}
// Chat
#chat-form textarea {
color: $black;
}
#chat-form textarea,
.chat-message,
.blind,
@@ -206,6 +209,9 @@ button {
#chat-controls .roll-type-select,
.header-search input {
background: transparent url("../assets/ui/chat-texture.webp") no-repeat;
&:focus {
background: #f0f0e0 url("../assets/ui/chat-texture.webp") no-repeat;
}
}
.header-search input[name="search"] {
background-color: $l5r5e-chat-color;