aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-18 22:58:20 +0300
committerGitHub <noreply@github.com>2023-05-18 22:58:20 +0300
commit6837cf6a8d14feb3084301986ae558d86fd8de0d (patch)
treedcf03064590f5f4142060e7b2651a8fa4fdbba19
parentbd877d7b5adb53c4fb3b68361695b0d88aeeb589 (diff)
parent36791cb6af161236e323be4fbc6414b96b4204a9 (diff)
Merge pull request #10520 from catboxanon/dev
Remove blinking effect from text in hires fix and scale resolution preview
-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;
}