Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-05-22 19:28:48 +02:00
parent 8f7665810e
commit b64f03e337
1 changed files with 11 additions and 1 deletions

View File

@ -1283,7 +1283,17 @@ body::before {
}
.base-gE7OpD { /* textarea typingusers */
color: var(--text-normal);
background-color: rgba(var(--transparencycolor), .3);
border-radius: 5px;
bottom: 0;
height: 22px;
line-height: 32px;
}
.chatCounter-XOMPsh { /* textarea char counter */
background-color: rgba(var(--transparencycolor), .3);
border-radius: 5px;
padding: 4px;
bottom: calc(-1.3em - 4px);
}
.wrapper-39oAo3 { /* textarea placeholder */