aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-05-18 18:04:55 +0000
committerGitHub <noreply@github.com>2023-05-18 18:04:55 +0000
commit36791cb6af161236e323be4fbc6414b96b4204a9 (patch)
tree21b037c83203a934fd0404e5f8081f5079dc32ff /style.css
parent2e006fa50046440c81e663d0e833a85b35258d41 (diff)
downloadstable-diffusion-webui-gfx803-36791cb6af161236e323be4fbc6414b96b4204a9.tar.gz
stable-diffusion-webui-gfx803-36791cb6af161236e323be4fbc6414b96b4204a9.tar.bz2
stable-diffusion-webui-gfx803-36791cb6af161236e323be4fbc6414b96b4204a9.zip
Fix blinking text of hr and scale res
goodbye
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 325b4e04..5327e605 100644
--- a/style.css
+++ b/style.css
@@ -309,6 +309,11 @@ button.custom-button{
font-weight: bold;
}
+#txtimg_hr_finalres div.pending, #img2img_scale_resolution_preview div.pending {
+ opacity: 1;
+ transition: opacity 0s;
+}
+
.inactive{
opacity: 0.5;
}