@innovastudio/contentbuilder 1.4.150 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. package/package.json +4 -1
  2. package/public/contentbuilder/contentbuilder.css +651 -33
  3. package/public/contentbuilder/contentbuilder.esm.js +18451 -11081
  4. package/public/contentbuilder/contentbuilder.min.js +11 -11
  5. package/public/contentbuilder/lang/en.js +9 -1
  6. package/public/contentbuilder/lang/fr.js +9 -1
  7. package/public/contentbuilder/themes/colored-blue.css +64 -53
  8. package/public/contentbuilder/themes/colored-blue2.css +64 -53
  9. package/public/contentbuilder/themes/colored-blue3.css +64 -53
  10. package/public/contentbuilder/themes/colored-blue4.css +64 -53
  11. package/public/contentbuilder/themes/colored-blue5.css +64 -53
  12. package/public/contentbuilder/themes/colored-blue6.css +64 -53
  13. package/public/contentbuilder/themes/colored-blue7.css +64 -53
  14. package/public/contentbuilder/themes/colored-blue8.css +64 -53
  15. package/public/contentbuilder/themes/colored-dark.css +60 -53
  16. package/public/contentbuilder/themes/colored-darkblue.css +64 -53
  17. package/public/contentbuilder/themes/colored-gray.css +64 -53
  18. package/public/contentbuilder/themes/colored-green.css +64 -53
  19. package/public/contentbuilder/themes/colored-green2.css +64 -53
  20. package/public/contentbuilder/themes/colored-green3.css +64 -53
  21. package/public/contentbuilder/themes/colored-green4.css +64 -53
  22. package/public/contentbuilder/themes/colored-green5.css +64 -53
  23. package/public/contentbuilder/themes/colored-magenta.css +64 -53
  24. package/public/contentbuilder/themes/colored-orange.css +64 -53
  25. package/public/contentbuilder/themes/colored-orange2.css +64 -53
  26. package/public/contentbuilder/themes/colored-orange3.css +64 -53
  27. package/public/contentbuilder/themes/colored-pink.css +64 -53
  28. package/public/contentbuilder/themes/colored-pink2.css +64 -53
  29. package/public/contentbuilder/themes/colored-pink3.css +64 -53
  30. package/public/contentbuilder/themes/colored-pink4.css +64 -53
  31. package/public/contentbuilder/themes/colored-purple.css +64 -53
  32. package/public/contentbuilder/themes/colored-purple2.css +64 -53
  33. package/public/contentbuilder/themes/colored-red.css +64 -53
  34. package/public/contentbuilder/themes/colored-red2.css +64 -53
  35. package/public/contentbuilder/themes/colored-red3.css +64 -53
  36. package/public/contentbuilder/themes/colored-red4.css +64 -53
  37. package/public/contentbuilder/themes/colored-red5.css +64 -53
  38. package/public/contentbuilder/themes/colored-yellow.css +64 -53
  39. package/public/contentbuilder/themes/colored-yellow2.css +64 -53
  40. package/public/contentbuilder/themes/dark-blue.css +78 -57
  41. package/public/contentbuilder/themes/dark-blue2.css +78 -57
  42. package/public/contentbuilder/themes/dark-blue3.css +78 -57
  43. package/public/contentbuilder/themes/dark-gray.css +78 -57
  44. package/public/contentbuilder/themes/dark-pink.css +78 -57
  45. package/public/contentbuilder/themes/dark-purple.css +78 -57
  46. package/public/contentbuilder/themes/dark-red.css +78 -57
  47. package/public/contentbuilder/themes/dark.css +74 -55
  48. package/public/contentbuilder/themes/light-blue.css +64 -53
  49. package/public/contentbuilder/themes/light-blue2.css +64 -53
  50. package/public/contentbuilder/themes/light-blue3.css +64 -53
  51. package/public/contentbuilder/themes/light-cyan.css +64 -53
  52. package/public/contentbuilder/themes/light-gray.css +64 -53
  53. package/public/contentbuilder/themes/light-gray2.css +64 -53
  54. package/public/contentbuilder/themes/light-gray3.css +64 -53
  55. package/public/contentbuilder/themes/light-green.css +64 -53
  56. package/public/contentbuilder/themes/light-pink.css +64 -53
  57. package/public/contentbuilder/themes/light-pink2.css +64 -53
  58. package/public/contentbuilder/themes/light-purple.css +64 -53
  59. package/public/contentbuilder/themes/light-purple2.css +64 -53
  60. package/public/contentbuilder/themes/light-red.css +64 -53
  61. package/public/contentbuilder/themes/light-yellow.css +64 -53
  62. package/public/contentbuilder/themes/light-yellow2.css +64 -53
  63. package/readme.txt +95 -10
  64. package/README.md +0 -2252
@@ -401,6 +401,28 @@
401
401
  .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #3cc548;
403
403
  }
404
+ .colored #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .colored .is-ui .is-rte-pop.rte-icon-options input[type=text] {
406
+ color: rgba(255, 255, 255, 0.95);
407
+ background: rgba(42, 144, 51, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(162, 228, 168, 0.45);
410
+ }
411
+ .colored #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .colored .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options input[type=text] {
417
+ color: rgba(255, 255, 255, 0.95);
418
+ background: rgba(42, 144, 51, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(162, 228, 168, 0.45);
421
+ }
422
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .colored .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -678,6 +700,18 @@
678
700
  .colored .is-ui .is-modal.pickcolor .is-color-preview {
679
701
  border: transparent 1px solid;
680
702
  }
703
+ .colored #_cbhtml .is-modal.snippetwindow,
704
+ .colored .is-ui .is-modal.snippetwindow {
705
+ background-color: #ebeceb;
706
+ }
707
+ .colored #_cbhtml .is-modal.snippetwindow .is-modal-bar,
708
+ .colored .is-ui .is-modal.snippetwindow .is-modal-bar {
709
+ background-color: rgba(255, 255, 255, 0.12);
710
+ }
711
+ .colored #_cbhtml .is-modal.snippetwindow .select-styled,
712
+ .colored .is-ui .is-modal.snippetwindow .select-styled {
713
+ border-bottom: 1px solid #bababa38;
714
+ }
681
715
  .colored #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
682
716
  .colored .is-ui .is-modal.pickcolormore div.is-modal-content > div {
683
717
  opacity: 0.9;
@@ -752,26 +786,26 @@
752
786
  .colored .is-ui .is-tool.is-table-tool > button svg {
753
787
  fill: #000;
754
788
  }
755
- .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button,
789
+ .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button, .colored #_cbhtml .is-tool.is-svg-tool > button,
756
790
  .colored .is-ui .is-tool.is-code-tool > button,
757
- .colored .is-ui .is-tool.is-module-tool > button {
791
+ .colored .is-ui .is-tool.is-module-tool > button,
792
+ .colored .is-ui .is-tool.is-svg-tool > button {
758
793
  background: #edefed;
759
794
  }
760
- .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg,
795
+ .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg, .colored #_cbhtml .is-tool.is-svg-tool > button svg,
761
796
  .colored .is-ui .is-tool.is-code-tool > button svg,
762
- .colored .is-ui .is-tool.is-module-tool > button svg {
797
+ .colored .is-ui .is-tool.is-module-tool > button svg,
798
+ .colored .is-ui .is-tool.is-svg-tool > button svg {
763
799
  fill: #000;
764
800
  }
765
- .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button, .colored #_cbhtml .is-tool#divSvgTool button,
801
+ .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button,
766
802
  .colored .is-ui .is-tool#divLinkTool button,
767
- .colored .is-ui .is-tool#divButtonTool button,
768
- .colored .is-ui .is-tool#divSvgTool button {
803
+ .colored .is-ui .is-tool#divButtonTool button {
769
804
  background: #edefed;
770
805
  }
771
- .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg, .colored #_cbhtml .is-tool#divSvgTool button svg,
806
+ .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg,
772
807
  .colored .is-ui .is-tool#divLinkTool button svg,
773
- .colored .is-ui .is-tool#divButtonTool button svg,
774
- .colored .is-ui .is-tool#divSvgTool button svg {
808
+ .colored .is-ui .is-tool#divButtonTool button svg {
775
809
  fill: #000;
776
810
  }
777
811
  .colored #_cbhtml #divImageProgress,
@@ -1018,49 +1052,6 @@
1018
1052
  .colored .is-ui .is-selectbox-options > div.selected {
1019
1053
  background: rgba(255, 255, 255, 0.38);
1020
1054
  }
1021
- .colored #_cbhtml .is-dropdown .dropdown-toggle,
1022
- .colored .is-ui .is-dropdown .dropdown-toggle {
1023
- color: #000;
1024
- background: #c1e7c5;
1025
- box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
1026
- }
1027
- .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
1028
- .colored .is-ui .is-dropdown .dropdown-toggle:hover {
1029
- background: #c5e8c8;
1030
- }
1031
- .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
1032
- .colored .is-ui .is-dropdown .dropdown-toggle svg {
1033
- fill: #000;
1034
- }
1035
- .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
1036
- .colored .is-ui .is-dropdown .dropdown-toggle::after {
1037
- border-top-color: #000;
1038
- border-bottom-color: transparent;
1039
- }
1040
- .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1041
- .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
1042
- border-bottom-color: #000;
1043
- border-top-color: transparent;
1044
- }
1045
- .colored #_cbhtml .is-dropdown .dropdown-menu,
1046
- .colored .is-ui .is-dropdown .dropdown-menu {
1047
- border: transparent 1px solid;
1048
- background-color: #c1e7c5;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #c1e7c5;
1054
- }
1055
- .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1056
- .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1057
- .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1058
- background: rgba(255, 255, 255, 0.38);
1059
- }
1060
- .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1061
- .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1062
- background: rgba(255, 255, 255, 0.38);
1063
- }
1064
1055
  .colored #_cbhtml .elementstyles .elm-list,
1065
1056
  .colored .is-ui .elementstyles .elm-list {
1066
1057
  color: rgba(0, 0, 0, 0.95);
@@ -1275,3 +1266,23 @@
1275
1266
  .colored .scroll-darker *::-webkit-scrollbar-thumb {
1276
1267
  background-color: rgba(78, 78, 78, 0.62);
1277
1268
  }
1269
+ .colored .custom-select .select-styled span {
1270
+ color: #000;
1271
+ }
1272
+ .colored .custom-select input {
1273
+ background: #c1e7c5;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #c1e7c5;
1278
+ color: #000;
1279
+ }
1280
+ .colored .custom-select .select-options li {
1281
+ color: #000;
1282
+ }
1283
+ .colored .custom-select .select-options li:hover {
1284
+ background-color: rgba(255, 255, 255, 0.38);
1285
+ }
1286
+ .colored .custom-select .select-options li.selected {
1287
+ background-color: rgba(255, 255, 255, 0.38);
1288
+ }
@@ -401,6 +401,28 @@
401
401
  .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #00d589;
403
403
  }
404
+ .colored #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .colored .is-ui .is-rte-pop.rte-icon-options input[type=text] {
406
+ color: rgba(255, 255, 255, 0.95);
407
+ background: rgba(0, 142, 91, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(91, 255, 196, 0.45);
410
+ }
411
+ .colored #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .colored .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options input[type=text] {
417
+ color: rgba(255, 255, 255, 0.95);
418
+ background: rgba(0, 142, 91, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(91, 255, 196, 0.45);
421
+ }
422
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .colored .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -678,6 +700,18 @@
678
700
  .colored .is-ui .is-modal.pickcolor .is-color-preview {
679
701
  border: transparent 1px solid;
680
702
  }
703
+ .colored #_cbhtml .is-modal.snippetwindow,
704
+ .colored .is-ui .is-modal.snippetwindow {
705
+ background-color: #d9e3df;
706
+ }
707
+ .colored #_cbhtml .is-modal.snippetwindow .is-modal-bar,
708
+ .colored .is-ui .is-modal.snippetwindow .is-modal-bar {
709
+ background-color: rgba(255, 255, 255, 0.12);
710
+ }
711
+ .colored #_cbhtml .is-modal.snippetwindow .select-styled,
712
+ .colored .is-ui .is-modal.snippetwindow .select-styled {
713
+ border-bottom: 1px solid #bababa38;
714
+ }
681
715
  .colored #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
682
716
  .colored .is-ui .is-modal.pickcolormore div.is-modal-content > div {
683
717
  opacity: 0.9;
@@ -752,26 +786,26 @@
752
786
  .colored .is-ui .is-tool.is-table-tool > button svg {
753
787
  fill: #000;
754
788
  }
755
- .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button,
789
+ .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button, .colored #_cbhtml .is-tool.is-svg-tool > button,
756
790
  .colored .is-ui .is-tool.is-code-tool > button,
757
- .colored .is-ui .is-tool.is-module-tool > button {
791
+ .colored .is-ui .is-tool.is-module-tool > button,
792
+ .colored .is-ui .is-tool.is-svg-tool > button {
758
793
  background: #edefed;
759
794
  }
760
- .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg,
795
+ .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg, .colored #_cbhtml .is-tool.is-svg-tool > button svg,
761
796
  .colored .is-ui .is-tool.is-code-tool > button svg,
762
- .colored .is-ui .is-tool.is-module-tool > button svg {
797
+ .colored .is-ui .is-tool.is-module-tool > button svg,
798
+ .colored .is-ui .is-tool.is-svg-tool > button svg {
763
799
  fill: #000;
764
800
  }
765
- .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button, .colored #_cbhtml .is-tool#divSvgTool button,
801
+ .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button,
766
802
  .colored .is-ui .is-tool#divLinkTool button,
767
- .colored .is-ui .is-tool#divButtonTool button,
768
- .colored .is-ui .is-tool#divSvgTool button {
803
+ .colored .is-ui .is-tool#divButtonTool button {
769
804
  background: #edefed;
770
805
  }
771
- .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg, .colored #_cbhtml .is-tool#divSvgTool button svg,
806
+ .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg,
772
807
  .colored .is-ui .is-tool#divLinkTool button svg,
773
- .colored .is-ui .is-tool#divButtonTool button svg,
774
- .colored .is-ui .is-tool#divSvgTool button svg {
808
+ .colored .is-ui .is-tool#divButtonTool button svg {
775
809
  fill: #000;
776
810
  }
777
811
  .colored #_cbhtml #divImageProgress,
@@ -1018,49 +1052,6 @@
1018
1052
  .colored .is-ui .is-selectbox-options > div.selected {
1019
1053
  background: rgba(255, 255, 255, 0.38);
1020
1054
  }
1021
- .colored #_cbhtml .is-dropdown .dropdown-toggle,
1022
- .colored .is-ui .is-dropdown .dropdown-toggle {
1023
- color: #000;
1024
- background: #dbe7e3;
1025
- box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
1026
- }
1027
- .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
1028
- .colored .is-ui .is-dropdown .dropdown-toggle:hover {
1029
- background: #dee9e5;
1030
- }
1031
- .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
1032
- .colored .is-ui .is-dropdown .dropdown-toggle svg {
1033
- fill: #000;
1034
- }
1035
- .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
1036
- .colored .is-ui .is-dropdown .dropdown-toggle::after {
1037
- border-top-color: #000;
1038
- border-bottom-color: transparent;
1039
- }
1040
- .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1041
- .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
1042
- border-bottom-color: #000;
1043
- border-top-color: transparent;
1044
- }
1045
- .colored #_cbhtml .is-dropdown .dropdown-menu,
1046
- .colored .is-ui .is-dropdown .dropdown-menu {
1047
- border: transparent 1px solid;
1048
- background-color: #dbe7e3;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #dbe7e3;
1054
- }
1055
- .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1056
- .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1057
- .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1058
- background: rgba(255, 255, 255, 0.38);
1059
- }
1060
- .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1061
- .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1062
- background: rgba(255, 255, 255, 0.38);
1063
- }
1064
1055
  .colored #_cbhtml .elementstyles .elm-list,
1065
1056
  .colored .is-ui .elementstyles .elm-list {
1066
1057
  color: rgba(0, 0, 0, 0.95);
@@ -1275,3 +1266,23 @@
1275
1266
  .colored .scroll-darker *::-webkit-scrollbar-thumb {
1276
1267
  background-color: rgba(78, 78, 78, 0.62);
1277
1268
  }
1269
+ .colored .custom-select .select-styled span {
1270
+ color: #000;
1271
+ }
1272
+ .colored .custom-select input {
1273
+ background: #dbe7e3;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #dbe7e3;
1278
+ color: #000;
1279
+ }
1280
+ .colored .custom-select .select-options li {
1281
+ color: #000;
1282
+ }
1283
+ .colored .custom-select .select-options li:hover {
1284
+ background-color: rgba(255, 255, 255, 0.38);
1285
+ }
1286
+ .colored .custom-select .select-options li.selected {
1287
+ background-color: rgba(255, 255, 255, 0.38);
1288
+ }
@@ -401,6 +401,28 @@
401
401
  .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #15c553;
403
403
  }
404
+ .colored #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .colored .is-ui .is-rte-pop.rte-icon-options input[type=text] {
406
+ color: rgba(255, 255, 255, 0.95);
407
+ background: rgba(14, 133, 56, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(111, 240, 156, 0.45);
410
+ }
411
+ .colored #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .colored .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options input[type=text] {
417
+ color: rgba(255, 255, 255, 0.95);
418
+ background: rgba(14, 133, 56, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(111, 240, 156, 0.45);
421
+ }
422
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .colored .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -678,6 +700,18 @@
678
700
  .colored .is-ui .is-modal.pickcolor .is-color-preview {
679
701
  border: transparent 1px solid;
680
702
  }
703
+ .colored #_cbhtml .is-modal.snippetwindow,
704
+ .colored .is-ui .is-modal.snippetwindow {
705
+ background-color: #e7e7e5;
706
+ }
707
+ .colored #_cbhtml .is-modal.snippetwindow .is-modal-bar,
708
+ .colored .is-ui .is-modal.snippetwindow .is-modal-bar {
709
+ background-color: rgba(255, 255, 255, 0.12);
710
+ }
711
+ .colored #_cbhtml .is-modal.snippetwindow .select-styled,
712
+ .colored .is-ui .is-modal.snippetwindow .select-styled {
713
+ border-bottom: 1px solid #bababa38;
714
+ }
681
715
  .colored #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
682
716
  .colored .is-ui .is-modal.pickcolormore div.is-modal-content > div {
683
717
  opacity: 0.9;
@@ -752,26 +786,26 @@
752
786
  .colored .is-ui .is-tool.is-table-tool > button svg {
753
787
  fill: #000;
754
788
  }
755
- .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button,
789
+ .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button, .colored #_cbhtml .is-tool.is-svg-tool > button,
756
790
  .colored .is-ui .is-tool.is-code-tool > button,
757
- .colored .is-ui .is-tool.is-module-tool > button {
791
+ .colored .is-ui .is-tool.is-module-tool > button,
792
+ .colored .is-ui .is-tool.is-svg-tool > button {
758
793
  background: #eaeaea;
759
794
  }
760
- .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg,
795
+ .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg, .colored #_cbhtml .is-tool.is-svg-tool > button svg,
761
796
  .colored .is-ui .is-tool.is-code-tool > button svg,
762
- .colored .is-ui .is-tool.is-module-tool > button svg {
797
+ .colored .is-ui .is-tool.is-module-tool > button svg,
798
+ .colored .is-ui .is-tool.is-svg-tool > button svg {
763
799
  fill: #000;
764
800
  }
765
- .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button, .colored #_cbhtml .is-tool#divSvgTool button,
801
+ .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button,
766
802
  .colored .is-ui .is-tool#divLinkTool button,
767
- .colored .is-ui .is-tool#divButtonTool button,
768
- .colored .is-ui .is-tool#divSvgTool button {
803
+ .colored .is-ui .is-tool#divButtonTool button {
769
804
  background: #eaeaea;
770
805
  }
771
- .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg, .colored #_cbhtml .is-tool#divSvgTool button svg,
806
+ .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg,
772
807
  .colored .is-ui .is-tool#divLinkTool button svg,
773
- .colored .is-ui .is-tool#divButtonTool button svg,
774
- .colored .is-ui .is-tool#divSvgTool button svg {
808
+ .colored .is-ui .is-tool#divButtonTool button svg {
775
809
  fill: #000;
776
810
  }
777
811
  .colored #_cbhtml #divImageProgress,
@@ -1018,49 +1052,6 @@
1018
1052
  .colored .is-ui .is-selectbox-options > div.selected {
1019
1053
  background: rgba(255, 255, 255, 0.38);
1020
1054
  }
1021
- .colored #_cbhtml .is-dropdown .dropdown-toggle,
1022
- .colored .is-ui .is-dropdown .dropdown-toggle {
1023
- color: #000;
1024
- background: #d5d6d3;
1025
- box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
1026
- }
1027
- .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
1028
- .colored .is-ui .is-dropdown .dropdown-toggle:hover {
1029
- background: #d8d8d6;
1030
- }
1031
- .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
1032
- .colored .is-ui .is-dropdown .dropdown-toggle svg {
1033
- fill: #000;
1034
- }
1035
- .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
1036
- .colored .is-ui .is-dropdown .dropdown-toggle::after {
1037
- border-top-color: #000;
1038
- border-bottom-color: transparent;
1039
- }
1040
- .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1041
- .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
1042
- border-bottom-color: #000;
1043
- border-top-color: transparent;
1044
- }
1045
- .colored #_cbhtml .is-dropdown .dropdown-menu,
1046
- .colored .is-ui .is-dropdown .dropdown-menu {
1047
- border: transparent 1px solid;
1048
- background-color: #d5d6d3;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #d5d6d3;
1054
- }
1055
- .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1056
- .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1057
- .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1058
- background: rgba(255, 255, 255, 0.38);
1059
- }
1060
- .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1061
- .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1062
- background: rgba(255, 255, 255, 0.38);
1063
- }
1064
1055
  .colored #_cbhtml .elementstyles .elm-list,
1065
1056
  .colored .is-ui .elementstyles .elm-list {
1066
1057
  color: rgba(0, 0, 0, 0.95);
@@ -1275,3 +1266,23 @@
1275
1266
  .colored .scroll-darker *::-webkit-scrollbar-thumb {
1276
1267
  background-color: rgba(78, 78, 78, 0.62);
1277
1268
  }
1269
+ .colored .custom-select .select-styled span {
1270
+ color: #000;
1271
+ }
1272
+ .colored .custom-select input {
1273
+ background: #d5d6d3;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #d5d6d3;
1278
+ color: #000;
1279
+ }
1280
+ .colored .custom-select .select-options li {
1281
+ color: #000;
1282
+ }
1283
+ .colored .custom-select .select-options li:hover {
1284
+ background-color: rgba(255, 255, 255, 0.38);
1285
+ }
1286
+ .colored .custom-select .select-options li.selected {
1287
+ background-color: rgba(255, 255, 255, 0.38);
1288
+ }
@@ -401,6 +401,28 @@
401
401
  .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #00cb81;
403
403
  }
404
+ .colored #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .colored .is-ui .is-rte-pop.rte-icon-options input[type=text] {
406
+ color: rgba(255, 255, 255, 0.95);
407
+ background: rgba(0, 132, 84, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(81, 255, 191, 0.45);
410
+ }
411
+ .colored #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .colored .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options input[type=text] {
417
+ color: rgba(255, 255, 255, 0.95);
418
+ background: rgba(0, 132, 84, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(81, 255, 191, 0.45);
421
+ }
422
+ .colored #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .colored .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .colored #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .colored .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -678,6 +700,18 @@
678
700
  .colored .is-ui .is-modal.pickcolor .is-color-preview {
679
701
  border: transparent 1px solid;
680
702
  }
703
+ .colored #_cbhtml .is-modal.snippetwindow,
704
+ .colored .is-ui .is-modal.snippetwindow {
705
+ background-color: #efefef;
706
+ }
707
+ .colored #_cbhtml .is-modal.snippetwindow .is-modal-bar,
708
+ .colored .is-ui .is-modal.snippetwindow .is-modal-bar {
709
+ background-color: rgba(255, 255, 255, 0.12);
710
+ }
711
+ .colored #_cbhtml .is-modal.snippetwindow .select-styled,
712
+ .colored .is-ui .is-modal.snippetwindow .select-styled {
713
+ border-bottom: 1px solid #bababa38;
714
+ }
681
715
  .colored #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
682
716
  .colored .is-ui .is-modal.pickcolormore div.is-modal-content > div {
683
717
  opacity: 0.9;
@@ -752,26 +786,26 @@
752
786
  .colored .is-ui .is-tool.is-table-tool > button svg {
753
787
  fill: #000;
754
788
  }
755
- .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button,
789
+ .colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button, .colored #_cbhtml .is-tool.is-svg-tool > button,
756
790
  .colored .is-ui .is-tool.is-code-tool > button,
757
- .colored .is-ui .is-tool.is-module-tool > button {
791
+ .colored .is-ui .is-tool.is-module-tool > button,
792
+ .colored .is-ui .is-tool.is-svg-tool > button {
758
793
  background: #eaeaea;
759
794
  }
760
- .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg,
795
+ .colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg, .colored #_cbhtml .is-tool.is-svg-tool > button svg,
761
796
  .colored .is-ui .is-tool.is-code-tool > button svg,
762
- .colored .is-ui .is-tool.is-module-tool > button svg {
797
+ .colored .is-ui .is-tool.is-module-tool > button svg,
798
+ .colored .is-ui .is-tool.is-svg-tool > button svg {
763
799
  fill: #000;
764
800
  }
765
- .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button, .colored #_cbhtml .is-tool#divSvgTool button,
801
+ .colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button,
766
802
  .colored .is-ui .is-tool#divLinkTool button,
767
- .colored .is-ui .is-tool#divButtonTool button,
768
- .colored .is-ui .is-tool#divSvgTool button {
803
+ .colored .is-ui .is-tool#divButtonTool button {
769
804
  background: #eaeaea;
770
805
  }
771
- .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg, .colored #_cbhtml .is-tool#divSvgTool button svg,
806
+ .colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg,
772
807
  .colored .is-ui .is-tool#divLinkTool button svg,
773
- .colored .is-ui .is-tool#divButtonTool button svg,
774
- .colored .is-ui .is-tool#divSvgTool button svg {
808
+ .colored .is-ui .is-tool#divButtonTool button svg {
775
809
  fill: #000;
776
810
  }
777
811
  .colored #_cbhtml #divImageProgress,
@@ -1018,49 +1052,6 @@
1018
1052
  .colored .is-ui .is-selectbox-options > div.selected {
1019
1053
  background: rgba(255, 255, 255, 0.38);
1020
1054
  }
1021
- .colored #_cbhtml .is-dropdown .dropdown-toggle,
1022
- .colored .is-ui .is-dropdown .dropdown-toggle {
1023
- color: #000;
1024
- background: #e3e3e3;
1025
- box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
1026
- }
1027
- .colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
1028
- .colored .is-ui .is-dropdown .dropdown-toggle:hover {
1029
- background: #e6e6e6;
1030
- }
1031
- .colored #_cbhtml .is-dropdown .dropdown-toggle svg,
1032
- .colored .is-ui .is-dropdown .dropdown-toggle svg {
1033
- fill: #000;
1034
- }
1035
- .colored #_cbhtml .is-dropdown .dropdown-toggle::after,
1036
- .colored .is-ui .is-dropdown .dropdown-toggle::after {
1037
- border-top-color: #000;
1038
- border-bottom-color: transparent;
1039
- }
1040
- .colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1041
- .colored .is-ui .is-dropdown .dropdown-toggle.active::after {
1042
- border-bottom-color: #000;
1043
- border-top-color: transparent;
1044
- }
1045
- .colored #_cbhtml .is-dropdown .dropdown-menu,
1046
- .colored .is-ui .is-dropdown .dropdown-menu {
1047
- border: transparent 1px solid;
1048
- background-color: #e3e3e3;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #e3e3e3;
1054
- }
1055
- .colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
1056
- .colored .is-ui .is-dropdown .dropdown-menu li:hover,
1057
- .colored .is-ui .is-dropdown .dropdown-menu li:focus {
1058
- background: rgba(255, 255, 255, 0.38);
1059
- }
1060
- .colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
1061
- .colored .is-ui .is-dropdown .dropdown-menu li.selected {
1062
- background: rgba(255, 255, 255, 0.38);
1063
- }
1064
1055
  .colored #_cbhtml .elementstyles .elm-list,
1065
1056
  .colored .is-ui .elementstyles .elm-list {
1066
1057
  color: rgba(0, 0, 0, 0.95);
@@ -1275,3 +1266,23 @@
1275
1266
  .colored .scroll-darker *::-webkit-scrollbar-thumb {
1276
1267
  background-color: rgba(78, 78, 78, 0.62);
1277
1268
  }
1269
+ .colored .custom-select .select-styled span {
1270
+ color: #000;
1271
+ }
1272
+ .colored .custom-select input {
1273
+ background: #e3e3e3;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #e3e3e3;
1278
+ color: #000;
1279
+ }
1280
+ .colored .custom-select .select-options li {
1281
+ color: #000;
1282
+ }
1283
+ .colored .custom-select .select-options li:hover {
1284
+ background-color: rgba(255, 255, 255, 0.38);
1285
+ }
1286
+ .colored .custom-select .select-options li.selected {
1287
+ background-color: rgba(255, 255, 255, 0.38);
1288
+ }