mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 14:45:06 +03:00
some minor improvements for dark mode UI
This commit is contained in:
parent
a1cf55a9d1
commit
fda1ed1843
@ -208,20 +208,20 @@ button{
|
|||||||
|
|
||||||
fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block span{
|
fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block span{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -0.5em;
|
top: -0.7em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
|
|
||||||
background-color: white;
|
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;
|
z-index: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark fieldset span.text-gray-500, .dark .gr-block.gr-box span.text-gray-500, .dark label.block span{
|
.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);
|
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{
|
#txt2img_column_batch, #img2img_column_batch{
|
||||||
|
Loading…
Reference in New Issue
Block a user