diff options
author | Muhammad Rizqi Nur <rizqinur2010@gmail.com> | 2022-11-01 17:25:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 17:25:08 +0000 |
commit | f8c6468d42e1202f7aeaeb961ab003aa0a2daf99 (patch) | |
tree | a2542ce9bd8bba1e8aa93acd510a12ca8a0b344f /style.css | |
parent | 7c8c3715f552378cf81ad28f26fad92b37bd153d (diff) | |
parent | 198a1ffcfc963a3d74674fad560e87dbebf7949f (diff) | |
download | stable-diffusion-webui-gfx803-f8c6468d42e1202f7aeaeb961ab003aa0a2daf99.tar.gz stable-diffusion-webui-gfx803-f8c6468d42e1202f7aeaeb961ab003aa0a2daf99.tar.bz2 stable-diffusion-webui-gfx803-f8c6468d42e1202f7aeaeb961ab003aa0a2daf99.zip |
Merge branch 'master' into vae-picker
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -530,6 +530,29 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h min-height: 480px !important;
}
+/* Extensions */
+
+#tab_extensions table{
+ border-collapse: collapse;
+}
+
+#tab_extensions table td, #tab_extensions table th{
+ border: 1px solid #ccc;
+ padding: 0.25em 0.5em;
+}
+
+#tab_extensions table input[type="checkbox"]{
+ margin-right: 0.5em;
+}
+
+#tab_extensions button{
+ max-width: 16em;
+}
+
+#tab_extensions input[disabled="disabled"]{
+ 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
@@ -607,4 +630,4 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section right: unset;
left: 0.5em;
}
-}
+}
\ No newline at end of file |