Unverified Commit 36791cb6 authored by catboxanon's avatar catboxanon Committed by GitHub
Browse files

Fix blinking text of hr and scale res

goodbye
parent 2e006fa5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
}