diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-05-18 14:04:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 14:04:55 -0400 |
commit | 36791cb6af161236e323be4fbc6414b96b4204a9 (patch) | |
tree | 21b037c83203a934fd0404e5f8081f5079dc32ff | |
parent | 2e006fa50046440c81e663d0e833a85b35258d41 (diff) |
Fix blinking text of hr and scale res
goodbye
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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;
}
|