Down opacity a bit

This commit is contained in:
SillyLossy
2023-03-27 23:31:42 +03:00
parent ab6b1a2f0f
commit 90b74e20d0
2 changed files with 4 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ function RA_checkOnlineStatus() {
} else {
if (online_status !== undefined && online_status !== "no_connection") {
$("#send_textarea").attr("placeholder", "Type a message..."); //on connect, placeholder tells user to type message
$("#send_form").css("background-color", "rgba(0,0,0,0.7)"); //on connect, form BG changes to transprent black
$("#send_form").css("background-color", "rgba(0,0,0,0.6)"); //on connect, form BG changes to transprent black
$("#API-status-top").removeClass("redOverlayGlow");
connection_made = true;
retry_delay = 100;