@innovastudio/contentbuilder 1.0.78 → 1.0.82

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 (61) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +81 -0
  3. package/public/contentbuilder/contentbuilder.esm.js +819 -736
  4. package/public/contentbuilder/contentbuilder.min.js +10 -10
  5. package/public/contentbuilder/themes/colored-blue.css +38 -0
  6. package/public/contentbuilder/themes/colored-blue2.css +38 -0
  7. package/public/contentbuilder/themes/colored-blue3.css +38 -0
  8. package/public/contentbuilder/themes/colored-blue4.css +38 -0
  9. package/public/contentbuilder/themes/colored-blue5.css +38 -0
  10. package/public/contentbuilder/themes/colored-blue6.css +38 -0
  11. package/public/contentbuilder/themes/colored-blue7.css +38 -0
  12. package/public/contentbuilder/themes/colored-blue8.css +38 -0
  13. package/public/contentbuilder/themes/colored-dark.css +38 -0
  14. package/public/contentbuilder/themes/colored-darkblue.css +38 -0
  15. package/public/contentbuilder/themes/colored-gray.css +38 -0
  16. package/public/contentbuilder/themes/colored-green.css +38 -0
  17. package/public/contentbuilder/themes/colored-green2.css +38 -0
  18. package/public/contentbuilder/themes/colored-green3.css +38 -0
  19. package/public/contentbuilder/themes/colored-green4.css +38 -0
  20. package/public/contentbuilder/themes/colored-green5.css +38 -0
  21. package/public/contentbuilder/themes/colored-magenta.css +38 -0
  22. package/public/contentbuilder/themes/colored-orange.css +38 -0
  23. package/public/contentbuilder/themes/colored-orange2.css +38 -0
  24. package/public/contentbuilder/themes/colored-orange3.css +38 -0
  25. package/public/contentbuilder/themes/colored-pink.css +38 -0
  26. package/public/contentbuilder/themes/colored-pink2.css +38 -0
  27. package/public/contentbuilder/themes/colored-pink3.css +38 -0
  28. package/public/contentbuilder/themes/colored-pink4.css +38 -0
  29. package/public/contentbuilder/themes/colored-purple.css +38 -0
  30. package/public/contentbuilder/themes/colored-purple2.css +38 -0
  31. package/public/contentbuilder/themes/colored-red.css +38 -0
  32. package/public/contentbuilder/themes/colored-red2.css +38 -0
  33. package/public/contentbuilder/themes/colored-red3.css +38 -0
  34. package/public/contentbuilder/themes/colored-red4.css +38 -0
  35. package/public/contentbuilder/themes/colored-red5.css +38 -0
  36. package/public/contentbuilder/themes/colored-yellow.css +38 -0
  37. package/public/contentbuilder/themes/colored-yellow2.css +38 -0
  38. package/public/contentbuilder/themes/dark-blue.css +38 -0
  39. package/public/contentbuilder/themes/dark-blue2.css +38 -0
  40. package/public/contentbuilder/themes/dark-blue3.css +38 -0
  41. package/public/contentbuilder/themes/dark-gray.css +38 -0
  42. package/public/contentbuilder/themes/dark-pink.css +38 -0
  43. package/public/contentbuilder/themes/dark-purple.css +38 -0
  44. package/public/contentbuilder/themes/dark-red.css +38 -0
  45. package/public/contentbuilder/themes/dark.css +38 -0
  46. package/public/contentbuilder/themes/light-blue.css +38 -0
  47. package/public/contentbuilder/themes/light-blue2.css +38 -0
  48. package/public/contentbuilder/themes/light-blue3.css +38 -0
  49. package/public/contentbuilder/themes/light-cyan.css +38 -0
  50. package/public/contentbuilder/themes/light-gray.css +38 -0
  51. package/public/contentbuilder/themes/light-gray2.css +38 -0
  52. package/public/contentbuilder/themes/light-gray3.css +38 -0
  53. package/public/contentbuilder/themes/light-green.css +38 -0
  54. package/public/contentbuilder/themes/light-pink.css +38 -0
  55. package/public/contentbuilder/themes/light-pink2.css +38 -0
  56. package/public/contentbuilder/themes/light-purple.css +38 -0
  57. package/public/contentbuilder/themes/light-purple2.css +38 -0
  58. package/public/contentbuilder/themes/light-red.css +38 -0
  59. package/public/contentbuilder/themes/light-yellow.css +38 -0
  60. package/public/contentbuilder/themes/light-yellow2.css +38 -0
  61. package/readme.txt +1 -1
@@ -31,6 +31,10 @@
31
31
  .dark .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .dark #_cbhtml,
35
+ .dark .is-ui {
36
+ /* general use */
37
+ }
34
38
  .dark #_cbhtml .style-helper,
35
39
  .dark .is-ui .style-helper {
36
40
  background: #ed2828;
@@ -210,6 +214,40 @@
210
214
  .dark .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .dark #_cbhtml .is-general-options,
218
+ .dark .is-ui .is-general-options {
219
+ color: #fff;
220
+ background: #ed2828;
221
+ }
222
+ .dark #_cbhtml .is-general-options button,
223
+ .dark #_cbhtml .is-general-options div[role=button],
224
+ .dark .is-ui .is-general-options button,
225
+ .dark .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(255, 255, 255, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .dark #_cbhtml .is-general-options button.on,
234
+ .dark #_cbhtml .is-general-options div[role=button].on,
235
+ .dark .is-ui .is-general-options button.on,
236
+ .dark .is-ui .is-general-options div[role=button].on {
237
+ background: #ee3636;
238
+ }
239
+ .dark #_cbhtml .is-general-options button:hover,
240
+ .dark #_cbhtml .is-general-options div[role=button]:hover,
241
+ .dark .is-ui .is-general-options button:hover,
242
+ .dark .is-ui .is-general-options div[role=button]:hover {
243
+ background: #ef3b3b !important;
244
+ }
245
+ .dark #_cbhtml .is-general-options button svg,
246
+ .dark #_cbhtml .is-general-options div[role=button] svg,
247
+ .dark .is-ui .is-general-options button svg,
248
+ .dark .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(255, 255, 255, 0.95);
250
+ }
213
251
  .dark #_cbhtml .is-rte-tool,
214
252
  .dark #_cbhtml .is-elementrte-tool,
215
253
  .dark #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .dark .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .dark #_cbhtml,
35
+ .dark .is-ui {
36
+ /* general use */
37
+ }
34
38
  .dark #_cbhtml .style-helper,
35
39
  .dark .is-ui .style-helper {
36
40
  background: #343434;
@@ -210,6 +214,40 @@
210
214
  .dark .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .dark #_cbhtml .is-general-options,
218
+ .dark .is-ui .is-general-options {
219
+ color: #fafafa;
220
+ background: #343434;
221
+ }
222
+ .dark #_cbhtml .is-general-options button,
223
+ .dark #_cbhtml .is-general-options div[role=button],
224
+ .dark .is-ui .is-general-options button,
225
+ .dark .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(250, 250, 250, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .dark #_cbhtml .is-general-options button.on,
234
+ .dark #_cbhtml .is-general-options div[role=button].on,
235
+ .dark .is-ui .is-general-options button.on,
236
+ .dark .is-ui .is-general-options div[role=button].on {
237
+ background: #535353;
238
+ }
239
+ .dark #_cbhtml .is-general-options button:hover,
240
+ .dark #_cbhtml .is-general-options div[role=button]:hover,
241
+ .dark .is-ui .is-general-options button:hover,
242
+ .dark .is-ui .is-general-options div[role=button]:hover {
243
+ background: #535353 !important;
244
+ }
245
+ .dark #_cbhtml .is-general-options button svg,
246
+ .dark #_cbhtml .is-general-options div[role=button] svg,
247
+ .dark .is-ui .is-general-options button svg,
248
+ .dark .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(250, 250, 250, 0.95);
250
+ }
213
251
  .dark #_cbhtml .is-rte-tool,
214
252
  .dark #_cbhtml .is-elementrte-tool,
215
253
  .dark #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #dbe5f5;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #dbe5f5;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #cfdcf2;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #cbd9f1 !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #c7ebfd;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #c7ebfd;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #b8e6fc;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #b3e4fc !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #c5d4ff;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #c5d4ff;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #b6c9ff;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #b1c5ff !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #d7f7f1;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #d7f7f1;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #caf4ed;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #c6f4eb !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #dadada;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #dadada;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #d2d2d2;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #d0d0d0 !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #efefef;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #efefef;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #e7e7e7;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #e5e5e5 !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #fafafa;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #fafafa;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #f2f2f2;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #f0f0f0 !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #ddf3dc;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #ddf3dc;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #d2efd1;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #ceeecd !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #ffd5f2;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #ffd5f2;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #ffc6ed;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #ffc1ec !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #ffd5f2;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #ffd5f2;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #ffc6ed;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #ffc1ec !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,
@@ -31,6 +31,10 @@
31
31
  .light .moveable-control {
32
32
  background: #2196f3 !important;
33
33
  }
34
+ .light #_cbhtml,
35
+ .light .is-ui {
36
+ /* general use */
37
+ }
34
38
  .light #_cbhtml .style-helper,
35
39
  .light .is-ui .style-helper {
36
40
  background: #dcdaf3;
@@ -210,6 +214,40 @@
210
214
  .light .is-ui .is-pop-tabs > div.active {
211
215
  background: transparent;
212
216
  }
217
+ .light #_cbhtml .is-general-options,
218
+ .light .is-ui .is-general-options {
219
+ color: #000;
220
+ background: #dcdaf3;
221
+ }
222
+ .light #_cbhtml .is-general-options button,
223
+ .light #_cbhtml .is-general-options div[role=button],
224
+ .light .is-ui .is-general-options button,
225
+ .light .is-ui .is-general-options div[role=button] {
226
+ background-color: transparent;
227
+ color: rgba(0, 0, 0, 0.95);
228
+ width: 45px;
229
+ height: 40px;
230
+ margin: 0;
231
+ box-shadow: none;
232
+ }
233
+ .light #_cbhtml .is-general-options button.on,
234
+ .light #_cbhtml .is-general-options div[role=button].on,
235
+ .light .is-ui .is-general-options button.on,
236
+ .light .is-ui .is-general-options div[role=button].on {
237
+ background: #d1ceef;
238
+ }
239
+ .light #_cbhtml .is-general-options button:hover,
240
+ .light #_cbhtml .is-general-options div[role=button]:hover,
241
+ .light .is-ui .is-general-options button:hover,
242
+ .light .is-ui .is-general-options div[role=button]:hover {
243
+ background: #cdcbee !important;
244
+ }
245
+ .light #_cbhtml .is-general-options button svg,
246
+ .light #_cbhtml .is-general-options div[role=button] svg,
247
+ .light .is-ui .is-general-options button svg,
248
+ .light .is-ui .is-general-options div[role=button] svg {
249
+ fill: rgba(0, 0, 0, 0.95);
250
+ }
213
251
  .light #_cbhtml .is-rte-tool,
214
252
  .light #_cbhtml .is-elementrte-tool,
215
253
  .light #_cbhtml .is-rte-pop.rte-more-options,