Spaces:
Running
Running
root
commited on
Commit
·
4050568
1
Parent(s):
1eda12a
add moveImageFromGallery
Browse files
style.css
CHANGED
|
@@ -80,6 +80,45 @@
|
|
| 80 |
font-size: 115%;
|
| 81 |
}
|
| 82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
select {
|
| 84 |
background:#000;
|
| 85 |
color:#fff;
|
|
|
|
| 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;
|