Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2023-10-27 17:06:27 +02:00
parent 7cd981b509
commit e91c20c6f5
1 changed files with 5 additions and 1 deletions

View File

@ -1514,11 +1514,15 @@ button.button__4f306.enabled__470f0:hover svg {
border-top-color: var(--background-modifier-accent);
}
.container__08420 { /* textarea reply */
.attachedBars_da3c74 { /* textarea reply */
background: rgba(var(--transparencycolor), .3);
border: none;
border-bottom: 1px solid var(--background-modifier-accent);
}
.replyBar_b64d74,
.threadSuggestionBar_b633f7 {
background: transparent;
}
.scrollableContainer__33e06 { /* textarea container */
background-color: rgba(var(--transparencycolor), .3);