Deep Bot - Twitch Streamer Assistant

Deep Bot => Feature Requests => Topic started by: NickDKOnline on December 19, 2014, 07:15:44 PM

Title: VIP chat popout overlay
Post by: NickDKOnline on December 19, 2014, 07:15:44 PM
Hi there i love the fading chat overlay, but i which there were a version without the gray background so you had 100% transparent background.

I know you can set it up in css, but for some reason changing the Chat_container color works on my laptop but not on my streaming computer ???????

so a version without the gray background would be fantastic.

Thank you
Title: Re: VIP chat popout overlay
Post by: ExpertsOnline on December 19, 2014, 09:39:28 PM
You can do this with CSS:

Code: [Select]
#chat_container {
    background-color: rgba(0, 0, 0, 00) !important;
}
.chat_line {
    color: #000 !important;
}