@innovastudio/contentbuilder 1.4.149 → 1.5.0

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 +18446 -11080
  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-dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #525252;
403
403
  }
404
+ .colored-dark #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .colored-dark .is-ui .is-rte-pop.rte-icon-options input[type=text] {
406
+ color: rgba(255, 255, 255, 0.95);
407
+ background: rgba(0, 0, 0, 0.1);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(128, 128, 128, 0.45);
410
+ }
411
+ .colored-dark #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .colored-dark .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .colored-dark #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .colored-dark .is-ui .is-rte-pop.rte-fontfamily-options input[type=text] {
417
+ color: rgba(255, 255, 255, 0.95);
418
+ background: rgba(0, 0, 0, 0.1);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(128, 128, 128, 0.45);
421
+ }
422
+ .colored-dark #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .colored-dark .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .colored-dark #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .colored-dark .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -678,6 +700,14 @@
678
700
  .colored-dark .is-ui .is-modal.pickcolor .is-color-preview {
679
701
  border: transparent 1px solid;
680
702
  }
703
+ .colored-dark #_cbhtml .is-modal.snippetwindow .is-modal-bar,
704
+ .colored-dark .is-ui .is-modal.snippetwindow .is-modal-bar {
705
+ background-color: rgba(255, 255, 255, 0.12);
706
+ }
707
+ .colored-dark #_cbhtml .is-modal.snippetwindow .select-styled,
708
+ .colored-dark .is-ui .is-modal.snippetwindow .select-styled {
709
+ border-bottom: 1px solid #bababa38;
710
+ }
681
711
  .colored-dark #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
682
712
  .colored-dark .is-ui .is-modal.pickcolormore div.is-modal-content > div {
683
713
  opacity: 0.9;
@@ -752,26 +782,26 @@
752
782
  .colored-dark .is-ui .is-tool.is-table-tool > button svg {
753
783
  fill: #000;
754
784
  }
755
- .colored-dark #_cbhtml .is-tool.is-code-tool > button, .colored-dark #_cbhtml .is-tool.is-module-tool > button,
785
+ .colored-dark #_cbhtml .is-tool.is-code-tool > button, .colored-dark #_cbhtml .is-tool.is-module-tool > button, .colored-dark #_cbhtml .is-tool.is-svg-tool > button,
756
786
  .colored-dark .is-ui .is-tool.is-code-tool > button,
757
- .colored-dark .is-ui .is-tool.is-module-tool > button {
787
+ .colored-dark .is-ui .is-tool.is-module-tool > button,
788
+ .colored-dark .is-ui .is-tool.is-svg-tool > button {
758
789
  background: #eaeaea;
759
790
  }
760
- .colored-dark #_cbhtml .is-tool.is-code-tool > button svg, .colored-dark #_cbhtml .is-tool.is-module-tool > button svg,
791
+ .colored-dark #_cbhtml .is-tool.is-code-tool > button svg, .colored-dark #_cbhtml .is-tool.is-module-tool > button svg, .colored-dark #_cbhtml .is-tool.is-svg-tool > button svg,
761
792
  .colored-dark .is-ui .is-tool.is-code-tool > button svg,
762
- .colored-dark .is-ui .is-tool.is-module-tool > button svg {
793
+ .colored-dark .is-ui .is-tool.is-module-tool > button svg,
794
+ .colored-dark .is-ui .is-tool.is-svg-tool > button svg {
763
795
  fill: #000;
764
796
  }
765
- .colored-dark #_cbhtml .is-tool#divLinkTool button, .colored-dark #_cbhtml .is-tool#divButtonTool button, .colored-dark #_cbhtml .is-tool#divSvgTool button,
797
+ .colored-dark #_cbhtml .is-tool#divLinkTool button, .colored-dark #_cbhtml .is-tool#divButtonTool button,
766
798
  .colored-dark .is-ui .is-tool#divLinkTool button,
767
- .colored-dark .is-ui .is-tool#divButtonTool button,
768
- .colored-dark .is-ui .is-tool#divSvgTool button {
799
+ .colored-dark .is-ui .is-tool#divButtonTool button {
769
800
  background: #eaeaea;
770
801
  }
771
- .colored-dark #_cbhtml .is-tool#divLinkTool button svg, .colored-dark #_cbhtml .is-tool#divButtonTool button svg, .colored-dark #_cbhtml .is-tool#divSvgTool button svg,
802
+ .colored-dark #_cbhtml .is-tool#divLinkTool button svg, .colored-dark #_cbhtml .is-tool#divButtonTool button svg,
772
803
  .colored-dark .is-ui .is-tool#divLinkTool button svg,
773
- .colored-dark .is-ui .is-tool#divButtonTool button svg,
774
- .colored-dark .is-ui .is-tool#divSvgTool button svg {
804
+ .colored-dark .is-ui .is-tool#divButtonTool button svg {
775
805
  fill: #000;
776
806
  }
777
807
  .colored-dark #_cbhtml #divImageProgress,
@@ -1004,49 +1034,6 @@
1004
1034
  .colored-dark .is-ui .is-selectbox-options > div.selected {
1005
1035
  background: rgba(255, 255, 255, 0.38);
1006
1036
  }
1007
- .colored-dark #_cbhtml .is-dropdown .dropdown-toggle,
1008
- .colored-dark .is-ui .is-dropdown .dropdown-toggle {
1009
- color: #000;
1010
- background: #d6d6d6;
1011
- box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
1012
- }
1013
- .colored-dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
1014
- .colored-dark .is-ui .is-dropdown .dropdown-toggle:hover {
1015
- background: #d9d9d9;
1016
- }
1017
- .colored-dark #_cbhtml .is-dropdown .dropdown-toggle svg,
1018
- .colored-dark .is-ui .is-dropdown .dropdown-toggle svg {
1019
- fill: #000;
1020
- }
1021
- .colored-dark #_cbhtml .is-dropdown .dropdown-toggle::after,
1022
- .colored-dark .is-ui .is-dropdown .dropdown-toggle::after {
1023
- border-top-color: #000;
1024
- border-bottom-color: transparent;
1025
- }
1026
- .colored-dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1027
- .colored-dark .is-ui .is-dropdown .dropdown-toggle.active::after {
1028
- border-bottom-color: #000;
1029
- border-top-color: transparent;
1030
- }
1031
- .colored-dark #_cbhtml .is-dropdown .dropdown-menu,
1032
- .colored-dark .is-ui .is-dropdown .dropdown-menu {
1033
- border: transparent 1px solid;
1034
- background-color: #d6d6d6;
1035
- }
1036
- .colored-dark #_cbhtml .is-dropdown .dropdown-menu li,
1037
- .colored-dark .is-ui .is-dropdown .dropdown-menu li {
1038
- color: #000;
1039
- background-color: #d6d6d6;
1040
- }
1041
- .colored-dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored-dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
1042
- .colored-dark .is-ui .is-dropdown .dropdown-menu li:hover,
1043
- .colored-dark .is-ui .is-dropdown .dropdown-menu li:focus {
1044
- background: rgba(255, 255, 255, 0.38);
1045
- }
1046
- .colored-dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
1047
- .colored-dark .is-ui .is-dropdown .dropdown-menu li.selected {
1048
- background: rgba(255, 255, 255, 0.38);
1049
- }
1050
1037
  .colored-dark #_cbhtml .elementstyles .elm-list,
1051
1038
  .colored-dark .is-ui .elementstyles .elm-list {
1052
1039
  color: rgba(0, 0, 0, 0.95);
@@ -1261,3 +1248,23 @@
1261
1248
  .colored-dark .scroll-darker *::-webkit-scrollbar-thumb {
1262
1249
  background-color: rgba(78, 78, 78, 0.62);
1263
1250
  }
1251
+ .colored-dark .custom-select .select-styled span {
1252
+ color: #000;
1253
+ }
1254
+ .colored-dark .custom-select input {
1255
+ background: #d6d6d6;
1256
+ }
1257
+ .colored-dark .custom-select .select-options {
1258
+ border: transparent 1px solid;
1259
+ background-color: #d6d6d6;
1260
+ color: #000;
1261
+ }
1262
+ .colored-dark .custom-select .select-options li {
1263
+ color: #000;
1264
+ }
1265
+ .colored-dark .custom-select .select-options li:hover {
1266
+ background-color: rgba(255, 255, 255, 0.38);
1267
+ }
1268
+ .colored-dark .custom-select .select-options li.selected {
1269
+ background-color: rgba(255, 255, 255, 0.38);
1270
+ }
@@ -401,6 +401,28 @@
401
401
  .colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #0c57a5;
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(7, 52, 99, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(69, 153, 241, 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(7, 52, 99, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(69, 153, 241, 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: #e5e6e9;
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: #edeef1;
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: #edeef1;
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: #d2d4d8;
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: #d5d7da;
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: #d2d4d8;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #d2d4d8;
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: #d2d4d8;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #d2d4d8;
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: #6e6e6e;
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(75, 75, 75, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(177, 177, 177, 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(75, 75, 75, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(177, 177, 177, 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: #f2f2f2;
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: #dddddd;
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: #e0e0e0;
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: #dddddd;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #dddddd;
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: #dddddd;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #dddddd;
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: #a6c118;
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(111, 130, 16, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(217, 237, 113, 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(111, 130, 16, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(217, 237, 113, 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
+ }