diff --git a/style.css b/style.css index 325b4e04172abc614e40c0c15c3500f76aa5af2c..5327e6055ec42c7a2e7f9351e9f670b8eb105327 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; }