remove sendForm disconnected coloring, tweak CSS to accomodate light themes

d4c8b5c9dad8c2a58f7f101a75188336ebec0737

RossAscends <124905043+RossAscends@users.noreply.github.com>

3 files changed, +12 -10Ignore whitespace
public/css/toggle-dependent.css+2 -2
@@ -340,9 +340,9 @@ body.no-blur * {
340340 backdrop-filter: unset !important;
341341}
342342
343343/* body.no-blur #send_form.no-connection {
344344 background-color: rgba(100, 0, 0, 0.9) !important;
345-}
345+} */
346346
347347body.no-blur #bg1,
348348body.no-blur #bg_custom {
public/scripts/RossAscends-mods.js+2 -2
@@ -314,7 +314,7 @@ function RA_checkOnlineStatus() {
314314 if (online_status == 'no_connection') {
315315 const send_textarea = $('#send_textarea');
316316 send_textarea.attr('placeholder', send_textarea.attr('no_connection_text')); //Input bar placeholder tells users they are not connected
317317 //$('#send_form').addClass('no-connection'); //entire input form area is red when not connected
318318 $('#send_but').addClass('displayNone'); //send button is hidden when not connected;
319319 $('#mes_continue').addClass('displayNone'); //continue button is hidden when not connected;
320320 $('#mes_impersonate').addClass('displayNone'); //continue button is hidden when not connected;
@@ -325,7 +325,7 @@ function RA_checkOnlineStatus() {
325325 if (online_status !== undefined && online_status !== 'no_connection') {
326326 const send_textarea = $('#send_textarea');
327327 send_textarea.attr('placeholder', send_textarea.attr('connected_text')); //on connect, placeholder tells user to type message
328328 //$('#send_form').removeClass('no-connection');
329329 $('#API-status-top').removeClass('fa-plug-circle-exclamation redOverlayGlow');
330330 $('#API-status-top').addClass('fa-plug');
331331 connection_made = true;
public/style.css+8 -6
@@ -690,9 +690,9 @@ opacity:0;
690690 backdrop-filter: blur(var(--SmartThemeBlurStrength));
691691}
692692
693693/* #send_form.no-connection {
694694 background-color: var(--crimson70a) !important;
695-}
695+} */
696696
697697#nonQRFormItems {
698698 padding: 0;
@@ -2962,10 +2962,11 @@ input[type=search]:focus::-webkit-search-cancel-button {
29622962 bottom: 0;
29632963 position: relative;
29642964 word-break: break-word;
29652965 background-color: var(--black50aSmartThemeBlurTintColor);
29662966 font-size: calc(var(--fontScale) * 0.9em);
29672967 max-height: 50%;
29682968 overflow-y: clip;
2969+ border-radius: 0 0 7px 7px;
29692970}
29702971
29712972.bg_example[custom="true"] .BGSampleTitle {
@@ -3432,7 +3433,7 @@ grammarly-extension {
34323433
34333434.menu_button {
34343435 color: var(--SmartThemeBodyColor);
34353436 background-color: var(--black50aSmartThemeBlurTintColor);
34363437 border: 1px solid var(--SmartThemeBorderColor);
34373438 border-radius: 5px;
34383439 padding: 3px 5px;
@@ -3962,8 +3963,8 @@ input[type="range"]::-webkit-slider-thumb {
39623963 opacity: 0.5;
39633964 margin: 0 5px;
39643965 text-align: center;
39653966 /* border-radius: 100%;
39663967 box-shadow: 0 0 3px black; */
39673968 transition: all 250ms;
39683969}
39693970
@@ -4551,6 +4552,7 @@ h2 {
45514552
45524553a {
45534554 color: orange;
4555+ color: var(--SmartThemeQuoteColor);
45544556 text-decoration: none;
45554557}
45564558