aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-05-18 14:04:55 -0400
committerGitHub <noreply@github.com>2023-05-18 14:04:55 -0400
commit36791cb6af161236e323be4fbc6414b96b4204a9 (patch)
tree21b037c83203a934fd0404e5f8081f5079dc32ff /style.css
parent2e006fa50046440c81e663d0e833a85b35258d41 (diff)
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;
}