Fix blinking text of hr and scale res

goodbye
This commit is contained in:
catboxanon 2023-05-18 14:04:55 -04:00 committed by GitHub
parent 2e006fa500
commit 36791cb6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}