From b1ab1451ec7412ed759e819200c9439499534c44 Mon Sep 17 00:00:00 2001
From: RossAscends <124905043+RossAscends@users.noreply.github.com>
Date: Fri, 22 Sep 2023 16:54:51 +0900
Subject: [PATCH] separate chat and menu background color selection
---
public/css/toggle-dependent.css | 17 -----------------
public/index.html | 12 ++++++------
public/scripts/power-user.js | 15 +++++++++++++++
public/style.css | 5 +++--
4 files changed, 24 insertions(+), 25 deletions(-)
diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css
index cfc801786..9dac7e9d8 100644
--- a/public/css/toggle-dependent.css
+++ b/public/css/toggle-dependent.css
@@ -257,28 +257,11 @@ body.no-blur #bg_custom {
}
-body:not(.bubblechat).no-blur #chat,
body.no-blur #top-bar,
body.no-blur #send_form {
background-color: var(--SmartThemeBlurTintColor) !important;
}
-
-/* body.no-blur #options,
-body.no-blur .ui-widget-content,
-body.no-blur #floatingPrompt,
-body.no-blur #extensionsMenu,
-body.no-blur .list-group,
-body.no-blur #character_popup,
-body.no-blur #world_popup,
-body.no-blur #dialogue_popup,
-body.no-blur #select_chat_popup,
-body.no-blur .drawer-content,
-body.no-blur .select2-results__options {
- background-color: black !important;
-}
- */
-
/* wAIfu mode*/
body.waifuMode #top-bar {
diff --git a/public/index.html b/public/index.html
index 4bafe9c99..ac49649d3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2721,13 +2721,13 @@