Improve readability of chats

This commit is contained in:
SillyLossy
2023-03-27 23:07:21 +03:00
parent 190bfdd3f4
commit 1d7c63ee77
2 changed files with 3 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.5)"); //on connect, form BG changes to transprent black
$("#send_form").css("background-color", "rgba(0,0,0,0.7)"); //on connect, form BG changes to transprent black
$("#API-status-top").removeClass("redOverlayGlow");
connection_made = true;
retry_delay = 100;

View File

@@ -190,7 +190,7 @@ margin-top:5px;
border-left: 1px solid var(--grey30a);
border-right: 1px solid var(--grey30a);
backdrop-filter: blur(10px);
background-color: var(--black50a);
background-color: var(--black70a);
-webkit-backdrop-filter: blur(10px);
text-shadow: #000 0 0 3px;
scrollbar-width: thin;
@@ -2487,7 +2487,7 @@ a {
left: auto;
padding: 0 10px;
backdrop-filter: blur(10px);
background-color: var(--black50a);
background-color: var(--black70a);
-webkit-backdrop-filter: blur(10px);
z-index: 3000;
white-space: nowrap;