aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-08-30 22:09:09 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-08-30 22:09:09 +0000
commitc19eb722e942e6a741fd4368e562693aed42f6d7 (patch)
tree67f90e0652e539f68217a1f225dc8a18e66b6d30
parent7434b3ebccd7498645ee620413422e3e0beb3cf4 (diff)
downloadstable-diffusion-webui-gfx803-c19eb722e942e6a741fd4368e562693aed42f6d7.tar.gz
stable-diffusion-webui-gfx803-c19eb722e942e6a741fd4368e562693aed42f6d7.tar.bz2
stable-diffusion-webui-gfx803-c19eb722e942e6a741fd4368e562693aed42f6d7.zip
fix css for dark interface
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index c91b949c..5906d34d 100644
--- a/style.css
+++ b/style.css
@@ -38,7 +38,7 @@ fieldset span.text-gray-500{
padding: 0 0.5em;
margin: 0;
}
-.dark .gr-panel div.flex-col div.justify-between label{ background-color: rgb(17 24 39); }
+.dark .gr-panel div.flex-col div.justify-between label, .dark label.block span{ background-color: rgb(17 24 39); }
.gr-panel div.flex-col div.justify-between label span{
margin: 0;