@innovastudio/contentbuilder 1.4.150 → 1.5.0

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 (64) hide show
  1. package/package.json +4 -1
  2. package/public/contentbuilder/contentbuilder.css +651 -33
  3. package/public/contentbuilder/contentbuilder.esm.js +18445 -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 .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #f99c23;
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(208, 119, 5, 0.4);
408
+ border: none;
409
+ border-bottom: 1px solid rgba(253, 214, 164, 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(208, 119, 5, 0.4);
419
+ border: none;
420
+ border-bottom: 1px solid rgba(253, 214, 164, 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: #f7f0e7;
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: #efece9;
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: #efece9;
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: #f7dfc0;
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: #f8e1c5;
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: #f7dfc0;
1049
- }
1050
- .colored #_cbhtml .is-dropdown .dropdown-menu li,
1051
- .colored .is-ui .is-dropdown .dropdown-menu li {
1052
- color: #000;
1053
- background-color: #f7dfc0;
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: #f7dfc0;
1274
+ }
1275
+ .colored .custom-select .select-options {
1276
+ border: transparent 1px solid;
1277
+ background-color: #f7dfc0;
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
+ }
@@ -74,7 +74,7 @@
74
74
  }
75
75
  .dark #_cbhtml .style-helper.snippet-background,
76
76
  .dark .is-ui .style-helper.snippet-background {
77
- background: #c7c7c7;
77
+ background: #cacaca;
78
78
  }
79
79
  .dark #_cbhtml .style-helper.snippet-tabs-background,
80
80
  .dark .is-ui .style-helper.snippet-tabs-background {
@@ -173,7 +173,7 @@
173
173
  .dark #_cbhtml .is-area-2nd,
174
174
  .dark .is-ui .is-area-2nd {
175
175
  color: #fafafa !important;
176
- background: #c7c7c7 !important;
176
+ background: #cacaca !important;
177
177
  }
178
178
  .dark #_cbhtml .is-area-2nd button,
179
179
  .dark .is-ui .is-area-2nd button {
@@ -401,6 +401,28 @@
401
401
  .dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #4f5dcd;
403
403
  }
404
+ .dark #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .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: none;
410
+ }
411
+ .dark #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .dark .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .dark #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .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: none;
421
+ }
422
+ .dark #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .dark .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .dark #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .dark .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -686,6 +708,26 @@
686
708
  .dark .is-ui .is-modal.pickcolor .is-color-preview {
687
709
  border: transparent 1px solid;
688
710
  }
711
+ .dark #_cbhtml .is-modal.snippetwindow,
712
+ .dark .is-ui .is-modal.snippetwindow {
713
+ background-color: #d3d3d3;
714
+ }
715
+ .dark #_cbhtml .is-modal.snippetwindow .is-modal-bar,
716
+ .dark .is-ui .is-modal.snippetwindow .is-modal-bar {
717
+ background-color: #d3d3d3;
718
+ }
719
+ .dark #_cbhtml .is-modal.snippetwindow .is-modal-bar .is-modal-close,
720
+ .dark .is-ui .is-modal.snippetwindow .is-modal-bar .is-modal-close {
721
+ color: #000;
722
+ }
723
+ .dark #_cbhtml .is-modal.snippetwindow .is-modal-bar .is-modal-close:hover,
724
+ .dark .is-ui .is-modal.snippetwindow .is-modal-bar .is-modal-close:hover {
725
+ background: lightgrey;
726
+ }
727
+ .dark #_cbhtml .is-modal.snippetwindow .select-styled,
728
+ .dark .is-ui .is-modal.snippetwindow .select-styled {
729
+ border-bottom: 1px solid #bababa38;
730
+ }
689
731
  .dark #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
690
732
  .dark .is-ui .is-modal.pickcolormore div.is-modal-content > div {
691
733
  opacity: 0.9;
@@ -760,26 +802,26 @@
760
802
  .dark .is-ui .is-tool.is-table-tool > button svg {
761
803
  fill: #000;
762
804
  }
763
- .dark #_cbhtml .is-tool.is-code-tool > button, .dark #_cbhtml .is-tool.is-module-tool > button,
805
+ .dark #_cbhtml .is-tool.is-code-tool > button, .dark #_cbhtml .is-tool.is-module-tool > button, .dark #_cbhtml .is-tool.is-svg-tool > button,
764
806
  .dark .is-ui .is-tool.is-code-tool > button,
765
- .dark .is-ui .is-tool.is-module-tool > button {
807
+ .dark .is-ui .is-tool.is-module-tool > button,
808
+ .dark .is-ui .is-tool.is-svg-tool > button {
766
809
  background: #eaeaea;
767
810
  }
768
- .dark #_cbhtml .is-tool.is-code-tool > button svg, .dark #_cbhtml .is-tool.is-module-tool > button svg,
811
+ .dark #_cbhtml .is-tool.is-code-tool > button svg, .dark #_cbhtml .is-tool.is-module-tool > button svg, .dark #_cbhtml .is-tool.is-svg-tool > button svg,
769
812
  .dark .is-ui .is-tool.is-code-tool > button svg,
770
- .dark .is-ui .is-tool.is-module-tool > button svg {
813
+ .dark .is-ui .is-tool.is-module-tool > button svg,
814
+ .dark .is-ui .is-tool.is-svg-tool > button svg {
771
815
  fill: #000;
772
816
  }
773
- .dark #_cbhtml .is-tool#divLinkTool button, .dark #_cbhtml .is-tool#divButtonTool button, .dark #_cbhtml .is-tool#divSvgTool button,
817
+ .dark #_cbhtml .is-tool#divLinkTool button, .dark #_cbhtml .is-tool#divButtonTool button,
774
818
  .dark .is-ui .is-tool#divLinkTool button,
775
- .dark .is-ui .is-tool#divButtonTool button,
776
- .dark .is-ui .is-tool#divSvgTool button {
819
+ .dark .is-ui .is-tool#divButtonTool button {
777
820
  background: #eaeaea;
778
821
  }
779
- .dark #_cbhtml .is-tool#divLinkTool button svg, .dark #_cbhtml .is-tool#divButtonTool button svg, .dark #_cbhtml .is-tool#divSvgTool button svg,
822
+ .dark #_cbhtml .is-tool#divLinkTool button svg, .dark #_cbhtml .is-tool#divButtonTool button svg,
780
823
  .dark .is-ui .is-tool#divLinkTool button svg,
781
- .dark .is-ui .is-tool#divButtonTool button svg,
782
- .dark .is-ui .is-tool#divSvgTool button svg {
824
+ .dark .is-ui .is-tool#divButtonTool button svg {
783
825
  fill: #000;
784
826
  }
785
827
  .dark #_cbhtml #divImageProgress,
@@ -1028,51 +1070,6 @@
1028
1070
  color: #fff;
1029
1071
  background: rgba(187, 192, 231, 0.55);
1030
1072
  }
1031
- .dark #_cbhtml .is-dropdown .dropdown-toggle,
1032
- .dark .is-ui .is-dropdown .dropdown-toggle {
1033
- color: #fff !important;
1034
- background: #4a58c0 !important;
1035
- box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
1036
- }
1037
- .dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
1038
- .dark .is-ui .is-dropdown .dropdown-toggle:hover {
1039
- background: #4d5bc1;
1040
- }
1041
- .dark #_cbhtml .is-dropdown .dropdown-toggle svg,
1042
- .dark .is-ui .is-dropdown .dropdown-toggle svg {
1043
- fill: #fafafa;
1044
- }
1045
- .dark #_cbhtml .is-dropdown .dropdown-toggle::after,
1046
- .dark .is-ui .is-dropdown .dropdown-toggle::after {
1047
- border-top-color: #fafafa;
1048
- border-bottom-color: transparent;
1049
- }
1050
- .dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1051
- .dark .is-ui .is-dropdown .dropdown-toggle.active::after {
1052
- border-bottom-color: #fafafa;
1053
- border-top-color: transparent;
1054
- }
1055
- .dark #_cbhtml .is-dropdown .dropdown-menu,
1056
- .dark .is-ui .is-dropdown .dropdown-menu {
1057
- border: transparent 1px solid;
1058
- background-color: #4d5bc1;
1059
- }
1060
- .dark #_cbhtml .is-dropdown .dropdown-menu li,
1061
- .dark .is-ui .is-dropdown .dropdown-menu li {
1062
- color: #fff;
1063
- background-color: #4d5bc1;
1064
- }
1065
- .dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
1066
- .dark .is-ui .is-dropdown .dropdown-menu li:hover,
1067
- .dark .is-ui .is-dropdown .dropdown-menu li:focus {
1068
- color: #fff;
1069
- background: rgba(187, 192, 231, 0.55);
1070
- }
1071
- .dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
1072
- .dark .is-ui .is-dropdown .dropdown-menu li.selected {
1073
- color: #fff;
1074
- background: rgba(187, 192, 231, 0.55);
1075
- }
1076
1073
  .dark #_cbhtml .elementstyles .elm-list,
1077
1074
  .dark .is-ui .elementstyles .elm-list {
1078
1075
  color: rgba(250, 250, 250, 0.95);
@@ -1321,3 +1318,27 @@
1321
1318
  .dark .scroll-darker *::-webkit-scrollbar-thumb {
1322
1319
  background-color: rgba(78, 78, 78, 0.62);
1323
1320
  }
1321
+ .dark .custom-select .select-styled span {
1322
+ color: #000;
1323
+ }
1324
+ .dark .custom-select input {
1325
+ background: #4d5bc1;
1326
+ }
1327
+ .dark .custom-select .select-options {
1328
+ border: transparent 1px solid;
1329
+ background-color: #4d5bc1;
1330
+ color: #f1f1f1;
1331
+ }
1332
+ .dark .custom-select .select-options li {
1333
+ color: #f1f1f1;
1334
+ }
1335
+ .dark .custom-select .select-options li:hover {
1336
+ background-color: rgba(187, 192, 231, 0.55);
1337
+ }
1338
+ .dark .custom-select .select-options li.selected {
1339
+ background-color: rgba(187, 192, 231, 0.55);
1340
+ }
1341
+ .dark .div-font-list > button img {
1342
+ mix-blend-mode: screen;
1343
+ filter: invert(1);
1344
+ }
@@ -74,7 +74,7 @@
74
74
  }
75
75
  .dark #_cbhtml .style-helper.snippet-background,
76
76
  .dark .is-ui .style-helper.snippet-background {
77
- background: #c7c7c7;
77
+ background: #cacaca;
78
78
  }
79
79
  .dark #_cbhtml .style-helper.snippet-tabs-background,
80
80
  .dark .is-ui .style-helper.snippet-tabs-background {
@@ -173,7 +173,7 @@
173
173
  .dark #_cbhtml .is-area-2nd,
174
174
  .dark .is-ui .is-area-2nd {
175
175
  color: #fafafa !important;
176
- background: #c7c7c7 !important;
176
+ background: #cacaca !important;
177
177
  }
178
178
  .dark #_cbhtml .is-area-2nd button,
179
179
  .dark .is-ui .is-area-2nd button {
@@ -401,6 +401,28 @@
401
401
  .dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
402
402
  background: #0c57a5;
403
403
  }
404
+ .dark #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
405
+ .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: none;
410
+ }
411
+ .dark #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
412
+ .dark .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
413
+ color: rgba(255, 255, 255, 0.6);
414
+ }
415
+ .dark #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
416
+ .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: none;
421
+ }
422
+ .dark #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
423
+ .dark .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
424
+ color: rgba(255, 255, 255, 0.6);
425
+ }
404
426
  .dark #_cbhtml .is-rte-pop.rte-color-picker button,
405
427
  .dark .is-ui .is-rte-pop.rte-color-picker button {
406
428
  color: rgba(255, 255, 255, 0.95);
@@ -686,6 +708,26 @@
686
708
  .dark .is-ui .is-modal.pickcolor .is-color-preview {
687
709
  border: transparent 1px solid;
688
710
  }
711
+ .dark #_cbhtml .is-modal.snippetwindow,
712
+ .dark .is-ui .is-modal.snippetwindow {
713
+ background-color: #d3d3d3;
714
+ }
715
+ .dark #_cbhtml .is-modal.snippetwindow .is-modal-bar,
716
+ .dark .is-ui .is-modal.snippetwindow .is-modal-bar {
717
+ background-color: #d3d3d3;
718
+ }
719
+ .dark #_cbhtml .is-modal.snippetwindow .is-modal-bar .is-modal-close,
720
+ .dark .is-ui .is-modal.snippetwindow .is-modal-bar .is-modal-close {
721
+ color: #000;
722
+ }
723
+ .dark #_cbhtml .is-modal.snippetwindow .is-modal-bar .is-modal-close:hover,
724
+ .dark .is-ui .is-modal.snippetwindow .is-modal-bar .is-modal-close:hover {
725
+ background: lightgrey;
726
+ }
727
+ .dark #_cbhtml .is-modal.snippetwindow .select-styled,
728
+ .dark .is-ui .is-modal.snippetwindow .select-styled {
729
+ border-bottom: 1px solid #bababa38;
730
+ }
689
731
  .dark #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
690
732
  .dark .is-ui .is-modal.pickcolormore div.is-modal-content > div {
691
733
  opacity: 0.9;
@@ -760,26 +802,26 @@
760
802
  .dark .is-ui .is-tool.is-table-tool > button svg {
761
803
  fill: #000;
762
804
  }
763
- .dark #_cbhtml .is-tool.is-code-tool > button, .dark #_cbhtml .is-tool.is-module-tool > button,
805
+ .dark #_cbhtml .is-tool.is-code-tool > button, .dark #_cbhtml .is-tool.is-module-tool > button, .dark #_cbhtml .is-tool.is-svg-tool > button,
764
806
  .dark .is-ui .is-tool.is-code-tool > button,
765
- .dark .is-ui .is-tool.is-module-tool > button {
807
+ .dark .is-ui .is-tool.is-module-tool > button,
808
+ .dark .is-ui .is-tool.is-svg-tool > button {
766
809
  background: #eaeaea;
767
810
  }
768
- .dark #_cbhtml .is-tool.is-code-tool > button svg, .dark #_cbhtml .is-tool.is-module-tool > button svg,
811
+ .dark #_cbhtml .is-tool.is-code-tool > button svg, .dark #_cbhtml .is-tool.is-module-tool > button svg, .dark #_cbhtml .is-tool.is-svg-tool > button svg,
769
812
  .dark .is-ui .is-tool.is-code-tool > button svg,
770
- .dark .is-ui .is-tool.is-module-tool > button svg {
813
+ .dark .is-ui .is-tool.is-module-tool > button svg,
814
+ .dark .is-ui .is-tool.is-svg-tool > button svg {
771
815
  fill: #000;
772
816
  }
773
- .dark #_cbhtml .is-tool#divLinkTool button, .dark #_cbhtml .is-tool#divButtonTool button, .dark #_cbhtml .is-tool#divSvgTool button,
817
+ .dark #_cbhtml .is-tool#divLinkTool button, .dark #_cbhtml .is-tool#divButtonTool button,
774
818
  .dark .is-ui .is-tool#divLinkTool button,
775
- .dark .is-ui .is-tool#divButtonTool button,
776
- .dark .is-ui .is-tool#divSvgTool button {
819
+ .dark .is-ui .is-tool#divButtonTool button {
777
820
  background: #eaeaea;
778
821
  }
779
- .dark #_cbhtml .is-tool#divLinkTool button svg, .dark #_cbhtml .is-tool#divButtonTool button svg, .dark #_cbhtml .is-tool#divSvgTool button svg,
822
+ .dark #_cbhtml .is-tool#divLinkTool button svg, .dark #_cbhtml .is-tool#divButtonTool button svg,
780
823
  .dark .is-ui .is-tool#divLinkTool button svg,
781
- .dark .is-ui .is-tool#divButtonTool button svg,
782
- .dark .is-ui .is-tool#divSvgTool button svg {
824
+ .dark .is-ui .is-tool#divButtonTool button svg {
783
825
  fill: #000;
784
826
  }
785
827
  .dark #_cbhtml #divImageProgress,
@@ -1028,51 +1070,6 @@
1028
1070
  color: #fff;
1029
1071
  background: rgba(69, 153, 241, 0.55);
1030
1072
  }
1031
- .dark #_cbhtml .is-dropdown .dropdown-toggle,
1032
- .dark .is-ui .is-dropdown .dropdown-toggle {
1033
- color: #fff !important;
1034
- background: #0b4d93 !important;
1035
- box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
1036
- }
1037
- .dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
1038
- .dark .is-ui .is-dropdown .dropdown-toggle:hover {
1039
- background: #0b4f97;
1040
- }
1041
- .dark #_cbhtml .is-dropdown .dropdown-toggle svg,
1042
- .dark .is-ui .is-dropdown .dropdown-toggle svg {
1043
- fill: #fafafa;
1044
- }
1045
- .dark #_cbhtml .is-dropdown .dropdown-toggle::after,
1046
- .dark .is-ui .is-dropdown .dropdown-toggle::after {
1047
- border-top-color: #fafafa;
1048
- border-bottom-color: transparent;
1049
- }
1050
- .dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
1051
- .dark .is-ui .is-dropdown .dropdown-toggle.active::after {
1052
- border-bottom-color: #fafafa;
1053
- border-top-color: transparent;
1054
- }
1055
- .dark #_cbhtml .is-dropdown .dropdown-menu,
1056
- .dark .is-ui .is-dropdown .dropdown-menu {
1057
- border: transparent 1px solid;
1058
- background-color: #0b4f97;
1059
- }
1060
- .dark #_cbhtml .is-dropdown .dropdown-menu li,
1061
- .dark .is-ui .is-dropdown .dropdown-menu li {
1062
- color: #fff;
1063
- background-color: #0b4f97;
1064
- }
1065
- .dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
1066
- .dark .is-ui .is-dropdown .dropdown-menu li:hover,
1067
- .dark .is-ui .is-dropdown .dropdown-menu li:focus {
1068
- color: #fff;
1069
- background: rgba(69, 153, 241, 0.55);
1070
- }
1071
- .dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
1072
- .dark .is-ui .is-dropdown .dropdown-menu li.selected {
1073
- color: #fff;
1074
- background: rgba(69, 153, 241, 0.55);
1075
- }
1076
1073
  .dark #_cbhtml .elementstyles .elm-list,
1077
1074
  .dark .is-ui .elementstyles .elm-list {
1078
1075
  color: rgba(250, 250, 250, 0.95);
@@ -1321,3 +1318,27 @@
1321
1318
  .dark .scroll-darker *::-webkit-scrollbar-thumb {
1322
1319
  background-color: rgba(78, 78, 78, 0.62);
1323
1320
  }
1321
+ .dark .custom-select .select-styled span {
1322
+ color: #000;
1323
+ }
1324
+ .dark .custom-select input {
1325
+ background: #0b4f97;
1326
+ }
1327
+ .dark .custom-select .select-options {
1328
+ border: transparent 1px solid;
1329
+ background-color: #0b4f97;
1330
+ color: #f1f1f1;
1331
+ }
1332
+ .dark .custom-select .select-options li {
1333
+ color: #f1f1f1;
1334
+ }
1335
+ .dark .custom-select .select-options li:hover {
1336
+ background-color: rgba(69, 153, 241, 0.55);
1337
+ }
1338
+ .dark .custom-select .select-options li.selected {
1339
+ background-color: rgba(69, 153, 241, 0.55);
1340
+ }
1341
+ .dark .div-font-list > button img {
1342
+ mix-blend-mode: screen;
1343
+ filter: invert(1);
1344
+ }