Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2023-04-19 13:18:20 +02:00
parent adae4065d9
commit 7622f1cd49
1 changed files with 5 additions and 0 deletions

View File

@ -895,6 +895,11 @@ body::after {
/* ---- 6.2. MESSAGES ---- */
.clickableAction-2q3H52:hover .action-3oG-si, /* guidancechannel options */
.row--LCpto:hover {
background-color: rgba(var(--transparencycolor), .4);
}
.emptyChannelIcon-1YdEz2 { /* welcomemessage empty channelicon */
background-color: rgba(var(--transparencycolor), .4);
}