patch fix for the open panel color on dark theme vs light theme.

This commit is contained in:
Dank Gabs 2019-07-03 23:00:01 -04:00
parent 3f2958289b
commit 15938f169c
1 changed files with 2 additions and 1 deletions

View File

@ -2571,7 +2571,8 @@ a.status-card.compact:hover {
} }
.column-header__collapsible-inner { .column-header__collapsible-inner {
background: #e6e6e6; background: #3f3f3f;
body.theme-gabsocial-light & {background: #e6e6e6;}
padding: 15px; padding: 15px;
} }