Merge pull request #1335 from thelounge/astorije/fix-morning-toggle

Fix preview toggle button background on Morning
This commit is contained in:
Pavel Djundik 2017-07-15 11:42:52 +03:00 committed by GitHub
commit 244d0f84f8

View File

@ -214,13 +214,15 @@ body {
/* Embeds */
#chat .toggle-content,
#chat .toggle-button {
background: #242a33;
color: #f3f3f3;
}
#chat .toggle-content img {
float: left;
margin-right: .5em;
#chat .toggle-button:hover {
color: rgba(243, 243, 243, .8);
}
#chat .toggle-content {
background: #242a33;
}
#chat .toggle-content .body {