diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-05-18 18:04:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 18:04:55 +0000 |
commit | 36791cb6af161236e323be4fbc6414b96b4204a9 (patch) | |
tree | 21b037c83203a934fd0404e5f8081f5079dc32ff /style.css | |
parent | 2e006fa50046440c81e663d0e833a85b35258d41 (diff) | |
download | stable-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.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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;
}
|