@innovastudio/contentbuilder 1.3.83 → 1.3.85
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 +1 -1
- package/public/contentbuilder/contentbuilder.css +5 -5
- package/public/contentbuilder/contentbuilder.esm.js +8 -8
- package/public/contentbuilder/contentbuilder.min.js +1 -1
- package/public/contentbuilder/themes/colored-blue.css +1 -1
- package/public/contentbuilder/themes/colored-blue2.css +1 -1
- package/public/contentbuilder/themes/colored-blue3.css +1 -1
- package/public/contentbuilder/themes/colored-blue4.css +1 -1
- package/public/contentbuilder/themes/colored-blue5.css +1 -1
- package/public/contentbuilder/themes/colored-blue6.css +1 -1
- package/public/contentbuilder/themes/colored-blue7.css +1 -1
- package/public/contentbuilder/themes/colored-blue8.css +1 -1
- package/public/contentbuilder/themes/colored-dark.css +10 -6
- package/public/contentbuilder/themes/colored-darkblue.css +1 -1
- package/public/contentbuilder/themes/colored-gray.css +1 -1
- package/public/contentbuilder/themes/colored-green.css +1 -1
- package/public/contentbuilder/themes/colored-green2.css +1 -1
- package/public/contentbuilder/themes/colored-green3.css +1 -1
- package/public/contentbuilder/themes/colored-green4.css +1 -1
- package/public/contentbuilder/themes/colored-green5.css +1 -1
- package/public/contentbuilder/themes/colored-magenta.css +1 -1
- package/public/contentbuilder/themes/colored-orange.css +1 -1
- package/public/contentbuilder/themes/colored-orange2.css +1 -1
- package/public/contentbuilder/themes/colored-orange3.css +1 -1
- package/public/contentbuilder/themes/colored-pink.css +1 -1
- package/public/contentbuilder/themes/colored-pink2.css +1 -1
- package/public/contentbuilder/themes/colored-pink3.css +1 -1
- package/public/contentbuilder/themes/colored-pink4.css +1 -1
- package/public/contentbuilder/themes/colored-purple.css +1 -1
- package/public/contentbuilder/themes/colored-purple2.css +1 -1
- package/public/contentbuilder/themes/colored-red.css +1 -1
- package/public/contentbuilder/themes/colored-red2.css +1 -1
- package/public/contentbuilder/themes/colored-red3.css +1 -1
- package/public/contentbuilder/themes/colored-red4.css +1 -1
- package/public/contentbuilder/themes/colored-red5.css +1 -1
- package/public/contentbuilder/themes/colored-yellow.css +1 -1
- package/public/contentbuilder/themes/colored-yellow2.css +1 -1
- package/public/contentbuilder/themes/dark-blue.css +1 -1
- package/public/contentbuilder/themes/dark-blue2.css +1 -1
- package/public/contentbuilder/themes/dark-blue3.css +1 -1
- package/public/contentbuilder/themes/dark-gray.css +1 -1
- package/public/contentbuilder/themes/dark-pink.css +1 -1
- package/public/contentbuilder/themes/dark-purple.css +1 -1
- package/public/contentbuilder/themes/dark-red.css +1 -1
- package/public/contentbuilder/themes/dark.css +1 -1
- package/public/contentbuilder/themes/light-blue.css +1 -1
- package/public/contentbuilder/themes/light-blue2.css +1 -1
- package/public/contentbuilder/themes/light-blue3.css +1 -1
- package/public/contentbuilder/themes/light-cyan.css +1 -1
- package/public/contentbuilder/themes/light-gray.css +1 -1
- package/public/contentbuilder/themes/light-gray2.css +1 -1
- package/public/contentbuilder/themes/light-gray3.css +1 -1
- package/public/contentbuilder/themes/light-green.css +1 -1
- package/public/contentbuilder/themes/light-pink.css +1 -1
- package/public/contentbuilder/themes/light-pink2.css +1 -1
- package/public/contentbuilder/themes/light-purple.css +1 -1
- package/public/contentbuilder/themes/light-purple2.css +1 -1
- package/public/contentbuilder/themes/light-red.css +1 -1
- package/public/contentbuilder/themes/light-yellow.css +1 -1
- package/public/contentbuilder/themes/light-yellow2.css +1 -1
- package/readme.txt +1 -1
|
@@ -495,6 +495,10 @@
|
|
|
495
495
|
.colored-dark .is-ui .is-modal button.on {
|
|
496
496
|
background: rgba(227, 227, 227, 0.3);
|
|
497
497
|
}
|
|
498
|
+
.colored-dark #_cbhtml .is-modal .is-separator,
|
|
499
|
+
.colored-dark .is-ui .is-modal .is-separator {
|
|
500
|
+
border-top: rgba(0, 0, 0, 0.07) 1px solid;
|
|
501
|
+
}
|
|
498
502
|
.colored-dark #_cbhtml .is-modal .is-rangeslider,
|
|
499
503
|
.colored-dark .is-ui .is-modal .is-rangeslider {
|
|
500
504
|
background: rgba(255, 255, 255, 0.18);
|
|
@@ -875,7 +879,7 @@
|
|
|
875
879
|
.colored-dark .is-ui input[type=text] {
|
|
876
880
|
color: rgba(0, 0, 0, 0.83);
|
|
877
881
|
border: none;
|
|
878
|
-
border-bottom:
|
|
882
|
+
border-bottom: none;
|
|
879
883
|
background-color: rgba(189, 189, 189, 0.25);
|
|
880
884
|
}
|
|
881
885
|
.colored-dark #_cbhtml input[type=checkbox],
|
|
@@ -910,13 +914,13 @@
|
|
|
910
914
|
border: 1px solid #dedede;
|
|
911
915
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
|
912
916
|
}
|
|
913
|
-
.colored-dark #_cbhtml .is-tabs-more >
|
|
914
|
-
.colored-dark .is-ui .is-tabs-more >
|
|
917
|
+
.colored-dark #_cbhtml .is-tabs-more > li,
|
|
918
|
+
.colored-dark .is-ui .is-tabs-more > li {
|
|
915
919
|
color: rgba(0, 0, 0, 0.95);
|
|
916
920
|
}
|
|
917
|
-
.colored-dark #_cbhtml .is-tabs-more >
|
|
918
|
-
.colored-dark .is-ui .is-tabs-more >
|
|
919
|
-
.colored-dark .is-ui .is-tabs-more >
|
|
921
|
+
.colored-dark #_cbhtml .is-tabs-more > li:hover, .colored-dark #_cbhtml .is-tabs-more > li.active,
|
|
922
|
+
.colored-dark .is-ui .is-tabs-more > li:hover,
|
|
923
|
+
.colored-dark .is-ui .is-tabs-more > li.active {
|
|
920
924
|
background: rgba(255, 255, 255, 0.55);
|
|
921
925
|
}
|
|
922
926
|
.colored-dark #_cbhtml #divSnippetList,
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
.dark .is-ui input[type=text] {
|
|
902
902
|
color: rgba(250, 250, 250, 0.83);
|
|
903
903
|
border: none;
|
|
904
|
-
border-bottom:
|
|
904
|
+
border-bottom: none;
|
|
905
905
|
background-color: rgba(255, 255, 255, 0.08);
|
|
906
906
|
}
|
|
907
907
|
.dark #_cbhtml input[type=checkbox],
|
package/readme.txt
CHANGED