From 15938f169c4f89a769ccef7365f1f5bac3e015d4 Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Wed, 3 Jul 2019 23:00:01 -0400 Subject: [PATCH] patch fix for the open panel color on dark theme vs light theme. --- app/javascript/styles/gabsocial/components.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index c2ff9717..0b23e981 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -2571,7 +2571,8 @@ a.status-card.compact:hover { } .column-header__collapsible-inner { - background: #e6e6e6; + background: #3f3f3f; + body.theme-gabsocial-light & {background: #e6e6e6;} padding: 15px; }