diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-18 19:58:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 19:58:20 +0000 |
commit | 6837cf6a8d14feb3084301986ae558d86fd8de0d (patch) | |
tree | dcf03064590f5f4142060e7b2651a8fa4fdbba19 /style.css | |
parent | bd877d7b5adb53c4fb3b68361695b0d88aeeb589 (diff) | |
parent | 36791cb6af161236e323be4fbc6414b96b4204a9 (diff) | |
download | stable-diffusion-webui-gfx803-6837cf6a8d14feb3084301986ae558d86fd8de0d.tar.gz stable-diffusion-webui-gfx803-6837cf6a8d14feb3084301986ae558d86fd8de0d.tar.bz2 stable-diffusion-webui-gfx803-6837cf6a8d14feb3084301986ae558d86fd8de0d.zip |
Merge pull request #10520 from catboxanon/dev
Remove blinking effect from text in hires fix and scale resolution preview
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;
}
|