@innovastudio/contentbuilder 1.2.3 → 1.2.4-rc3

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 (65) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +382 -78
  3. package/public/contentbuilder/contentbuilder.esm.js +5109 -3859
  4. package/public/contentbuilder/contentbuilder.min.js +10 -9
  5. package/public/contentbuilder/plugins/buttoneditor/plugin.js +1 -1
  6. package/public/contentbuilder/plugins/preview/plugin.js +1 -1
  7. package/public/contentbuilder/plugins/searchreplace/plugin.js +1 -1
  8. package/public/contentbuilder/plugins/symbols/plugin.js +1 -1
  9. package/public/contentbuilder/plugins/wordcount/plugin.js +1 -1
  10. package/public/contentbuilder/themes/colored-blue.css +63 -6
  11. package/public/contentbuilder/themes/colored-blue2.css +63 -6
  12. package/public/contentbuilder/themes/colored-blue3.css +63 -6
  13. package/public/contentbuilder/themes/colored-blue4.css +63 -6
  14. package/public/contentbuilder/themes/colored-blue5.css +63 -6
  15. package/public/contentbuilder/themes/colored-blue6.css +63 -6
  16. package/public/contentbuilder/themes/colored-blue7.css +63 -6
  17. package/public/contentbuilder/themes/colored-blue8.css +63 -6
  18. package/public/contentbuilder/themes/colored-dark.css +63 -6
  19. package/public/contentbuilder/themes/colored-darkblue.css +63 -6
  20. package/public/contentbuilder/themes/colored-gray.css +63 -6
  21. package/public/contentbuilder/themes/colored-green.css +63 -6
  22. package/public/contentbuilder/themes/colored-green2.css +63 -6
  23. package/public/contentbuilder/themes/colored-green3.css +63 -6
  24. package/public/contentbuilder/themes/colored-green4.css +63 -6
  25. package/public/contentbuilder/themes/colored-green5.css +63 -6
  26. package/public/contentbuilder/themes/colored-magenta.css +63 -6
  27. package/public/contentbuilder/themes/colored-orange.css +63 -6
  28. package/public/contentbuilder/themes/colored-orange2.css +63 -6
  29. package/public/contentbuilder/themes/colored-orange3.css +63 -6
  30. package/public/contentbuilder/themes/colored-pink.css +63 -6
  31. package/public/contentbuilder/themes/colored-pink2.css +63 -6
  32. package/public/contentbuilder/themes/colored-pink3.css +63 -6
  33. package/public/contentbuilder/themes/colored-pink4.css +63 -6
  34. package/public/contentbuilder/themes/colored-purple.css +63 -6
  35. package/public/contentbuilder/themes/colored-purple2.css +63 -6
  36. package/public/contentbuilder/themes/colored-red.css +63 -6
  37. package/public/contentbuilder/themes/colored-red2.css +63 -6
  38. package/public/contentbuilder/themes/colored-red3.css +63 -6
  39. package/public/contentbuilder/themes/colored-red4.css +63 -6
  40. package/public/contentbuilder/themes/colored-red5.css +63 -6
  41. package/public/contentbuilder/themes/colored-yellow.css +63 -6
  42. package/public/contentbuilder/themes/colored-yellow2.css +63 -6
  43. package/public/contentbuilder/themes/dark-blue.css +63 -6
  44. package/public/contentbuilder/themes/dark-blue2.css +63 -6
  45. package/public/contentbuilder/themes/dark-blue3.css +63 -6
  46. package/public/contentbuilder/themes/dark-gray.css +63 -6
  47. package/public/contentbuilder/themes/dark-pink.css +63 -6
  48. package/public/contentbuilder/themes/dark-purple.css +63 -6
  49. package/public/contentbuilder/themes/dark-red.css +63 -6
  50. package/public/contentbuilder/themes/dark.css +62 -6
  51. package/public/contentbuilder/themes/light-blue.css +63 -6
  52. package/public/contentbuilder/themes/light-blue2.css +63 -6
  53. package/public/contentbuilder/themes/light-blue3.css +63 -6
  54. package/public/contentbuilder/themes/light-cyan.css +63 -6
  55. package/public/contentbuilder/themes/light-gray.css +63 -6
  56. package/public/contentbuilder/themes/light-gray2.css +63 -6
  57. package/public/contentbuilder/themes/light-gray3.css +63 -6
  58. package/public/contentbuilder/themes/light-green.css +63 -6
  59. package/public/contentbuilder/themes/light-pink.css +63 -6
  60. package/public/contentbuilder/themes/light-pink2.css +63 -6
  61. package/public/contentbuilder/themes/light-purple.css +63 -6
  62. package/public/contentbuilder/themes/light-purple2.css +63 -6
  63. package/public/contentbuilder/themes/light-red.css +63 -6
  64. package/public/contentbuilder/themes/light-yellow.css +63 -6
  65. package/public/contentbuilder/themes/light-yellow2.css +63 -6
@@ -354,12 +354,25 @@
354
354
  .colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(248, 148, 148, 0.55);
356
356
  }
357
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .colored .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #f24343;
360
360
  }
361
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .colored .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #f24848;
365
+ }
366
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #f24343;
369
+ }
370
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #f24848;
373
+ }
374
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #f24848;
364
377
  }
365
378
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #f24848;
428
441
  }
442
+ .colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #f24848;
445
+ }
429
446
  .colored #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .colored .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -813,8 +830,8 @@
813
830
  border: transparent 1px solid;
814
831
  background: transparent;
815
832
  }
816
- .colored #_cbhtml textarea,
817
- .colored .is-ui textarea {
833
+ .colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
834
+ .colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
818
835
  border: 1px solid rgba(0, 0, 0, 0.08);
819
836
  background-color: rgba(241, 179, 179, 0.25);
820
837
  color: rgba(0, 0, 0, 0.83);
@@ -955,6 +972,46 @@
955
972
  .colored .is-ui .is-selectbox-options > div.selected {
956
973
  background: rgba(255, 255, 255, 0.38);
957
974
  }
975
+ .colored #_cbhtml .is-dropdown .dropdown-toggle,
976
+ .colored .is-ui .is-dropdown .dropdown-toggle {
977
+ color: #000;
978
+ background: #f9dede;
979
+ box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
980
+ }
981
+ .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
982
+ .colored .is-ui .is-dropdown .dropdown-toggle:hover {
983
+ background: #fae2e2;
984
+ }
985
+ .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
986
+ .colored .is-ui .is-dropdown .dropdown-toggle svg {
987
+ fill: #000;
988
+ }
989
+ .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
990
+ .colored .is-ui .is-dropdown .dropdown-toggle::after {
991
+ border-top-color: #000;
992
+ }
993
+ .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
994
+ .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
995
+ border-bottom-color: #000;
996
+ }
997
+ .colored #_cbhtml .is-dropdown .dropdown-menu,
998
+ .colored .is-ui .is-dropdown .dropdown-menu {
999
+ border: transparent 1px solid;
1000
+ background-color: #f9dede;
1001
+ }
1002
+ .colored #_cbhtml .is-dropdown .dropdown-menu li,
1003
+ .colored .is-ui .is-dropdown .dropdown-menu li {
1004
+ color: #000;
1005
+ }
1006
+ .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1007
+ .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1008
+ .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1009
+ background: rgba(255, 255, 255, 0.38);
1010
+ }
1011
+ .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1012
+ .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1013
+ background: rgba(255, 255, 255, 0.38);
1014
+ }
958
1015
  .colored #_cbhtml .elementstyles .elm-list,
959
1016
  .colored .is-ui .elementstyles .elm-list {
960
1017
  color: rgba(0, 0, 0, 0.95);
@@ -354,12 +354,25 @@
354
354
  .colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(248, 161, 140, 0.55);
356
356
  }
357
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .colored .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #f45e39;
360
360
  }
361
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .colored .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #f4623e;
365
+ }
366
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #f45e39;
369
+ }
370
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #f4623e;
373
+ }
374
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #f4623e;
364
377
  }
365
378
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #f4623e;
428
441
  }
442
+ .colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #f4623e;
445
+ }
429
446
  .colored #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .colored .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -813,8 +830,8 @@
813
830
  border: transparent 1px solid;
814
831
  background: transparent;
815
832
  }
816
- .colored #_cbhtml textarea,
817
- .colored .is-ui textarea {
833
+ .colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
834
+ .colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
818
835
  border: 1px solid rgba(0, 0, 0, 0.08);
819
836
  background-color: rgba(255, 174, 154, 0.25);
820
837
  color: rgba(0, 0, 0, 0.83);
@@ -955,6 +972,46 @@
955
972
  .colored .is-ui .is-selectbox-options > div.selected {
956
973
  background: rgba(255, 255, 255, 0.38);
957
974
  }
975
+ .colored #_cbhtml .is-dropdown .dropdown-toggle,
976
+ .colored .is-ui .is-dropdown .dropdown-toggle {
977
+ color: #000;
978
+ background: #ffd7cd;
979
+ box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
980
+ }
981
+ .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
982
+ .colored .is-ui .is-dropdown .dropdown-toggle:hover {
983
+ background: #ffdbd2;
984
+ }
985
+ .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
986
+ .colored .is-ui .is-dropdown .dropdown-toggle svg {
987
+ fill: #000;
988
+ }
989
+ .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
990
+ .colored .is-ui .is-dropdown .dropdown-toggle::after {
991
+ border-top-color: #000;
992
+ }
993
+ .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
994
+ .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
995
+ border-bottom-color: #000;
996
+ }
997
+ .colored #_cbhtml .is-dropdown .dropdown-menu,
998
+ .colored .is-ui .is-dropdown .dropdown-menu {
999
+ border: transparent 1px solid;
1000
+ background-color: #ffd7cd;
1001
+ }
1002
+ .colored #_cbhtml .is-dropdown .dropdown-menu li,
1003
+ .colored .is-ui .is-dropdown .dropdown-menu li {
1004
+ color: #000;
1005
+ }
1006
+ .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1007
+ .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1008
+ .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1009
+ background: rgba(255, 255, 255, 0.38);
1010
+ }
1011
+ .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1012
+ .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1013
+ background: rgba(255, 255, 255, 0.38);
1014
+ }
958
1015
  .colored #_cbhtml .elementstyles .elm-list,
959
1016
  .colored .is-ui .elementstyles .elm-list {
960
1017
  color: rgba(0, 0, 0, 0.95);
@@ -354,12 +354,25 @@
354
354
  .colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(248, 148, 148, 0.55);
356
356
  }
357
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .colored .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #f24343;
360
360
  }
361
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .colored .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #f24848;
365
+ }
366
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #f24343;
369
+ }
370
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #f24848;
373
+ }
374
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #f24848;
364
377
  }
365
378
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #f24848;
428
441
  }
442
+ .colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #f24848;
445
+ }
429
446
  .colored #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .colored .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -813,8 +830,8 @@
813
830
  border: transparent 1px solid;
814
831
  background: transparent;
815
832
  }
816
- .colored #_cbhtml textarea,
817
- .colored .is-ui textarea {
833
+ .colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
834
+ .colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
818
835
  border: 1px solid rgba(0, 0, 0, 0.08);
819
836
  background-color: rgba(202, 202, 202, 0.25);
820
837
  color: rgba(0, 0, 0, 0.83);
@@ -955,6 +972,46 @@
955
972
  .colored .is-ui .is-selectbox-options > div.selected {
956
973
  background: rgba(255, 255, 255, 0.38);
957
974
  }
975
+ .colored #_cbhtml .is-dropdown .dropdown-toggle,
976
+ .colored .is-ui .is-dropdown .dropdown-toggle {
977
+ color: #000;
978
+ background: #e3e3e3;
979
+ box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
980
+ }
981
+ .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
982
+ .colored .is-ui .is-dropdown .dropdown-toggle:hover {
983
+ background: #e6e6e6;
984
+ }
985
+ .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
986
+ .colored .is-ui .is-dropdown .dropdown-toggle svg {
987
+ fill: #000;
988
+ }
989
+ .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
990
+ .colored .is-ui .is-dropdown .dropdown-toggle::after {
991
+ border-top-color: #000;
992
+ }
993
+ .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
994
+ .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
995
+ border-bottom-color: #000;
996
+ }
997
+ .colored #_cbhtml .is-dropdown .dropdown-menu,
998
+ .colored .is-ui .is-dropdown .dropdown-menu {
999
+ border: transparent 1px solid;
1000
+ background-color: #e3e3e3;
1001
+ }
1002
+ .colored #_cbhtml .is-dropdown .dropdown-menu li,
1003
+ .colored .is-ui .is-dropdown .dropdown-menu li {
1004
+ color: #000;
1005
+ }
1006
+ .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1007
+ .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1008
+ .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1009
+ background: rgba(255, 255, 255, 0.38);
1010
+ }
1011
+ .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1012
+ .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1013
+ background: rgba(255, 255, 255, 0.38);
1014
+ }
958
1015
  .colored #_cbhtml .elementstyles .elm-list,
959
1016
  .colored .is-ui .elementstyles .elm-list {
960
1017
  color: rgba(0, 0, 0, 0.95);
@@ -354,12 +354,25 @@
354
354
  .colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(255, 165, 136, 0.55);
356
356
  }
357
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .colored .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #ff6331;
360
360
  }
361
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .colored .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #ff6736;
365
+ }
366
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #ff6331;
369
+ }
370
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #ff6736;
373
+ }
374
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #ff6736;
364
377
  }
365
378
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #ff6736;
428
441
  }
442
+ .colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #ff6736;
445
+ }
429
446
  .colored #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .colored .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -813,8 +830,8 @@
813
830
  border: transparent 1px solid;
814
831
  background: transparent;
815
832
  }
816
- .colored #_cbhtml textarea,
817
- .colored .is-ui textarea {
833
+ .colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
834
+ .colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
818
835
  border: 1px solid rgba(0, 0, 0, 0.08);
819
836
  background-color: rgba(202, 202, 202, 0.25);
820
837
  color: rgba(0, 0, 0, 0.83);
@@ -955,6 +972,46 @@
955
972
  .colored .is-ui .is-selectbox-options > div.selected {
956
973
  background: rgba(255, 255, 255, 0.38);
957
974
  }
975
+ .colored #_cbhtml .is-dropdown .dropdown-toggle,
976
+ .colored .is-ui .is-dropdown .dropdown-toggle {
977
+ color: #000;
978
+ background: #e3e3e3;
979
+ box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
980
+ }
981
+ .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
982
+ .colored .is-ui .is-dropdown .dropdown-toggle:hover {
983
+ background: #e6e6e6;
984
+ }
985
+ .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
986
+ .colored .is-ui .is-dropdown .dropdown-toggle svg {
987
+ fill: #000;
988
+ }
989
+ .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
990
+ .colored .is-ui .is-dropdown .dropdown-toggle::after {
991
+ border-top-color: #000;
992
+ }
993
+ .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
994
+ .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
995
+ border-bottom-color: #000;
996
+ }
997
+ .colored #_cbhtml .is-dropdown .dropdown-menu,
998
+ .colored .is-ui .is-dropdown .dropdown-menu {
999
+ border: transparent 1px solid;
1000
+ background-color: #e3e3e3;
1001
+ }
1002
+ .colored #_cbhtml .is-dropdown .dropdown-menu li,
1003
+ .colored .is-ui .is-dropdown .dropdown-menu li {
1004
+ color: #000;
1005
+ }
1006
+ .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1007
+ .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1008
+ .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1009
+ background: rgba(255, 255, 255, 0.38);
1010
+ }
1011
+ .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1012
+ .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1013
+ background: rgba(255, 255, 255, 0.38);
1014
+ }
958
1015
  .colored #_cbhtml .elementstyles .elm-list,
959
1016
  .colored .is-ui .elementstyles .elm-list {
960
1017
  color: rgba(0, 0, 0, 0.95);
@@ -354,12 +354,25 @@
354
354
  .colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(251, 192, 115, 0.55);
356
356
  }
357
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .colored .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #f99a1e;
360
360
  }
361
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .colored .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #f99c23;
365
+ }
366
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #f99a1e;
369
+ }
370
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #f99c23;
373
+ }
374
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #f99c23;
364
377
  }
365
378
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #f99c23;
428
441
  }
442
+ .colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #f99c23;
445
+ }
429
446
  .colored #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .colored .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -813,8 +830,8 @@
813
830
  border: transparent 1px solid;
814
831
  background: transparent;
815
832
  }
816
- .colored #_cbhtml textarea,
817
- .colored .is-ui textarea {
833
+ .colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
834
+ .colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
818
835
  border: 1px solid rgba(0, 0, 0, 0.08);
819
836
  background-color: rgba(189, 185, 174, 0.25);
820
837
  color: rgba(0, 0, 0, 0.83);
@@ -955,6 +972,46 @@
955
972
  .colored .is-ui .is-selectbox-options > div.selected {
956
973
  background: rgba(255, 255, 255, 0.38);
957
974
  }
975
+ .colored #_cbhtml .is-dropdown .dropdown-toggle,
976
+ .colored .is-ui .is-dropdown .dropdown-toggle {
977
+ color: #000;
978
+ background: #d4d1ca;
979
+ box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
980
+ }
981
+ .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
982
+ .colored .is-ui .is-dropdown .dropdown-toggle:hover {
983
+ background: #d6d3cd;
984
+ }
985
+ .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
986
+ .colored .is-ui .is-dropdown .dropdown-toggle svg {
987
+ fill: #000;
988
+ }
989
+ .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
990
+ .colored .is-ui .is-dropdown .dropdown-toggle::after {
991
+ border-top-color: #000;
992
+ }
993
+ .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
994
+ .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
995
+ border-bottom-color: #000;
996
+ }
997
+ .colored #_cbhtml .is-dropdown .dropdown-menu,
998
+ .colored .is-ui .is-dropdown .dropdown-menu {
999
+ border: transparent 1px solid;
1000
+ background-color: #d4d1ca;
1001
+ }
1002
+ .colored #_cbhtml .is-dropdown .dropdown-menu li,
1003
+ .colored .is-ui .is-dropdown .dropdown-menu li {
1004
+ color: #000;
1005
+ }
1006
+ .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1007
+ .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1008
+ .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1009
+ background: rgba(255, 255, 255, 0.38);
1010
+ }
1011
+ .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1012
+ .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1013
+ background: rgba(255, 255, 255, 0.38);
1014
+ }
958
1015
  .colored #_cbhtml .elementstyles .elm-list,
959
1016
  .colored .is-ui .elementstyles .elm-list {
960
1017
  color: rgba(0, 0, 0, 0.95);
@@ -354,12 +354,25 @@
354
354
  .colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(251, 192, 115, 0.55);
356
356
  }
357
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .colored .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #f99a1e;
360
360
  }
361
- .colored #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .colored .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #f99c23;
365
+ }
366
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #f99a1e;
369
+ }
370
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #f99c23;
373
+ }
374
+ .colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #f99c23;
364
377
  }
365
378
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #f99c23;
428
441
  }
442
+ .colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #f99c23;
445
+ }
429
446
  .colored #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .colored .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -813,8 +830,8 @@
813
830
  border: transparent 1px solid;
814
831
  background: transparent;
815
832
  }
816
- .colored #_cbhtml textarea,
817
- .colored .is-ui textarea {
833
+ .colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
834
+ .colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
818
835
  border: 1px solid rgba(0, 0, 0, 0.08);
819
836
  background-color: rgba(241, 200, 147, 0.25);
820
837
  color: rgba(0, 0, 0, 0.83);
@@ -955,6 +972,46 @@
955
972
  .colored .is-ui .is-selectbox-options > div.selected {
956
973
  background: rgba(255, 255, 255, 0.38);
957
974
  }
975
+ .colored #_cbhtml .is-dropdown .dropdown-toggle,
976
+ .colored .is-ui .is-dropdown .dropdown-toggle {
977
+ color: #000;
978
+ background: #f7dfc0;
979
+ box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
980
+ }
981
+ .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
982
+ .colored .is-ui .is-dropdown .dropdown-toggle:hover {
983
+ background: #f8e1c5;
984
+ }
985
+ .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
986
+ .colored .is-ui .is-dropdown .dropdown-toggle svg {
987
+ fill: #000;
988
+ }
989
+ .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
990
+ .colored .is-ui .is-dropdown .dropdown-toggle::after {
991
+ border-top-color: #000;
992
+ }
993
+ .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
994
+ .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
995
+ border-bottom-color: #000;
996
+ }
997
+ .colored #_cbhtml .is-dropdown .dropdown-menu,
998
+ .colored .is-ui .is-dropdown .dropdown-menu {
999
+ border: transparent 1px solid;
1000
+ background-color: #f7dfc0;
1001
+ }
1002
+ .colored #_cbhtml .is-dropdown .dropdown-menu li,
1003
+ .colored .is-ui .is-dropdown .dropdown-menu li {
1004
+ color: #000;
1005
+ }
1006
+ .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1007
+ .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1008
+ .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1009
+ background: rgba(255, 255, 255, 0.38);
1010
+ }
1011
+ .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1012
+ .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1013
+ background: rgba(255, 255, 255, 0.38);
1014
+ }
958
1015
  .colored #_cbhtml .elementstyles .elm-list,
959
1016
  .colored .is-ui .elementstyles .elm-list {
960
1017
  color: rgba(0, 0, 0, 0.95);
@@ -354,12 +354,25 @@
354
354
  .dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
355
355
  background: rgba(182, 188, 235, 0.55);
356
356
  }
357
- .dark #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
358
- .dark .is-ui .is-rte-pop.rte-paragraph-options div.on {
357
+ .dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
358
+ .dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
359
359
  background: #4b59cc;
360
360
  }
361
- .dark #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
362
- .dark .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
361
+ .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
362
+ .dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
363
+ .dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
364
+ background: #4f5dcd;
365
+ }
366
+ .dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
367
+ .dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
368
+ background: #4b59cc;
369
+ }
370
+ .dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
371
+ .dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
372
+ background: #4f5dcd;
373
+ }
374
+ .dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
375
+ .dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
363
376
  background: #4f5dcd;
364
377
  }
365
378
  .dark #_cbhtml .is-rte-pop.rte-color-picker button,
@@ -426,6 +439,10 @@
426
439
  .dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
427
440
  background: #4f5dcd;
428
441
  }
442
+ .dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
443
+ .dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
444
+ background: #4f5dcd;
445
+ }
429
446
  .dark #_cbhtml[toolbarleft] .is-rte-pop,
430
447
  .dark .is-ui[toolbarleft] .is-rte-pop {
431
448
  box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
@@ -821,8 +838,8 @@
821
838
  border: transparent 1px solid;
822
839
  background: transparent;
823
840
  }
824
- .dark #_cbhtml textarea,
825
- .dark .is-ui textarea {
841
+ .dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
842
+ .dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
826
843
  border: 1px solid rgba(255, 255, 255, 0.1);
827
844
  background-color: rgba(255, 255, 255, 0.08);
828
845
  color: rgba(250, 250, 250, 0.83);
@@ -963,6 +980,46 @@
963
980
  .dark .is-ui .is-selectbox-options > div.selected {
964
981
  background: rgba(187, 192, 231, 0.55);
965
982
  }
983
+ .dark #_cbhtml .is-dropdown .dropdown-toggle,
984
+ .dark .is-ui .is-dropdown .dropdown-toggle {
985
+ color: #fafafa;
986
+ background: #4a58c0;
987
+ box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
988
+ }
989
+ .dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
990
+ .dark .is-ui .is-dropdown .dropdown-toggle:hover {
991
+ background: #4d5bc1;
992
+ }
993
+ .dark #_cbhtml .is-dropdown .dropdown-toggle svg,
994
+ .dark .is-ui .is-dropdown .dropdown-toggle svg {
995
+ fill: #fafafa;
996
+ }
997
+ .dark #_cbhtml .is-dropdown .dropdown-toggle::after,
998
+ .dark .is-ui .is-dropdown .dropdown-toggle::after {
999
+ border-top-color: #fafafa;
1000
+ }
1001
+ .dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1002
+ .dark .is-ui .is-dropdown .dropdown-toggle.active::after {
1003
+ border-bottom-color: #fafafa;
1004
+ }
1005
+ .dark #_cbhtml .is-dropdown .dropdown-menu,
1006
+ .dark .is-ui .is-dropdown .dropdown-menu {
1007
+ border: transparent 1px solid;
1008
+ background-color: #4d5bc1;
1009
+ }
1010
+ .dark #_cbhtml .is-dropdown .dropdown-menu li,
1011
+ .dark .is-ui .is-dropdown .dropdown-menu li {
1012
+ color: #fafafa;
1013
+ }
1014
+ .dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
1015
+ .dark .is-ui .is-dropdown .dropdown-menu li:hover,
1016
+ .dark .is-ui .is-dropdown .dropdown-menu li:focus {
1017
+ background: rgba(187, 192, 231, 0.55);
1018
+ }
1019
+ .dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
1020
+ .dark .is-ui .is-dropdown .dropdown-menu li.selected {
1021
+ background: rgba(187, 192, 231, 0.55);
1022
+ }
966
1023
  .dark #_cbhtml .elementstyles .elm-list,
967
1024
  .dark .is-ui .elementstyles .elm-list {
968
1025
  color: rgba(250, 250, 250, 0.95);