AltDiffusion / custom.css
root
add moveImageFromGallery
4ebfc95
raw history blame
No virus
349 Bytes
/* Mask background */
.dark .bg-gray-200{
background-color:rgba(55, 55, 55, 0.105)!important;
}
.cropper-wrap-box, .cropper-canvas{
background-color:rgba(55, 55, 55, 0.105)!important;
}
.cropper-bg {
background: none!important;
}
select {
background:#000;
color:#fff;
}
select * {
background:#373737ff;
color:#9c85fb;
}