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 02:56:58 -04:00
parent a8643ea5af
commit 9937fcdbf9
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

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 {