From 9937fcdbf9f6598b6f8d664725be088fe87691af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 12 Jul 2017 02:56:58 -0400 Subject: [PATCH] Fix background of toggle button and margin glitch of toggle body on Zenburn --- client/themes/zenburn.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index a3f3e05e..4de2a330 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -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 {