From 36791cb6af161236e323be4fbc6414b96b4204a9 Mon Sep 17 00:00:00 2001 From: catboxanon <122327233+catboxanon@users.noreply.github.com> Date: Thu, 18 May 2023 14:04:55 -0400 Subject: [PATCH] Fix blinking text of hr and scale res goodbye --- style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }