Commit a66d8573 authored by DepFA's avatar DepFA Committed by AUTOMATIC1111

make background semi-transparent not black;

parent 1a513370
...@@ -206,7 +206,7 @@ input[type="range"]{ ...@@ -206,7 +206,7 @@ input[type="range"]{
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
background-color: black; background-color: rgba(20, 20, 20, 0.95);
} }
.modalClose { .modalClose {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment