Merge pull request #1324 from thelounge/astorije/fix-zenburn-previews

Fix background of toggle button and margin glitch of toggle body on Zenburn
This commit is contained in:
Jérémie Astori 2017-07-12 03:51:22 -04:00 committed by GitHub
commit 2e3101547e

View File

@ -241,13 +241,15 @@ body {
#chat .toggle-content,
#chat .toggle-button {
background: #333;
color: #dcdccc;
}
#chat .toggle-content img {
float: left;
margin-right: .5em;
#chat .toggle-button:hover {
color: rgba(220, 220, 204, .8);
}
#chat .toggle-content {
background: #333;
}
#chat .toggle-content .body {