From 2d6b86fd00c84dd69aeec0f394dae12cbdea573b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 27 Oct 2020 13:58:40 +0100 Subject: [PATCH] Update DiscordRecolor.css --- Themes/DiscordRecolor/DiscordRecolor.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 713771b38f..7c5db57175 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -3952,7 +3952,8 @@ html .floating-window-content { background: var(--background-tertiary); color: var(--header-primary); } -html #bd-editor-controls { +html #bd-editor-controls, +html .floating-window #bd-editor-controls { box-shadow: unset; height: 32px; padding: 0; @@ -3960,7 +3961,7 @@ html #bd-editor-controls { html #bd-editor-panel #bd-editor-controls { background: var(--background-primary); } -html .floating-window #bd-editor-controls { +html .floating-window #bd-editor-panel #bd-editor-controls { background: var(--background-tertiary); } html .controls-section,