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
1 changed files with 6 additions and 4 deletions

View File

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