From d2a32878006f1b074444ea12d9a204d4deafc391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Fri, 14 Jul 2017 20:22:45 -0400 Subject: [PATCH] Fix preview toggle button on Morning --- client/themes/morning.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/themes/morning.css b/client/themes/morning.css index d886db9e..e4bb1474 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -214,13 +214,15 @@ body { /* Embeds */ #chat .toggle-content, #chat .toggle-button { - background: #242a33; color: #f3f3f3; } -#chat .toggle-content img { - float: left; - margin-right: .5em; +#chat .toggle-button:hover { + color: rgba(243, 243, 243, .8); +} + +#chat .toggle-content { + background: #242a33; } #chat .toggle-content .body {