diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-09 11:57:47 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-09 11:57:47 +0000 |
commit | d4fd2418efb0986a8226add0b800fb5c73ffb58c (patch) | |
tree | fb9e9f66ce779f87e0d783e8e00a7f1fbbdc60e1 /style.css | |
parent | 8850fc23b6e8a8e210bdfe4aade81516fb5770f3 (diff) | |
download | stable-diffusion-webui-gfx803-d4fd2418efb0986a8226add0b800fb5c73ffb58c.tar.gz stable-diffusion-webui-gfx803-d4fd2418efb0986a8226add0b800fb5c73ffb58c.tar.bz2 stable-diffusion-webui-gfx803-d4fd2418efb0986a8226add0b800fb5c73ffb58c.zip |
add an option to use old hiresfix width/height behavior
add a visual effect to inactive hires fix elements
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -670,6 +670,10 @@ footer { min-width: auto;
}
+.inactive{
+ opacity: 0.5;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running
|