mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Input bar now themed correctly
This commit is contained in:
@@ -208,7 +208,7 @@ function RA_checkOnlineStatus() {
|
|||||||
} else {
|
} else {
|
||||||
if (online_status !== undefined && online_status !== "no_connection") {
|
if (online_status !== undefined && online_status !== "no_connection") {
|
||||||
$("#send_textarea").attr("placeholder", "Type a message..."); //on connect, placeholder tells user to type message
|
$("#send_textarea").attr("placeholder", "Type a message..."); //on connect, placeholder tells user to type message
|
||||||
const formColor = power_user.fast_ui_mode ? "var(--black90a)" : "var(--black60a)";
|
const formColor = power_user.fast_ui_mode ? "var(--SmartThemeFastUIBGColor)" : "var(--SmartThemeBlurTintColor)";
|
||||||
/* console.log("RA-AC -- connected, coloring input as " + formColor); */
|
/* console.log("RA-AC -- connected, coloring input as " + formColor); */
|
||||||
$('#send_form').removeClass("no-connection");
|
$('#send_form').removeClass("no-connection");
|
||||||
$("#send_form").css("background-color", formColor); //on connect, form BG changes to transprent black
|
$("#send_form").css("background-color", formColor); //on connect, form BG changes to transprent black
|
||||||
|
Reference in New Issue
Block a user