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 {