From 3d9606f6da97af827eecc64084582fe4de49e724 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Thu, 2 May 2019 14:00:36 -0700 Subject: [PATCH] ref(chat): use somewhat transparent background --- css/_chat.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/_chat.scss b/css/_chat.scss index 8256ef75e..8cb0906f8 100644 --- a/css/_chat.scss +++ b/css/_chat.scss @@ -120,9 +120,12 @@ } #chat-input { - background-color: $newToolbarBackgroundColor; border-top: 1px solid #A4B8D1; display: flex; + + * { + background-color: transparent; + } } .remoteuser { @@ -134,7 +137,6 @@ } #usermsg { - background-color: $newToolbarBackgroundColor; border: 0px none; border-radius:0; box-shadow: none; @@ -232,7 +234,6 @@ } #smileysarea { - background-color: $newToolbarBackgroundColor; display: flex; max-height: 150px; min-height: 35px;