@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.
- package/package.json +4 -1
- package/public/contentbuilder/contentbuilder.css +651 -33
- package/public/contentbuilder/contentbuilder.esm.js +18445 -11080
- package/public/contentbuilder/contentbuilder.min.js +11 -11
- package/public/contentbuilder/lang/en.js +9 -1
- package/public/contentbuilder/lang/fr.js +9 -1
- package/public/contentbuilder/themes/colored-blue.css +64 -53
- package/public/contentbuilder/themes/colored-blue2.css +64 -53
- package/public/contentbuilder/themes/colored-blue3.css +64 -53
- package/public/contentbuilder/themes/colored-blue4.css +64 -53
- package/public/contentbuilder/themes/colored-blue5.css +64 -53
- package/public/contentbuilder/themes/colored-blue6.css +64 -53
- package/public/contentbuilder/themes/colored-blue7.css +64 -53
- package/public/contentbuilder/themes/colored-blue8.css +64 -53
- package/public/contentbuilder/themes/colored-dark.css +60 -53
- package/public/contentbuilder/themes/colored-darkblue.css +64 -53
- package/public/contentbuilder/themes/colored-gray.css +64 -53
- package/public/contentbuilder/themes/colored-green.css +64 -53
- package/public/contentbuilder/themes/colored-green2.css +64 -53
- package/public/contentbuilder/themes/colored-green3.css +64 -53
- package/public/contentbuilder/themes/colored-green4.css +64 -53
- package/public/contentbuilder/themes/colored-green5.css +64 -53
- package/public/contentbuilder/themes/colored-magenta.css +64 -53
- package/public/contentbuilder/themes/colored-orange.css +64 -53
- package/public/contentbuilder/themes/colored-orange2.css +64 -53
- package/public/contentbuilder/themes/colored-orange3.css +64 -53
- package/public/contentbuilder/themes/colored-pink.css +64 -53
- package/public/contentbuilder/themes/colored-pink2.css +64 -53
- package/public/contentbuilder/themes/colored-pink3.css +64 -53
- package/public/contentbuilder/themes/colored-pink4.css +64 -53
- package/public/contentbuilder/themes/colored-purple.css +64 -53
- package/public/contentbuilder/themes/colored-purple2.css +64 -53
- package/public/contentbuilder/themes/colored-red.css +64 -53
- package/public/contentbuilder/themes/colored-red2.css +64 -53
- package/public/contentbuilder/themes/colored-red3.css +64 -53
- package/public/contentbuilder/themes/colored-red4.css +64 -53
- package/public/contentbuilder/themes/colored-red5.css +64 -53
- package/public/contentbuilder/themes/colored-yellow.css +64 -53
- package/public/contentbuilder/themes/colored-yellow2.css +64 -53
- package/public/contentbuilder/themes/dark-blue.css +78 -57
- package/public/contentbuilder/themes/dark-blue2.css +78 -57
- package/public/contentbuilder/themes/dark-blue3.css +78 -57
- package/public/contentbuilder/themes/dark-gray.css +78 -57
- package/public/contentbuilder/themes/dark-pink.css +78 -57
- package/public/contentbuilder/themes/dark-purple.css +78 -57
- package/public/contentbuilder/themes/dark-red.css +78 -57
- package/public/contentbuilder/themes/dark.css +74 -55
- package/public/contentbuilder/themes/light-blue.css +64 -53
- package/public/contentbuilder/themes/light-blue2.css +64 -53
- package/public/contentbuilder/themes/light-blue3.css +64 -53
- package/public/contentbuilder/themes/light-cyan.css +64 -53
- package/public/contentbuilder/themes/light-gray.css +64 -53
- package/public/contentbuilder/themes/light-gray2.css +64 -53
- package/public/contentbuilder/themes/light-gray3.css +64 -53
- package/public/contentbuilder/themes/light-green.css +64 -53
- package/public/contentbuilder/themes/light-pink.css +64 -53
- package/public/contentbuilder/themes/light-pink2.css +64 -53
- package/public/contentbuilder/themes/light-purple.css +64 -53
- package/public/contentbuilder/themes/light-purple2.css +64 -53
- package/public/contentbuilder/themes/light-red.css +64 -53
- package/public/contentbuilder/themes/light-yellow.css +64 -53
- package/public/contentbuilder/themes/light-yellow2.css +64 -53
- package/readme.txt +95 -10
- package/README.md +0 -2252
|
@@ -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: #
|
|
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: #
|
|
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: #0074f1;
|
|
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,
|
|
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,
|
|
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(151, 158, 163, 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: #4c5155 !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: #4e5458;
|
|
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: #4e5458;
|
|
1059
|
-
}
|
|
1060
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1061
|
-
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1062
|
-
color: #fff;
|
|
1063
|
-
background-color: #4e5458;
|
|
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(151, 158, 163, 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(151, 158, 163, 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: #4e5458;
|
|
1326
|
+
}
|
|
1327
|
+
.dark .custom-select .select-options {
|
|
1328
|
+
border: transparent 1px solid;
|
|
1329
|
+
background-color: #4e5458;
|
|
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(151, 158, 163, 0.55);
|
|
1337
|
+
}
|
|
1338
|
+
.dark .custom-select .select-options li.selected {
|
|
1339
|
+
background-color: rgba(151, 158, 163, 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: #
|
|
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: #
|
|
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: #565656;
|
|
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,
|
|
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,
|
|
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(158, 158, 158, 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: #515151 !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: #545454;
|
|
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: #545454;
|
|
1059
|
-
}
|
|
1060
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1061
|
-
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1062
|
-
color: #fff;
|
|
1063
|
-
background-color: #545454;
|
|
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(158, 158, 158, 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(158, 158, 158, 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: #545454;
|
|
1326
|
+
}
|
|
1327
|
+
.dark .custom-select .select-options {
|
|
1328
|
+
border: transparent 1px solid;
|
|
1329
|
+
background-color: #545454;
|
|
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(158, 158, 158, 0.55);
|
|
1337
|
+
}
|
|
1338
|
+
.dark .custom-select .select-options li.selected {
|
|
1339
|
+
background-color: rgba(158, 158, 158, 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: #
|
|
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: #
|
|
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: #eb4176;
|
|
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,
|
|
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,
|
|
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(155, 147, 150, 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: #4d484a !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: #504a4d;
|
|
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: #504a4d;
|
|
1059
|
-
}
|
|
1060
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1061
|
-
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1062
|
-
color: #fff;
|
|
1063
|
-
background-color: #504a4d;
|
|
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(155, 147, 150, 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(155, 147, 150, 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: #504a4d;
|
|
1326
|
+
}
|
|
1327
|
+
.dark .custom-select .select-options {
|
|
1328
|
+
border: transparent 1px solid;
|
|
1329
|
+
background-color: #504a4d;
|
|
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(155, 147, 150, 0.55);
|
|
1337
|
+
}
|
|
1338
|
+
.dark .custom-select .select-options li.selected {
|
|
1339
|
+
background-color: rgba(155, 147, 150, 0.55);
|
|
1340
|
+
}
|
|
1341
|
+
.dark .div-font-list > button img {
|
|
1342
|
+
mix-blend-mode: screen;
|
|
1343
|
+
filter: invert(1);
|
|
1344
|
+
}
|