Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
4ebfc95
1
Parent(s):
8be8d19
add moveImageFromGallery
Browse files- custom.css +20 -0
custom.css
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Mask background */
|
2 |
+
.dark .bg-gray-200{
|
3 |
+
background-color:rgba(55, 55, 55, 0.105)!important;
|
4 |
+
}
|
5 |
+
.cropper-wrap-box, .cropper-canvas{
|
6 |
+
background-color:rgba(55, 55, 55, 0.105)!important;
|
7 |
+
}
|
8 |
+
.cropper-bg {
|
9 |
+
background: none!important;
|
10 |
+
}
|
11 |
+
|
12 |
+
select {
|
13 |
+
background:#000;
|
14 |
+
color:#fff;
|
15 |
+
}
|
16 |
+
|
17 |
+
select * {
|
18 |
+
background:#373737ff;
|
19 |
+
color:#9c85fb;
|
20 |
+
}
|