diff options
author | Riccardo Giovanetti <29801031+Harvester62@users.noreply.github.com> | 2022-11-01 07:27:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 07:27:34 +0000 |
commit | 68c486be614284a68a0f6b9792f0838e616b917e (patch) | |
tree | 2f1d5e07d198156f22748c2ffbd1ad4ad70e4906 /style.css | |
parent | 8cc20f90f485b054699a2d1e96e29bbc891265ae (diff) | |
parent | 5b0f624bdc1335313258f59a37607e699e800c22 (diff) | |
download | stable-diffusion-webui-gfx803-68c486be614284a68a0f6b9792f0838e616b917e.tar.gz stable-diffusion-webui-gfx803-68c486be614284a68a0f6b9792f0838e616b917e.tar.bz2 stable-diffusion-webui-gfx803-68c486be614284a68a0f6b9792f0838e616b917e.zip |
Merge branch 'AUTOMATIC1111:master' into Italian
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -532,16 +532,16 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h /* Extensions */
-#extensions{
+#tab_extensions table{
border-collapse: collapse;
}
-#extensions td, #extensions th{
+#tab_extensions table td, #tab_extensions table th{
border: 1px solid #ccc;
padding: 0.25em 0.5em;
}
-#extensions input[type="checkbox"]{
+#tab_extensions table input[type="checkbox"]{
margin-right: 0.5em;
}
@@ -549,6 +549,9 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h 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.
|