free coloring even Blur turned off

This commit is contained in:
RossAscends 2023-09-16 22:36:05 +09:00
parent 2d774f32b2
commit 2214f284fa
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;
}
body.no-blur #options,
/* body.no-blur #options,
body.no-blur .ui-widget-content,
body.no-blur #floatingPrompt,
body.no-blur #extensionsMenu,
@ -276,6 +277,7 @@ body.no-blur .drawer-content,
body.no-blur .select2-results__options {
background-color: black !important;
}
*/
/* wAIfu mode*/

View File

@ -2882,7 +2882,7 @@
<input id="play_sound_unfocused" type="checkbox" />
<span data-i18n="Background Sound Only">Background Sound Only</span>
</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" />
<span data-i18n="No Blur Effect">No Blur Effect</span>
</label>