Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging

This commit is contained in:
Cohee
2023-09-16 16:39:16 +03:00
2 changed files with 4 additions and 2 deletions

View File

@@ -263,7 +263,8 @@ body.no-blur #send_form {
background-color: var(--SmartThemeBlurTintColor) !important; background-color: var(--SmartThemeBlurTintColor) !important;
} }
body.no-blur #options,
/* body.no-blur #options,
body.no-blur .ui-widget-content, body.no-blur .ui-widget-content,
body.no-blur #floatingPrompt, body.no-blur #floatingPrompt,
body.no-blur #extensionsMenu, body.no-blur #extensionsMenu,
@@ -276,6 +277,7 @@ body.no-blur .drawer-content,
body.no-blur .select2-results__options { body.no-blur .select2-results__options {
background-color: black !important; background-color: black !important;
} }
*/
/* wAIfu mode*/ /* wAIfu mode*/

View File

@@ -2882,7 +2882,7 @@
<input id="play_sound_unfocused" type="checkbox" /> <input id="play_sound_unfocused" type="checkbox" />
<span data-i18n="Background Sound Only">Background Sound Only</span> <span data-i18n="Background Sound Only">Background Sound Only</span>
</label> </label>
<label data-newbie-hidden for="fast_ui_mode" class="checkbox_label" title="removes blur and uses alternative background color for divs" data-i18n="[title]removes blur and uses alternative background color for divs"> <label data-newbie-hidden for="fast_ui_mode" class="checkbox_label" title="removes blur from window backgrounds" data-i18n="[title]removes blur from window backgrounds">
<input id="fast_ui_mode" type="checkbox" /> <input id="fast_ui_mode" type="checkbox" />
<span data-i18n="No Blur Effect">No Blur Effect</span> <span data-i18n="No Blur Effect">No Blur Effect</span>
</label> </label>