mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
make background semi-transparent not black;
This commit is contained in:
parent
1a51337077
commit
a66d857345
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ input[type="range"]{
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background-color: black;
|
||||
background-color: rgba(20, 20, 20, 0.95);
|
||||
}
|
||||
|
||||
.modalClose {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue