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