Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
139414f
1
Parent(s):
4050568
add moveImageFromGallery
Browse files
style.css
CHANGED
@@ -78,53 +78,4 @@
|
|
78 |
margin: 1.25em 0 .25em 0;
|
79 |
font-weight: bold;
|
80 |
font-size: 115%;
|
81 |
-
}
|
82 |
-
|
83 |
-
|
84 |
-
/* Generation paramters */
|
85 |
-
#highlight > div.textfield.bg-white.dark\:bg-transparent.rounded-sm.text-sm.box-border.max-w-full.break-word.leading-7.mt-7 > span:nth-child(2){
|
86 |
-
background: none!important;
|
87 |
-
color: white!important;
|
88 |
-
}
|
89 |
-
#highlight > div.textfield.bg-white.dark\:bg-transparent.rounded-sm.text-sm.box-border.max-w-full.break-word.leading-7.mt-7 > span:nth-child(4){
|
90 |
-
background: none!important;
|
91 |
-
color: white!important;
|
92 |
-
}
|
93 |
-
#highlight > div.textfield.bg-white.dark\:bg-transparent.rounded-sm.text-sm.box-border.max-w-full.break-word.leading-7.mt-7 > span:nth-child(6){
|
94 |
-
background: none!important;
|
95 |
-
color: white!important;
|
96 |
-
}
|
97 |
-
#highlight > div.textfield.bg-white.dark\:bg-transparent.rounded-sm.text-sm.box-border.max-w-full.break-word.leading-7.mt-7 > span:nth-child(8){
|
98 |
-
background: none!important;
|
99 |
-
color: white!important;
|
100 |
-
}
|
101 |
-
#highlight > div.textfield.bg-white.dark\:bg-transparent.rounded-sm.text-sm.box-border.max-w-full.break-word.leading-7.mt-7 > span:nth-child(10){
|
102 |
-
background: none!important;
|
103 |
-
color: white!important;
|
104 |
-
}
|
105 |
-
#highlight > div.textfield.bg-white.dark\:bg-transparent.rounded-sm.text-sm.box-border.max-w-full.break-word.leading-7.mt-7 > span:nth-child(12){
|
106 |
-
background: none!important;
|
107 |
-
color: white!important;
|
108 |
-
}
|
109 |
-
|
110 |
-
|
111 |
-
/* Mask background */
|
112 |
-
.dark .bg-gray-200{
|
113 |
-
background-color:rgba(55, 55, 55, 0.105)!important;
|
114 |
-
}
|
115 |
-
.cropper-wrap-box, .cropper-canvas{
|
116 |
-
background-color:rgba(55, 55, 55, 0.105)!important;
|
117 |
-
}
|
118 |
-
.cropper-bg {
|
119 |
-
background: none!important;
|
120 |
-
}
|
121 |
-
|
122 |
-
select {
|
123 |
-
background:#000;
|
124 |
-
color:#fff;
|
125 |
-
}
|
126 |
-
|
127 |
-
select * {
|
128 |
-
background:#373737ff;
|
129 |
-
color:#9c85fb;
|
130 |
}
|
|
|
78 |
margin: 1.25em 0 .25em 0;
|
79 |
font-weight: bold;
|
80 |
font-size: 115%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
}
|