mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
free coloring even Blur turned off
This commit is contained in:
@ -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*/
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user