Spaces:
Runtime error
Runtime error
File size: 349 Bytes
4ebfc95 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
/* 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;
} |