aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-03 09:01:32 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-03 09:01:32 +0000
commitfda1ed184381fdf8aa81be4f64e77787f3fac1b2 (patch)
tree4507ef63ca870c64ff84186d7ebf381af537d16d
parenta1cf55a9d1c82f8e56c00d549bca5c8fa069f412 (diff)
downloadstable-diffusion-webui-gfx803-fda1ed184381fdf8aa81be4f64e77787f3fac1b2.tar.gz
stable-diffusion-webui-gfx803-fda1ed184381fdf8aa81be4f64e77787f3fac1b2.tar.bz2
stable-diffusion-webui-gfx803-fda1ed184381fdf8aa81be4f64e77787f3fac1b2.zip
some minor improvements for dark mode UI
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 86a265f6..7296ce91 100644
--- a/style.css
+++ b/style.css
@@ -208,20 +208,20 @@ button{
fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block span{
position: absolute;
- top: -0.5em;
+ top: -0.7em;
line-height: 1.2em;
padding: 0;
margin: 0 0.5em;
background-color: white;
- box-shadow: 0 0 5px 5px white;
+ box-shadow: 6px 0 6px 0px white, -6px 0 6px 0px white;
z-index: 300;
}
.dark fieldset span.text-gray-500, .dark .gr-block.gr-box span.text-gray-500, .dark label.block span{
background-color: rgb(31, 41, 55);
- box-shadow: 0 0 5px 5px rgb(31, 41, 55);
+ box-shadow: 6px 0 6px 0px rgb(31, 41, 55), -6px 0 6px 0px rgb(31, 41, 55);
}
#txt2img_column_batch, #img2img_column_batch{