make background semi-transparent not black;

master
DepFA 3 years ago committed by AUTOMATIC1111
parent 1a51337077
commit a66d857345

@ -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…
Cancel
Save