@innovastudio/contentbuilder 1.0.30 → 1.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +1913 -0
  2. package/license.txt +80 -0
  3. package/package.json +40 -19
  4. package/public/contentbuilder/config.js +8 -0
  5. package/public/contentbuilder/contentbuilder.css +4282 -0
  6. package/public/contentbuilder/contentbuilder.esm.js +59500 -0
  7. package/public/contentbuilder/contentbuilder.min.js +122 -0
  8. package/public/contentbuilder/lang/en.js +299 -0
  9. package/public/contentbuilder/lang/fr.js +299 -0
  10. package/public/contentbuilder/plugins/buttoneditor/images/a.jpg +0 -0
  11. package/public/contentbuilder/plugins/buttoneditor/images/b.jpg +0 -0
  12. package/public/contentbuilder/plugins/buttoneditor/images/c.jpg +0 -0
  13. package/public/contentbuilder/plugins/buttoneditor/images/d.jpg +0 -0
  14. package/public/contentbuilder/plugins/buttoneditor/images/e.jpg +0 -0
  15. package/public/contentbuilder/plugins/buttoneditor/images/f.jpg +0 -0
  16. package/public/contentbuilder/plugins/buttoneditor/images/g.jpg +0 -0
  17. package/public/contentbuilder/plugins/buttoneditor/images/h.jpg +0 -0
  18. package/public/contentbuilder/plugins/buttoneditor/plugin.js +1566 -0
  19. package/public/contentbuilder/plugins/buttoneditor/readme.txt +7 -0
  20. package/public/contentbuilder/plugins/helloworld/plugin.js +15 -0
  21. package/public/contentbuilder/plugins/helloworld/readme.txt +23 -0
  22. package/public/contentbuilder/plugins/preview/plugin.js +301 -0
  23. package/public/contentbuilder/plugins/preview/readme.txt +23 -0
  24. package/public/contentbuilder/plugins/searchreplace/plugin.js +458 -0
  25. package/public/contentbuilder/plugins/searchreplace/readme.txt +23 -0
  26. package/public/contentbuilder/plugins/searchreplace/searchreplace.html +264 -0
  27. package/public/contentbuilder/plugins/showgrid/plugin.js +73 -0
  28. package/public/contentbuilder/plugins/showgrid/readme.txt +23 -0
  29. package/public/contentbuilder/plugins/symbols/plugin.js +2876 -0
  30. package/public/contentbuilder/plugins/symbols/readme.txt +23 -0
  31. package/public/contentbuilder/plugins/wordcount/plugin.js +75 -0
  32. package/public/contentbuilder/plugins/wordcount/readme.txt +23 -0
  33. package/public/contentbuilder/themes/colored-blue.css +1125 -0
  34. package/public/contentbuilder/themes/colored-blue2.css +1125 -0
  35. package/public/contentbuilder/themes/colored-blue3.css +1125 -0
  36. package/public/contentbuilder/themes/colored-blue4.css +1125 -0
  37. package/public/contentbuilder/themes/colored-blue5.css +1125 -0
  38. package/public/contentbuilder/themes/colored-blue6.css +1125 -0
  39. package/public/contentbuilder/themes/colored-blue7.css +1125 -0
  40. package/public/contentbuilder/themes/colored-blue8.css +1125 -0
  41. package/public/contentbuilder/themes/colored-dark.css +1125 -0
  42. package/public/contentbuilder/themes/colored-darkblue.css +1125 -0
  43. package/public/contentbuilder/themes/colored-gray.css +1125 -0
  44. package/public/contentbuilder/themes/colored-green.css +1125 -0
  45. package/public/contentbuilder/themes/colored-green2.css +1125 -0
  46. package/public/contentbuilder/themes/colored-green3.css +1125 -0
  47. package/public/contentbuilder/themes/colored-green4.css +1125 -0
  48. package/public/contentbuilder/themes/colored-green5.css +1125 -0
  49. package/public/contentbuilder/themes/colored-magenta.css +1125 -0
  50. package/public/contentbuilder/themes/colored-orange.css +1125 -0
  51. package/public/contentbuilder/themes/colored-orange2.css +1125 -0
  52. package/public/contentbuilder/themes/colored-orange3.css +1125 -0
  53. package/public/contentbuilder/themes/colored-pink.css +1125 -0
  54. package/public/contentbuilder/themes/colored-pink2.css +1125 -0
  55. package/public/contentbuilder/themes/colored-pink3.css +1125 -0
  56. package/public/contentbuilder/themes/colored-pink4.css +1125 -0
  57. package/public/contentbuilder/themes/colored-purple.css +1125 -0
  58. package/public/contentbuilder/themes/colored-purple2.css +1125 -0
  59. package/public/contentbuilder/themes/colored-red.css +1125 -0
  60. package/public/contentbuilder/themes/colored-red2.css +1125 -0
  61. package/public/contentbuilder/themes/colored-red3.css +1125 -0
  62. package/public/contentbuilder/themes/colored-red4.css +1125 -0
  63. package/public/contentbuilder/themes/colored-red5.css +1125 -0
  64. package/public/contentbuilder/themes/colored-yellow.css +1125 -0
  65. package/public/contentbuilder/themes/colored-yellow2.css +1125 -0
  66. package/public/contentbuilder/themes/dark-blue.css +1125 -0
  67. package/public/contentbuilder/themes/dark-blue2.css +1125 -0
  68. package/public/contentbuilder/themes/dark-blue3.css +1125 -0
  69. package/public/contentbuilder/themes/dark-gray.css +1125 -0
  70. package/public/contentbuilder/themes/dark-pink.css +1125 -0
  71. package/public/contentbuilder/themes/dark-purple.css +1125 -0
  72. package/public/contentbuilder/themes/dark-red.css +1125 -0
  73. package/public/contentbuilder/themes/dark.css +1124 -0
  74. package/public/contentbuilder/themes/light-blue.css +1125 -0
  75. package/public/contentbuilder/themes/light-blue2.css +1125 -0
  76. package/public/contentbuilder/themes/light-blue3.css +1125 -0
  77. package/public/contentbuilder/themes/light-cyan.css +1125 -0
  78. package/public/contentbuilder/themes/light-gray.css +1125 -0
  79. package/public/contentbuilder/themes/light-gray2.css +1125 -0
  80. package/public/contentbuilder/themes/light-green.css +1125 -0
  81. package/public/contentbuilder/themes/light-pink.css +1125 -0
  82. package/public/contentbuilder/themes/light-pink2.css +1125 -0
  83. package/public/contentbuilder/themes/light-purple.css +1125 -0
  84. package/public/contentbuilder/themes/light-purple2.css +1125 -0
  85. package/public/contentbuilder/themes/light-red.css +1125 -0
  86. package/public/contentbuilder/themes/light-yellow.css +1125 -0
  87. package/public/contentbuilder/themes/light-yellow2.css +1125 -0
  88. package/readme.txt +23 -0
  89. package/.eslintrc.json +0 -28
  90. package/lib/contentbuilder.js +0 -46668
  91. package/rollup.config.js +0 -23
@@ -0,0 +1,1124 @@
1
+ .dark .is-builder[gridoutline] > div > div {
2
+ outline: 1px solid rgba(132, 132, 132, 0.27);
3
+ }
4
+ .dark .is-builder > div > div.cell-active {
5
+ outline: 1px solid #00da89;
6
+ }
7
+ .dark .is-builder .row-active {
8
+ outline: 1px solid #00da89;
9
+ }
10
+ .dark .is-builder .row-active.row-outline {
11
+ outline: 1px solid rgba(132, 132, 132, 0.2);
12
+ }
13
+ .dark .is-builder .cell-active .elm-active {
14
+ background: rgba(200, 200, 201, 0.11);
15
+ }
16
+ .dark .is-builder .cell-active[data-html] {
17
+ background-color: rgba(200, 200, 201, 0.11);
18
+ }
19
+ .dark .is-builder .cell-active .icon-active {
20
+ background-color: rgba(200, 200, 201, 0.4);
21
+ }
22
+ .dark .is-builder .elm-inspected {
23
+ outline: 1px solid #ffb84a !important;
24
+ }
25
+ .dark .sortable-ghost {
26
+ background: rgba(204, 204, 204, 0.15);
27
+ }
28
+ .dark .is-builder .snippet-item.sortable-ghost {
29
+ background: rgba(204, 204, 204, 0.15);
30
+ }
31
+ .dark .moveable-control {
32
+ background: #2196f3 !important;
33
+ }
34
+ .dark #_cbhtml .style-helper,
35
+ .dark .is-ui .style-helper {
36
+ background: #343434;
37
+ color: rgba(250, 250, 250, 0.95);
38
+ }
39
+ .dark #_cbhtml .style-helper.on,
40
+ .dark .is-ui .style-helper.on {
41
+ background: #535353;
42
+ }
43
+ .dark #_cbhtml .style-helper.hover,
44
+ .dark .is-ui .style-helper.hover {
45
+ background: #535353;
46
+ }
47
+ .dark #_cbhtml .style-helper svg,
48
+ .dark .is-ui .style-helper svg {
49
+ fill: rgba(250, 250, 250, 0.95);
50
+ }
51
+ .dark #_cbhtml .style-helper.modal-color,
52
+ .dark .is-ui .style-helper.modal-color {
53
+ background: #fafafa;
54
+ }
55
+ .dark #_cbhtml .style-helper.modal-background,
56
+ .dark .is-ui .style-helper.modal-background {
57
+ background: #343434;
58
+ }
59
+ .dark #_cbhtml .style-helper.button-pickcolor-border,
60
+ .dark .is-ui .style-helper.button-pickcolor-border {
61
+ border: rgba(255, 255, 255, 0.22) 1px solid;
62
+ }
63
+ .dark #_cbhtml .style-helper.button-pickcolor-background,
64
+ .dark .is-ui .style-helper.button-pickcolor-background {
65
+ background: rgba(255, 255, 255, 0.2);
66
+ }
67
+ .dark #_cbhtml .style-helper.snippet-color,
68
+ .dark .is-ui .style-helper.snippet-color {
69
+ background: #fafafa;
70
+ }
71
+ .dark #_cbhtml .style-helper.snippet-background,
72
+ .dark .is-ui .style-helper.snippet-background {
73
+ background: #868686;
74
+ }
75
+ .dark #_cbhtml .style-helper.snippet-tabs-background,
76
+ .dark .is-ui .style-helper.snippet-tabs-background {
77
+ background: #4e4e4e;
78
+ }
79
+ .dark #_cbhtml .style-helper.snippet-tab-item-background,
80
+ .dark .is-ui .style-helper.snippet-tab-item-background {
81
+ background: rgba(129, 129, 129, 0.55);
82
+ }
83
+ .dark #_cbhtml .style-helper.snippet-tab-item-background-active,
84
+ .dark .is-ui .style-helper.snippet-tab-item-background-active {
85
+ background: #4e4e4e;
86
+ }
87
+ .dark #_cbhtml .style-helper.snippet-tab-item-background-hover,
88
+ .dark .is-ui .style-helper.snippet-tab-item-background-hover {
89
+ background: rgba(129, 129, 129, 0.55);
90
+ }
91
+ .dark #_cbhtml .style-helper.snippet-tab-item-color,
92
+ .dark .is-ui .style-helper.snippet-tab-item-color {
93
+ background: rgba(250, 250, 250, 0.95);
94
+ }
95
+ .dark #_cbhtml .style-helper.snippet-more-item-background,
96
+ .dark .is-ui .style-helper.snippet-more-item-background {
97
+ background: #505050;
98
+ }
99
+ .dark #_cbhtml .style-helper.snippet-more-item-background-active,
100
+ .dark .is-ui .style-helper.snippet-more-item-background-active {
101
+ background: rgba(129, 129, 129, 0.55);
102
+ }
103
+ .dark #_cbhtml .style-helper.snippet-more-item-background-hover,
104
+ .dark .is-ui .style-helper.snippet-more-item-background-hover {
105
+ background: rgba(129, 129, 129, 0.55);
106
+ }
107
+ .dark #_cbhtml .style-helper.snippet-more-item-color,
108
+ .dark .is-ui .style-helper.snippet-more-item-color {
109
+ background: rgba(250, 250, 250, 0.95);
110
+ }
111
+ .dark #_cbhtml .style-helper.tabs-background,
112
+ .dark .is-ui .style-helper.tabs-background {
113
+ background: rgba(129, 129, 129, 0.3);
114
+ }
115
+ .dark #_cbhtml .style-helper.tab-item-active-border-bottom,
116
+ .dark .is-ui .style-helper.tab-item-active-border-bottom {
117
+ border: rgba(250, 250, 250, 0.5) 1px solid;
118
+ }
119
+ .dark #_cbhtml .style-helper.tab-item-color,
120
+ .dark .is-ui .style-helper.tab-item-color {
121
+ background: rgba(250, 250, 250, 0.95);
122
+ }
123
+ .dark #_cbhtml .style-helper.tabs-more-background,
124
+ .dark .is-ui .style-helper.tabs-more-background {
125
+ background: #484848;
126
+ }
127
+ .dark #_cbhtml .style-helper.tabs-more-border,
128
+ .dark .is-ui .style-helper.tabs-more-border {
129
+ border: 1px solid #484848;
130
+ }
131
+ .dark #_cbhtml .style-helper.tabs-more-item-color,
132
+ .dark .is-ui .style-helper.tabs-more-item-color {
133
+ background: rgba(250, 250, 250, 0.95);
134
+ }
135
+ .dark #_cbhtml .style-helper.tabs-more-item-background-hover,
136
+ .dark .is-ui .style-helper.tabs-more-item-background-hover {
137
+ background: rgba(113, 113, 113, 0.55);
138
+ }
139
+ .dark #_cbhtml .style-helper.separator-color,
140
+ .dark .is-ui .style-helper.separator-color {
141
+ background: rgba(141, 141, 141, 0.2);
142
+ }
143
+ .dark #_cbhtml .style-helper-button-classic,
144
+ .dark .is-ui .style-helper-button-classic {
145
+ background: rgba(103, 103, 103, 0.55);
146
+ color: #fafafa;
147
+ }
148
+ .dark #_cbhtml .style-helper-button-classic.hover,
149
+ .dark .is-ui .style-helper-button-classic.hover {
150
+ background: rgba(113, 113, 113, 0.55);
151
+ }
152
+ .dark #_cbhtml .style-helper-button-classic svg,
153
+ .dark .is-ui .style-helper-button-classic svg {
154
+ fill: #fafafa;
155
+ }
156
+ .dark #_cbhtml .is-pop,
157
+ .dark .is-ui .is-pop {
158
+ color: #fafafa;
159
+ background: #343434;
160
+ border: 1px solid #343434;
161
+ box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
162
+ }
163
+ .dark #_cbhtml .is-pop button,
164
+ .dark .is-ui .is-pop button {
165
+ color: #fafafa;
166
+ background-color: transparent !important;
167
+ }
168
+ .dark #_cbhtml .is-pop button svg,
169
+ .dark .is-ui .is-pop button svg {
170
+ fill: #fafafa;
171
+ }
172
+ .dark #_cbhtml .is-pop.arrow-top:after,
173
+ .dark .is-ui .is-pop.arrow-top:after {
174
+ border-bottom-color: #343434;
175
+ }
176
+ .dark #_cbhtml .is-pop.arrow-top:before,
177
+ .dark .is-ui .is-pop.arrow-top:before {
178
+ border-bottom-color: #343434;
179
+ }
180
+ .dark #_cbhtml .is-pop.arrow-left:after,
181
+ .dark .is-ui .is-pop.arrow-left:after {
182
+ border-right-color: #343434;
183
+ }
184
+ .dark #_cbhtml .is-pop.arrow-left:before,
185
+ .dark .is-ui .is-pop.arrow-left:before {
186
+ border-right-color: #343434;
187
+ }
188
+ .dark #_cbhtml .is-pop.arrow-right:after,
189
+ .dark .is-ui .is-pop.arrow-right:after {
190
+ border-left-color: #343434;
191
+ }
192
+ .dark #_cbhtml .is-pop.arrow-right:before,
193
+ .dark .is-ui .is-pop.arrow-right:before {
194
+ border-left-color: #343434;
195
+ }
196
+ .dark #_cbhtml .is-pop.arrow-bottom:after,
197
+ .dark .is-ui .is-pop.arrow-bottom:after {
198
+ border-top-color: #343434;
199
+ }
200
+ .dark #_cbhtml .is-pop.arrow-bottom:before,
201
+ .dark .is-ui .is-pop.arrow-bottom:before {
202
+ border-top-color: #343434;
203
+ }
204
+ .dark #_cbhtml .is-pop-tabs > div,
205
+ .dark .is-ui .is-pop-tabs > div {
206
+ background: rgba(129, 129, 129, 0.4);
207
+ color: rgba(250, 250, 250, 0.95);
208
+ }
209
+ .dark #_cbhtml .is-pop-tabs > div.active,
210
+ .dark .is-ui .is-pop-tabs > div.active {
211
+ background: transparent;
212
+ }
213
+ .dark #_cbhtml .is-rte-tool,
214
+ .dark #_cbhtml .is-elementrte-tool,
215
+ .dark #_cbhtml .is-rte-pop.rte-more-options,
216
+ .dark #_cbhtml .is-rte-pop.elementrte-more-options,
217
+ .dark .is-ui .is-rte-tool,
218
+ .dark .is-ui .is-elementrte-tool,
219
+ .dark .is-ui .is-rte-pop.rte-more-options,
220
+ .dark .is-ui .is-rte-pop.elementrte-more-options {
221
+ color: #fafafa;
222
+ background: #343434;
223
+ box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
224
+ }
225
+ .dark #_cbhtml .is-rte-tool button,
226
+ .dark #_cbhtml .is-elementrte-tool button,
227
+ .dark #_cbhtml .is-rte-pop.rte-more-options button,
228
+ .dark #_cbhtml .is-rte-pop.elementrte-more-options button,
229
+ .dark .is-ui .is-rte-tool button,
230
+ .dark .is-ui .is-elementrte-tool button,
231
+ .dark .is-ui .is-rte-pop.rte-more-options button,
232
+ .dark .is-ui .is-rte-pop.elementrte-more-options button {
233
+ background-color: transparent;
234
+ color: rgba(250, 250, 250, 0.95);
235
+ box-shadow: none;
236
+ }
237
+ .dark #_cbhtml .is-rte-tool button.on,
238
+ .dark #_cbhtml .is-elementrte-tool button.on,
239
+ .dark #_cbhtml .is-rte-pop.rte-more-options button.on,
240
+ .dark #_cbhtml .is-rte-pop.elementrte-more-options button.on,
241
+ .dark .is-ui .is-rte-tool button.on,
242
+ .dark .is-ui .is-elementrte-tool button.on,
243
+ .dark .is-ui .is-rte-pop.rte-more-options button.on,
244
+ .dark .is-ui .is-rte-pop.elementrte-more-options button.on {
245
+ background: #535353;
246
+ }
247
+ .dark #_cbhtml .is-rte-tool button:hover,
248
+ .dark #_cbhtml .is-elementrte-tool button:hover,
249
+ .dark #_cbhtml .is-rte-pop.rte-more-options button:hover,
250
+ .dark #_cbhtml .is-rte-pop.elementrte-more-options button:hover,
251
+ .dark .is-ui .is-rte-tool button:hover,
252
+ .dark .is-ui .is-elementrte-tool button:hover,
253
+ .dark .is-ui .is-rte-pop.rte-more-options button:hover,
254
+ .dark .is-ui .is-rte-pop.elementrte-more-options button:hover {
255
+ background: #535353;
256
+ }
257
+ .dark #_cbhtml .is-rte-tool button svg,
258
+ .dark #_cbhtml .is-elementrte-tool button svg,
259
+ .dark #_cbhtml .is-rte-pop.rte-more-options button svg,
260
+ .dark #_cbhtml .is-rte-pop.elementrte-more-options button svg,
261
+ .dark .is-ui .is-rte-tool button svg,
262
+ .dark .is-ui .is-elementrte-tool button svg,
263
+ .dark .is-ui .is-rte-pop.rte-more-options button svg,
264
+ .dark .is-ui .is-rte-pop.elementrte-more-options button svg {
265
+ fill: rgba(250, 250, 250, 0.95);
266
+ }
267
+ .dark #_cbhtml .is-rte-tool .rte-separator,
268
+ .dark #_cbhtml .is-elementrte-tool .rte-separator,
269
+ .dark #_cbhtml .is-rte-pop.rte-more-options .rte-separator,
270
+ .dark #_cbhtml .is-rte-pop.elementrte-more-options .rte-separator,
271
+ .dark .is-ui .is-rte-tool .rte-separator,
272
+ .dark .is-ui .is-elementrte-tool .rte-separator,
273
+ .dark .is-ui .is-rte-pop.rte-more-options .rte-separator,
274
+ .dark .is-ui .is-rte-pop.elementrte-more-options .rte-separator {
275
+ background: rgba(180, 180, 180, 0.35);
276
+ }
277
+ .dark #_cbhtml[toolbarleft] .is-rte-tool,
278
+ .dark #_cbhtml[toolbarleft] .is-elementrte-tool,
279
+ .dark .is-ui[toolbarleft] .is-rte-tool,
280
+ .dark .is-ui[toolbarleft] .is-elementrte-tool {
281
+ box-shadow: rgba(0, 0, 0, 0.05) 6px 0px 9px 0px;
282
+ }
283
+ .dark #_cbhtml[toolbarright] .is-rte-tool,
284
+ .dark #_cbhtml[toolbarright] .is-elementrte-tool,
285
+ .dark .is-ui[toolbarright] .is-rte-tool,
286
+ .dark .is-ui[toolbarright] .is-elementrte-tool {
287
+ box-shadow: rgba(0, 0, 0, 0.05) -4px 0px 9px 0px;
288
+ }
289
+ .dark #_cbhtml .is-rte-pop,
290
+ .dark .is-ui .is-rte-pop {
291
+ color: #fafafa;
292
+ background: #343434;
293
+ box-shadow: rgba(0, 0, 0, 0.07) 0px 7px 12px 0px;
294
+ }
295
+ .dark #_cbhtml .is-rte-pop button.on,
296
+ .dark .is-ui .is-rte-pop button.on {
297
+ background: #535353;
298
+ }
299
+ .dark #_cbhtml .is-rte-pop button:hover,
300
+ .dark .is-ui .is-rte-pop button:hover {
301
+ background: #535353;
302
+ }
303
+ .dark #_cbhtml .is-rte-pop .is-label.separator,
304
+ .dark .is-ui .is-rte-pop .is-label.separator {
305
+ border-top: rgba(141, 141, 141, 0.2) 1px solid;
306
+ }
307
+ .dark #_cbhtml .is-rte-pop .is-rangeslider,
308
+ .dark .is-ui .is-rte-pop .is-rangeslider {
309
+ background: rgba(255, 255, 255, 0.18);
310
+ }
311
+ .dark #_cbhtml .is-rte-pop .is-rangeslider::-webkit-slider-thumb,
312
+ .dark .is-ui .is-rte-pop .is-rangeslider::-webkit-slider-thumb {
313
+ background: #9a9a9a;
314
+ }
315
+ .dark #_cbhtml .is-rte-pop .is-rangeslider::-moz-range-thumb,
316
+ .dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
317
+ background: #9a9a9a;
318
+ }
319
+ .dark #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
320
+ .dark .is-ui .is-rte-pop.rte-paragraph-options div.on {
321
+ background: #535353;
322
+ }
323
+ .dark #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
324
+ .dark .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
325
+ background: #535353;
326
+ }
327
+ .dark #_cbhtml .is-rte-pop.rte-color-picker button,
328
+ .dark .is-ui .is-rte-pop.rte-color-picker button {
329
+ color: rgba(250, 250, 250, 0.95);
330
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
331
+ background: rgba(129, 129, 129, 0.68);
332
+ }
333
+ .dark #_cbhtml .is-rte-pop.rte-color-picker button:hover,
334
+ .dark .is-ui .is-rte-pop.rte-color-picker button:hover {
335
+ background: rgba(129, 129, 129, 0.68);
336
+ }
337
+ .dark #_cbhtml .is-rte-pop.rte-color-picker input[type=text],
338
+ .dark .is-ui .is-rte-pop.rte-color-picker input[type=text] {
339
+ color: rgba(250, 250, 250, 0.95);
340
+ background: rgba(255, 255, 255, 0.14);
341
+ border: none;
342
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
343
+ }
344
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .rte-color-picker-area > div,
345
+ .dark .is-ui .is-rte-pop.rte-color-picker .rte-color-picker-area > div {
346
+ opacity: 0.9;
347
+ }
348
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .is-pop-tabs > div,
349
+ .dark .is-ui .is-rte-pop.rte-color-picker .is-pop-tabs > div {
350
+ background: #4e4e4e;
351
+ color: rgba(250, 250, 250, 0.95);
352
+ font-weight: bold;
353
+ }
354
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .is-pop-tabs > div.active,
355
+ .dark .is-ui .is-rte-pop.rte-color-picker .is-pop-tabs > div.active {
356
+ background: transparent;
357
+ }
358
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .rangeSlider,
359
+ .dark .is-ui .is-rte-pop.rte-color-picker .rangeSlider {
360
+ outline: 1px solid rgba(0, 0, 0, 0.08);
361
+ }
362
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .rangeSlider__handle,
363
+ .dark .is-ui .is-rte-pop.rte-color-picker .rangeSlider__handle {
364
+ border: 1px solid transparent;
365
+ background: rgba(129, 129, 129, 0.8);
366
+ }
367
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .dot-1,
368
+ .dark .is-ui .is-rte-pop.rte-color-picker .dot-1 {
369
+ background: rgba(129, 129, 129, 0.4);
370
+ }
371
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .dot-2,
372
+ .dark .is-ui .is-rte-pop.rte-color-picker .dot-2 {
373
+ background: rgba(78, 78, 78, 0.3);
374
+ }
375
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .dot-3,
376
+ .dark .is-ui .is-rte-pop.rte-color-picker .dot-3 {
377
+ background: rgba(129, 129, 129, 0.4);
378
+ }
379
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .dot-4,
380
+ .dark .is-ui .is-rte-pop.rte-color-picker .dot-4 {
381
+ background: rgba(78, 78, 78, 0.3);
382
+ }
383
+ .dark #_cbhtml .is-rte-pop.rte-color-picker .is-color-preview,
384
+ .dark .is-ui .is-rte-pop.rte-color-picker .is-color-preview {
385
+ border: transparent 1px solid;
386
+ }
387
+ .dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:hover,
388
+ .dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
389
+ background: #535353;
390
+ }
391
+ .dark #_cbhtml[toolbarleft] .is-rte-pop,
392
+ .dark .is-ui[toolbarleft] .is-rte-pop {
393
+ box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
394
+ }
395
+ .dark #_cbhtml[toolbarright] .is-rte-pop,
396
+ .dark .is-ui[toolbarright] .is-rte-pop {
397
+ box-shadow: rgba(0, 0, 0, 0.05) -6px 1px 9px 0px;
398
+ }
399
+ .dark #_cbhtml .is-modal,
400
+ .dark .is-ui .is-modal {
401
+ background: rgba(255, 255, 255, 0.000001);
402
+ }
403
+ .dark #_cbhtml .is-modal button,
404
+ .dark .is-ui .is-modal button {
405
+ color: #fafafa;
406
+ background: rgba(103, 103, 103, 0.55);
407
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
408
+ }
409
+ .dark #_cbhtml .is-modal button:hover,
410
+ .dark .is-ui .is-modal button:hover {
411
+ background: rgba(113, 113, 113, 0.55);
412
+ }
413
+ .dark #_cbhtml .is-modal button.on,
414
+ .dark .is-ui .is-modal button.on {
415
+ background: rgba(78, 78, 78, 0.55);
416
+ }
417
+ .dark #_cbhtml .is-modal .is-rangeslider,
418
+ .dark .is-ui .is-modal .is-rangeslider {
419
+ background: rgba(255, 255, 255, 0.18);
420
+ }
421
+ .dark #_cbhtml .is-modal .is-rangeslider::-webkit-slider-thumb,
422
+ .dark .is-ui .is-modal .is-rangeslider::-webkit-slider-thumb {
423
+ background: #9a9a9a;
424
+ }
425
+ .dark #_cbhtml .is-modal .is-rangeslider::-moz-range-thumb,
426
+ .dark .is-ui .is-modal .is-rangeslider::-moz-range-thumb {
427
+ background: #9a9a9a;
428
+ }
429
+ .dark #_cbhtml .is-modal .is-modal-overlay,
430
+ .dark .is-ui .is-modal .is-modal-overlay {
431
+ background: rgba(255, 255, 255, 0.000001);
432
+ }
433
+ .dark #_cbhtml .is-modal .is-modal-overlay.overlay-stay,
434
+ .dark .is-ui .is-modal .is-modal-overlay.overlay-stay {
435
+ background: rgba(183, 183, 183, 0.11);
436
+ }
437
+ .dark #_cbhtml .is-modal.is-modal-content,
438
+ .dark #_cbhtml .is-modal .is-modal-content,
439
+ .dark .is-ui .is-modal.is-modal-content,
440
+ .dark .is-ui .is-modal .is-modal-content {
441
+ color: #fafafa;
442
+ background: #343434;
443
+ border: none;
444
+ border-top: 1px solid rgba(255, 255, 255, 0.09);
445
+ box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
446
+ }
447
+ .dark #_cbhtml .is-modal.is-modal-content svg,
448
+ .dark #_cbhtml .is-modal .is-modal-content svg,
449
+ .dark .is-ui .is-modal.is-modal-content svg,
450
+ .dark .is-ui .is-modal .is-modal-content svg {
451
+ fill: #fafafa;
452
+ }
453
+ .dark #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
454
+ .dark .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
455
+ color: #fafafa;
456
+ background: #343434;
457
+ border: none;
458
+ border-top: 1px solid rgba(255, 255, 255, 0.09);
459
+ box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
460
+ }
461
+ .dark #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg,
462
+ .dark .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) svg {
463
+ fill: #fafafa;
464
+ }
465
+ .dark #_cbhtml .is-modal div.is-modal-bar,
466
+ .dark .is-ui .is-modal div.is-modal-bar {
467
+ color: white;
468
+ }
469
+ .dark #_cbhtml .is-modal div.is-modal-bar .is-modal-close,
470
+ .dark .is-ui .is-modal div.is-modal-bar .is-modal-close {
471
+ color: #fafafa;
472
+ }
473
+ .dark #_cbhtml .is-modal.viewhtml textarea,
474
+ .dark .is-ui .is-modal.viewhtml textarea {
475
+ background-color: #3c3c3c;
476
+ }
477
+ .dark #_cbhtml .is-modal.previewcontent,
478
+ .dark .is-ui .is-modal.previewcontent {
479
+ background: #9f9f9f;
480
+ }
481
+ .dark #_cbhtml .is-modal.previewcontent .size-control,
482
+ .dark .is-ui .is-modal.previewcontent .size-control {
483
+ cursor: pointer;
484
+ background: #626262;
485
+ border-left: #b4b4b4 2px solid;
486
+ border-right: #b4b4b4 2px solid;
487
+ }
488
+ .dark #_cbhtml .is-modal.previewcontent .size-control-info,
489
+ .dark .is-ui .is-modal.previewcontent .size-control-info {
490
+ color: #fafafa;
491
+ }
492
+ .dark #_cbhtml .is-modal.previewcontent .size-control.hover,
493
+ .dark .is-ui .is-modal.previewcontent .size-control.hover {
494
+ background: #8d8d8d;
495
+ }
496
+ .dark #_cbhtml .is-modal.previewcontent .is-modal-close svg,
497
+ .dark .is-ui .is-modal.previewcontent .is-modal-close svg {
498
+ fill: #fafafa;
499
+ }
500
+ .dark #_cbhtml .is-modal.grideditor,
501
+ .dark .is-ui .is-modal.grideditor {
502
+ background: #343434;
503
+ }
504
+ .dark #_cbhtml .is-modal.grideditor .is-separator,
505
+ .dark .is-ui .is-modal.grideditor .is-separator {
506
+ border-top: rgba(255, 255, 255, 0.17) 1px solid;
507
+ }
508
+ .dark #_cbhtml .is-modal.pickgradientcolor div.is-modal-content > div,
509
+ .dark .is-ui .is-modal.pickgradientcolor div.is-modal-content > div {
510
+ opacity: 0.9;
511
+ }
512
+ .dark #_cbhtml .is-modal.pickgradientcolor .is-settings button.is-btn-color,
513
+ .dark .is-ui .is-modal.pickgradientcolor .is-settings button.is-btn-color {
514
+ background-color: rgba(255, 255, 255, 0.2);
515
+ border: rgba(255, 255, 255, 0.22) 1px solid;
516
+ }
517
+ .dark #_cbhtml .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove,
518
+ .dark .is-ui .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove {
519
+ background: rgba(95, 94, 94, 0.26);
520
+ color: #fff;
521
+ }
522
+ .dark #_cbhtml .is-modal.edittable .is-modal-bar,
523
+ .dark .is-ui .is-modal.edittable .is-modal-bar {
524
+ background-color: #4e4e4e;
525
+ }
526
+ .dark #_cbhtml .is-modal.edittable button.is-btn-color,
527
+ .dark .is-ui .is-modal.edittable button.is-btn-color {
528
+ background-color: rgba(255, 255, 255, 0.2);
529
+ border: rgba(255, 255, 255, 0.22) 1px solid;
530
+ }
531
+ .dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
532
+ .dark .is-ui .is-modal.columnsettings .is-modal-bar {
533
+ background-color: #4e4e4e;
534
+ }
535
+ .dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
536
+ .dark .is-ui .is-modal.columnsettings button.is-btn-color {
537
+ background-color: rgba(255, 255, 255, 0.2);
538
+ border: rgba(255, 255, 255, 0.22) 1px solid;
539
+ }
540
+ .dark #_cbhtml .is-modal.pickcolor button,
541
+ .dark .is-ui .is-modal.pickcolor button {
542
+ color: rgba(250, 250, 250, 0.95);
543
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
544
+ background: rgba(129, 129, 129, 0.68);
545
+ }
546
+ .dark #_cbhtml .is-modal.pickcolor button:hover,
547
+ .dark .is-ui .is-modal.pickcolor button:hover {
548
+ background: rgba(129, 129, 129, 0.68);
549
+ }
550
+ .dark #_cbhtml .is-modal.pickcolor input[type=text],
551
+ .dark .is-ui .is-modal.pickcolor input[type=text] {
552
+ color: rgba(250, 250, 250, 0.83);
553
+ background: rgba(255, 255, 255, 0.14);
554
+ border: none;
555
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
556
+ }
557
+ .dark #_cbhtml .is-modal.pickcolor div.is-modal-content > div,
558
+ .dark .is-ui .is-modal.pickcolor div.is-modal-content > div {
559
+ opacity: 0.9;
560
+ }
561
+ .dark #_cbhtml .is-modal.pickcolor .rangeSlider,
562
+ .dark .is-ui .is-modal.pickcolor .rangeSlider {
563
+ outline: 1px solid rgba(0, 0, 0, 0.08);
564
+ }
565
+ .dark #_cbhtml .is-modal.pickcolor .rangeSlider__handle,
566
+ .dark .is-ui .is-modal.pickcolor .rangeSlider__handle {
567
+ border: 1px solid transparent;
568
+ background: rgba(129, 129, 129, 0.8);
569
+ }
570
+ .dark #_cbhtml .is-modal.pickcolor .dot-1,
571
+ .dark .is-ui .is-modal.pickcolor .dot-1 {
572
+ background: rgba(129, 129, 129, 0.4);
573
+ }
574
+ .dark #_cbhtml .is-modal.pickcolor .dot-2,
575
+ .dark .is-ui .is-modal.pickcolor .dot-2 {
576
+ background: rgba(78, 78, 78, 0.3);
577
+ }
578
+ .dark #_cbhtml .is-modal.pickcolor .dot-3,
579
+ .dark .is-ui .is-modal.pickcolor .dot-3 {
580
+ background: rgba(129, 129, 129, 0.4);
581
+ }
582
+ .dark #_cbhtml .is-modal.pickcolor .dot-4,
583
+ .dark .is-ui .is-modal.pickcolor .dot-4 {
584
+ background: rgba(78, 78, 78, 0.3);
585
+ }
586
+ .dark #_cbhtml .is-modal.pickcolor .is-color-preview,
587
+ .dark .is-ui .is-modal.pickcolor .is-color-preview {
588
+ border: transparent 1px solid;
589
+ }
590
+ .dark #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
591
+ .dark .is-ui .is-modal.pickcolormore div.is-modal-content > div {
592
+ opacity: 0.9;
593
+ }
594
+ .dark #_cbhtml .is-modal.pickfontfamily .is-modal-bar,
595
+ .dark .is-ui .is-modal.pickfontfamily .is-modal-bar {
596
+ background: #4e4e4e;
597
+ }
598
+ .dark #_cbhtml .is-modal.insertimage .is-drop-area,
599
+ .dark .is-ui .is-modal.insertimage .is-drop-area {
600
+ border: 2px dashed rgba(250, 250, 250, 0.3);
601
+ }
602
+ .dark #_cbhtml .is-modal.insertimage .is-drop-area svg,
603
+ .dark .is-ui .is-modal.insertimage .is-drop-area svg {
604
+ fill: #fafafa;
605
+ }
606
+ .dark #_cbhtml .is-modal.insertimage .is-drop-area:hover,
607
+ .dark .is-ui .is-modal.insertimage .is-drop-area:hover {
608
+ background-color: #434343;
609
+ }
610
+ .dark #_cbhtml .is-modal.insertimage .is-drop-area.image-dropping,
611
+ .dark .is-ui .is-modal.insertimage .is-drop-area.image-dropping {
612
+ background-color: #434343;
613
+ }
614
+ .dark #_cbhtml .is-modal.insertimage .is-preview-area,
615
+ .dark .is-ui .is-modal.insertimage .is-preview-area {
616
+ opacity: 0.8;
617
+ }
618
+ .dark #_cbhtml .is-modal.insertimage .is-preview-area div i,
619
+ .dark .is-ui .is-modal.insertimage .is-preview-area div i {
620
+ background: rgba(0, 0, 0, 0.23);
621
+ color: #fff;
622
+ }
623
+ .dark #_cbhtml .is-modal.imageedit .imageedit-crop button,
624
+ .dark .is-ui .is-modal.imageedit .imageedit-crop button {
625
+ color: #fafafa;
626
+ border: rgba(250, 250, 250, 0.32) 1px solid;
627
+ }
628
+ .dark #_cbhtml .is-modal ::-webkit-input-placeholder,
629
+ .dark .is-ui .is-modal ::-webkit-input-placeholder {
630
+ color: rgba(250, 250, 250, 0.3);
631
+ }
632
+ .dark #_cbhtml .is-modal :-ms-input-placeholder,
633
+ .dark .is-ui .is-modal :-ms-input-placeholder {
634
+ color: rgba(250, 250, 250, 0.3);
635
+ }
636
+ .dark #_cbhtml .is-modal ::placeholder,
637
+ .dark .is-ui .is-modal ::placeholder {
638
+ color: rgba(250, 250, 250, 0.3);
639
+ }
640
+ .dark #_cbhtml .is-tool#divImageTool,
641
+ .dark .is-ui .is-tool#divImageTool {
642
+ background: rgba(0, 0, 0, 0.15);
643
+ }
644
+ .dark #_cbhtml .is-tool#divImageTool svg,
645
+ .dark .is-ui .is-tool#divImageTool svg {
646
+ fill: #fff;
647
+ }
648
+ .dark #_cbhtml .is-tool.is-spacer-tool > button,
649
+ .dark .is-ui .is-tool.is-spacer-tool > button {
650
+ background: #eaeaea;
651
+ }
652
+ .dark #_cbhtml .is-tool.is-spacer-tool > button svg,
653
+ .dark .is-ui .is-tool.is-spacer-tool > button svg {
654
+ fill: #000;
655
+ }
656
+ .dark #_cbhtml .is-tool.is-table-tool > button,
657
+ .dark .is-ui .is-tool.is-table-tool > button {
658
+ background: #eaeaea;
659
+ }
660
+ .dark #_cbhtml .is-tool.is-table-tool > button svg,
661
+ .dark .is-ui .is-tool.is-table-tool > button svg {
662
+ fill: #000;
663
+ }
664
+ .dark #_cbhtml .is-tool.is-code-tool > button, .dark #_cbhtml .is-tool.is-module-tool > button,
665
+ .dark .is-ui .is-tool.is-code-tool > button,
666
+ .dark .is-ui .is-tool.is-module-tool > button {
667
+ background: #eaeaea;
668
+ }
669
+ .dark #_cbhtml .is-tool.is-code-tool > button svg, .dark #_cbhtml .is-tool.is-module-tool > button svg,
670
+ .dark .is-ui .is-tool.is-code-tool > button svg,
671
+ .dark .is-ui .is-tool.is-module-tool > button svg {
672
+ fill: #000;
673
+ }
674
+ .dark #_cbhtml .is-tool#divLinkTool button,
675
+ .dark .is-ui .is-tool#divLinkTool button {
676
+ background: #eaeaea;
677
+ }
678
+ .dark #_cbhtml .is-tool#divLinkTool button svg,
679
+ .dark .is-ui .is-tool#divLinkTool button svg {
680
+ fill: #000;
681
+ }
682
+ .dark #_cbhtml #divImageProgress,
683
+ .dark .is-ui #divImageProgress {
684
+ background: rgba(107, 107, 107, 0.15);
685
+ }
686
+ .dark #_cbhtml #divImageProgress .dot,
687
+ .dark .is-ui #divImageProgress .dot {
688
+ background-color: #fff;
689
+ }
690
+ .dark #_cbhtml .is-side,
691
+ .dark .is-ui .is-side {
692
+ color: #fafafa;
693
+ box-shadow: rgba(52, 52, 52, 0.05) 0 0 16px 0px;
694
+ background: #343434;
695
+ }
696
+ .dark #_cbhtml .is-side svg,
697
+ .dark .is-ui .is-side svg {
698
+ fill: #fafafa;
699
+ }
700
+ .dark #_cbhtml .is-side.fromleft,
701
+ .dark .is-ui .is-side.fromleft {
702
+ border-right: 1px solid #343434;
703
+ }
704
+ .dark #_cbhtml button,
705
+ .dark #_cbhtml .is-btn,
706
+ .dark .is-ui button,
707
+ .dark .is-ui .is-btn {
708
+ color: rgba(250, 250, 250, 0.95);
709
+ background: #343434;
710
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
711
+ }
712
+ .dark #_cbhtml button:hover,
713
+ .dark #_cbhtml .is-btn:hover,
714
+ .dark .is-ui button:hover,
715
+ .dark .is-ui .is-btn:hover {
716
+ background: #393939;
717
+ }
718
+ .dark #_cbhtml button svg,
719
+ .dark #_cbhtml .is-btn svg,
720
+ .dark .is-ui button svg,
721
+ .dark .is-ui .is-btn svg {
722
+ fill: rgba(250, 250, 250, 0.95);
723
+ }
724
+ .dark #_cbhtml button.classic,
725
+ .dark #_cbhtml .is-btn.classic,
726
+ .dark .is-ui button.classic,
727
+ .dark .is-ui .is-btn.classic {
728
+ color: #fafafa;
729
+ background: rgba(103, 103, 103, 0.55);
730
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
731
+ }
732
+ .dark #_cbhtml button.classic:hover,
733
+ .dark #_cbhtml .is-btn.classic:hover,
734
+ .dark .is-ui button.classic:hover,
735
+ .dark .is-ui .is-btn.classic:hover {
736
+ background: rgba(113, 113, 113, 0.55);
737
+ }
738
+ .dark #_cbhtml button.classic-primary,
739
+ .dark #_cbhtml .is-btn.classic-primary,
740
+ .dark .is-ui button.classic-primary,
741
+ .dark .is-ui .is-btn.classic-primary {
742
+ color: #fafafa;
743
+ background: rgba(103, 103, 103, 0.55);
744
+ border: transparent 1px solid;
745
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
746
+ }
747
+ .dark #_cbhtml button.classic-primary:hover,
748
+ .dark #_cbhtml .is-btn.classic-primary:hover,
749
+ .dark .is-ui button.classic-primary:hover,
750
+ .dark .is-ui .is-btn.classic-primary:hover {
751
+ border: transparent 1px solid;
752
+ background: rgba(113, 113, 113, 0.55);
753
+ }
754
+ .dark #_cbhtml button.classic-secondary,
755
+ .dark #_cbhtml .is-btn.classic-secondary,
756
+ .dark .is-ui button.classic-secondary,
757
+ .dark .is-ui .is-btn.classic-secondary {
758
+ color: #fafafa;
759
+ background: transparent;
760
+ border: transparent 1px solid;
761
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
762
+ }
763
+ .dark #_cbhtml button.classic-secondary:hover,
764
+ .dark #_cbhtml .is-btn.classic-secondary:hover,
765
+ .dark .is-ui button.classic-secondary:hover,
766
+ .dark .is-ui .is-btn.classic-secondary:hover {
767
+ border: transparent 1px solid;
768
+ background: transparent;
769
+ }
770
+ .dark #_cbhtml textarea,
771
+ .dark .is-ui textarea {
772
+ border: 1px solid rgba(255, 255, 255, 0.1);
773
+ background-color: rgba(255, 255, 255, 0.08);
774
+ color: rgba(250, 250, 250, 0.83);
775
+ }
776
+ .dark #_cbhtml select,
777
+ .dark .is-ui select {
778
+ color: rgba(250, 250, 250, 0.83);
779
+ background-color: #5d5d5d;
780
+ }
781
+ .dark #_cbhtml select option,
782
+ .dark .is-ui select option {
783
+ background: #626262;
784
+ }
785
+ .dark #_cbhtml input[type=text],
786
+ .dark .is-ui input[type=text] {
787
+ color: rgba(250, 250, 250, 0.83);
788
+ border: none;
789
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
790
+ background-color: rgba(255, 255, 255, 0.08);
791
+ }
792
+ .dark #_cbhtml input[type=checkbox],
793
+ .dark .is-ui input[type=checkbox] {
794
+ opacity: 0.7;
795
+ }
796
+ .dark #_cbhtml label,
797
+ .dark .is-ui label {
798
+ color: #fafafa;
799
+ }
800
+ .dark #_cbhtml .is-tabs,
801
+ .dark .is-ui .is-tabs {
802
+ background: rgba(129, 129, 129, 0.3);
803
+ }
804
+ .dark #_cbhtml .is-tabs a,
805
+ .dark .is-ui .is-tabs a {
806
+ color: rgba(250, 250, 250, 0.95);
807
+ border-bottom: transparent 1px solid;
808
+ }
809
+ .dark #_cbhtml .is-tabs a.active,
810
+ .dark .is-ui .is-tabs a.active {
811
+ background: transparent;
812
+ border-bottom: rgba(250, 250, 250, 0.5) 1px solid;
813
+ }
814
+ .dark #_cbhtml .is-tabs a svg,
815
+ .dark .is-ui .is-tabs a svg {
816
+ fill: rgba(250, 250, 250, 0.95);
817
+ }
818
+ .dark #_cbhtml .is-tabs-more,
819
+ .dark .is-ui .is-tabs-more {
820
+ background: #484848;
821
+ border: 1px solid #484848;
822
+ box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
823
+ }
824
+ .dark #_cbhtml .is-tabs-more > a,
825
+ .dark .is-ui .is-tabs-more > a {
826
+ color: rgba(250, 250, 250, 0.95);
827
+ }
828
+ .dark #_cbhtml .is-tabs-more > a:hover, .dark #_cbhtml .is-tabs-more > a.active,
829
+ .dark .is-ui .is-tabs-more > a:hover,
830
+ .dark .is-ui .is-tabs-more > a.active {
831
+ background: rgba(113, 113, 113, 0.55);
832
+ }
833
+ .dark #_cbhtml #divSnippetList,
834
+ .dark .is-ui #divSnippetList {
835
+ background: #cacaca;
836
+ border-left: 1px solid #c1c1c1;
837
+ box-shadow: rgba(0, 0, 0, 0.03) 0 0 10px 0px;
838
+ }
839
+ .dark #_cbhtml #divSnippetList #divSnippetHandle,
840
+ .dark .is-ui #divSnippetList #divSnippetHandle {
841
+ background: #cacaca;
842
+ border: 1px solid #c1c1c1;
843
+ box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px;
844
+ }
845
+ .dark #_cbhtml #divSnippetList #divSnippetHandle svg,
846
+ .dark .is-ui #divSnippetList #divSnippetHandle svg {
847
+ fill: #000;
848
+ }
849
+ .dark #_cbhtml #divSnippetList.fromleft #divSnippetHandle,
850
+ .dark .is-ui #divSnippetList.fromleft #divSnippetHandle {
851
+ border-right: 1px solid #c1c1c1;
852
+ }
853
+ .dark #_cbhtml #divSnippetScrollUp,
854
+ .dark #_cbhtml #divSnippetScrollDown,
855
+ .dark .is-ui #divSnippetScrollUp,
856
+ .dark .is-ui #divSnippetScrollDown {
857
+ background: rgba(82, 82, 82, 0.6);
858
+ color: #fff;
859
+ }
860
+ .dark #_cbhtml .is-design-list > div,
861
+ .dark .is-ui .is-design-list > div {
862
+ outline: transparent 1px solid !important;
863
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
864
+ }
865
+ .dark #_cbhtml .is-design-list > div .is-overlay,
866
+ .dark .is-ui .is-design-list > div .is-overlay {
867
+ position: absolute;
868
+ left: 0px;
869
+ top: 0px;
870
+ width: 100%;
871
+ height: 100%;
872
+ }
873
+ .dark #_cbhtml .is-design-list > div .is-overlay:after,
874
+ .dark .is-ui .is-design-list > div .is-overlay:after {
875
+ background: rgba(0, 0, 0, 0.03);
876
+ }
877
+ .dark #_cbhtml .is-design-list .snippet-item.sortable-drag:hover,
878
+ .dark .is-ui .is-design-list .snippet-item.sortable-drag:hover {
879
+ background-color: rgba(0, 0, 0, 0.06);
880
+ }
881
+ .dark #_cbhtml .is-selectbox,
882
+ .dark .is-ui .is-selectbox {
883
+ color: #000;
884
+ background: #bdbdbd;
885
+ }
886
+ .dark #_cbhtml .is-selectbox:hover,
887
+ .dark .is-ui .is-selectbox:hover {
888
+ background: #c1c1c1;
889
+ }
890
+ .dark #_cbhtml .is-selectbox svg,
891
+ .dark .is-ui .is-selectbox svg {
892
+ fill: #000;
893
+ }
894
+ .dark #_cbhtml .is-selectbox-options,
895
+ .dark .is-ui .is-selectbox-options {
896
+ border: transparent 1px solid;
897
+ background-color: #d8d8d8;
898
+ }
899
+ .dark #_cbhtml .is-selectbox-options > div,
900
+ .dark .is-ui .is-selectbox-options > div {
901
+ color: #000;
902
+ }
903
+ .dark #_cbhtml .is-selectbox-options > div:hover,
904
+ .dark .is-ui .is-selectbox-options > div:hover {
905
+ background: #c5c5c5;
906
+ }
907
+ .dark #_cbhtml .is-selectbox-options > div.selected,
908
+ .dark .is-ui .is-selectbox-options > div.selected {
909
+ background: #c5c5c5;
910
+ }
911
+ .dark #_cbhtml .elementstyles .elm-list,
912
+ .dark .is-ui .elementstyles .elm-list {
913
+ color: rgba(250, 250, 250, 0.95);
914
+ border-bottom: transparent 1px solid;
915
+ }
916
+ .dark #_cbhtml .elementstyles .elm-list a,
917
+ .dark .is-ui .elementstyles .elm-list a {
918
+ color: rgba(250, 250, 250, 0.95);
919
+ }
920
+ .dark #_cbhtml .elementstyles .elm-list a.active,
921
+ .dark .is-ui .elementstyles .elm-list a.active {
922
+ color: #fafafa;
923
+ background: rgba(255, 255, 255, 0.3);
924
+ }
925
+ .dark #_cbhtml .elementstyles .is-settings button.is-btn-color,
926
+ .dark .is-ui .elementstyles .is-settings button.is-btn-color {
927
+ background-color: rgba(255, 255, 255, 0.2);
928
+ border: rgba(255, 255, 255, 0.22) 1px solid;
929
+ }
930
+ .dark .is-tool {
931
+ background: #eaeaea;
932
+ }
933
+ .dark .is-tool button {
934
+ color: #000;
935
+ }
936
+ .dark .is-tool button svg {
937
+ fill: #000;
938
+ }
939
+ .dark #_cbhtml[gray] .is-tool.is-column-tool {
940
+ background: #eaeaea;
941
+ }
942
+ .dark #_cbhtml[gray] .is-tool.is-column-tool .cell-add {
943
+ background: transparent;
944
+ }
945
+ .dark #_cbhtml[gray] .is-tool.is-column-tool .cell-more {
946
+ background: transparent;
947
+ }
948
+ .dark #_cbhtml[gray] .is-tool.is-column-tool .cell-remove {
949
+ background: transparent;
950
+ }
951
+ .dark #_cbhtml[gray] .is-tool.is-column-tool svg {
952
+ fill: #000;
953
+ }
954
+ .dark #_cbhtml .is-tool.is-column-tool .cell-add {
955
+ background: #0fcc52;
956
+ }
957
+ .dark #_cbhtml .is-tool.is-column-tool .cell-more {
958
+ background: rgba(216, 200, 6, 0.9);
959
+ }
960
+ .dark #_cbhtml .is-tool.is-column-tool .cell-remove {
961
+ background: rgba(255, 85, 4, 0.9);
962
+ }
963
+ .dark #_cbhtml .is-tool.is-column-tool svg {
964
+ fill: #fff;
965
+ }
966
+ .dark #_cbhtml .is-pop.columnmore div.is-separator {
967
+ border-top: rgba(129, 129, 129, 0.4) 1px solid;
968
+ }
969
+ .dark #_cbhtml .is-pop.quickadd button.add-more {
970
+ border-top: rgba(129, 129, 129, 0.4) 1px solid;
971
+ }
972
+ .dark #_cbhtml .is-tool.is-element-tool {
973
+ background: #eaeaea;
974
+ }
975
+ .dark #_cbhtml .is-tool.is-element-tool button {
976
+ background: transparent;
977
+ }
978
+ .dark #_cbhtml .is-tool.is-element-tool svg {
979
+ fill: #000;
980
+ }
981
+ .dark .is-tool.is-row-tool svg {
982
+ fill: #fff;
983
+ }
984
+ .dark .is-tool.is-row-tool .row-handle {
985
+ background: #169af7;
986
+ }
987
+ .dark .is-tool.is-row-tool .row-grideditor {
988
+ background: rgba(216, 200, 6, 0.9);
989
+ }
990
+ .dark .is-tool.is-row-tool .row-more {
991
+ background: rgba(216, 200, 6, 0.9);
992
+ }
993
+ .dark .is-tool.is-row-tool .row-remove {
994
+ background: rgba(255, 85, 4, 0.9);
995
+ }
996
+ .dark .is-builder[gray] .is-tool.is-row-tool {
997
+ background: #eaeaea;
998
+ }
999
+ .dark .is-builder[gray] .is-tool.is-row-tool svg {
1000
+ fill: #000;
1001
+ }
1002
+ .dark .is-rowadd-tool {
1003
+ border-bottom: 1px solid #ffb784;
1004
+ }
1005
+ .dark .is-rowadd-tool button {
1006
+ border: 1px solid #ff8e3e;
1007
+ }
1008
+ .dark .is-builder[gray] .is-rowadd-tool {
1009
+ border-bottom: 1px solid rgba(222, 222, 222, 0.32);
1010
+ }
1011
+ .dark .is-builder[gray] .is-rowadd-tool button {
1012
+ border: 1px solid rgba(0, 0, 0, 0.13);
1013
+ }
1014
+ .dark .row-add-initial {
1015
+ color: #333;
1016
+ border: 1px dashed rgba(169, 169, 169, 0.8);
1017
+ background: rgba(255, 255, 255, 0.5);
1018
+ }
1019
+ .dark .row-add-initial:hover {
1020
+ background: rgba(248, 248, 248, 0.35);
1021
+ }
1022
+ .dark .is-builder[clean] .is-tool.is-row-tool {
1023
+ background: #eaeaea;
1024
+ }
1025
+ .dark .is-builder[clean] .is-tool.is-row-tool .row-grideditor {
1026
+ background: transparent;
1027
+ }
1028
+ .dark .is-builder[clean] .is-tool.is-row-tool .row-grideditor svg {
1029
+ fill: #000;
1030
+ }
1031
+ .dark .is-builder[clean] .row-outline {
1032
+ outline: none;
1033
+ }
1034
+ .dark .is-builder[clean] .cell-active {
1035
+ outline: none;
1036
+ }
1037
+ .dark .is-builder[clean] .row-active {
1038
+ outline: 1px solid rgba(132, 132, 132, 0.2);
1039
+ }
1040
+ .dark .is-builder[rowoutline] .row-outline {
1041
+ outline: none;
1042
+ }
1043
+ .dark .is-builder[rowoutline] .cell-active {
1044
+ outline: none;
1045
+ }
1046
+ .dark .is-builder[rowoutline] .row-active {
1047
+ outline: 1px solid #00da89;
1048
+ }
1049
+ .dark .is-builder[grayoutline] .row-outline {
1050
+ outline: none;
1051
+ }
1052
+ .dark .is-builder[grayoutline] .cell-active {
1053
+ outline: 1px solid rgba(132, 132, 132, 0.1);
1054
+ }
1055
+ .dark .is-builder[grayoutline] .row-active {
1056
+ outline: 1px solid rgba(132, 132, 132, 0.2);
1057
+ }
1058
+ .dark .is-builder[rowoutline][grayoutline] .row-outline {
1059
+ outline: none;
1060
+ }
1061
+ .dark .is-builder[rowoutline][grayoutline] .cell-active {
1062
+ outline: none;
1063
+ }
1064
+ .dark .is-builder[rowoutline][grayoutline] .row-active {
1065
+ outline: 1px solid rgba(132, 132, 132, 0.2);
1066
+ }
1067
+ .dark .is-builder[hideoutline] .row-outline {
1068
+ outline: none !important;
1069
+ }
1070
+ .dark .is-builder[hideoutline] .cell-active {
1071
+ outline: none !important;
1072
+ }
1073
+ .dark .is-builder[hideoutline] .row-active {
1074
+ outline: none !important;
1075
+ }
1076
+ .dark .is-builder[hideoutline] .row-active.row-outline {
1077
+ outline: none !important;
1078
+ }
1079
+ .dark .is-builder[grideditor] > div > div.cell-active {
1080
+ outline: 1px solid #00da89 !important;
1081
+ }
1082
+ .dark .is-builder[grideditor] .row-active {
1083
+ outline: 1px solid #00da89 !important;
1084
+ }
1085
+ .dark .is-builder[grideditor] .row-active.row-outline {
1086
+ outline: 1px solid rgba(132, 132, 132, 0.2) !important;
1087
+ }
1088
+ .dark .is-builder[hidesnippetaddtool] .row-outline .is-rowadd-tool,
1089
+ .dark .is-builder[hidesnippetaddtool] .row-active .is-rowadd-tool {
1090
+ display: none;
1091
+ }
1092
+ .dark .is-builder[hideelementhighlight] .elm-active {
1093
+ background-color: transparent;
1094
+ }
1095
+ .dark .is-tooltip {
1096
+ background: #333;
1097
+ color: #fefefe;
1098
+ }
1099
+ .dark .scroll * {
1100
+ scrollbar-width: thin;
1101
+ scrollbar-color: #505050 auto;
1102
+ }
1103
+ .dark .scroll *::-webkit-scrollbar {
1104
+ width: 12px;
1105
+ }
1106
+ .dark .scroll *::-webkit-scrollbar-track {
1107
+ background: transparent;
1108
+ }
1109
+ .dark .scroll *::-webkit-scrollbar-thumb {
1110
+ background-color: #505050;
1111
+ }
1112
+ .dark .scroll-darker * {
1113
+ scrollbar-width: thin;
1114
+ scrollbar-color: rgba(78, 78, 78, 0.62) auto;
1115
+ }
1116
+ .dark .scroll-darker *::-webkit-scrollbar {
1117
+ width: 12px;
1118
+ }
1119
+ .dark .scroll-darker *::-webkit-scrollbar-track {
1120
+ background: transparent;
1121
+ }
1122
+ .dark .scroll-darker *::-webkit-scrollbar-thumb {
1123
+ background-color: rgba(78, 78, 78, 0.62);
1124
+ }