@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.
Files changed (61) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +5 -5
  3. package/public/contentbuilder/contentbuilder.esm.js +8 -8
  4. package/public/contentbuilder/contentbuilder.min.js +1 -1
  5. package/public/contentbuilder/themes/colored-blue.css +1 -1
  6. package/public/contentbuilder/themes/colored-blue2.css +1 -1
  7. package/public/contentbuilder/themes/colored-blue3.css +1 -1
  8. package/public/contentbuilder/themes/colored-blue4.css +1 -1
  9. package/public/contentbuilder/themes/colored-blue5.css +1 -1
  10. package/public/contentbuilder/themes/colored-blue6.css +1 -1
  11. package/public/contentbuilder/themes/colored-blue7.css +1 -1
  12. package/public/contentbuilder/themes/colored-blue8.css +1 -1
  13. package/public/contentbuilder/themes/colored-dark.css +10 -6
  14. package/public/contentbuilder/themes/colored-darkblue.css +1 -1
  15. package/public/contentbuilder/themes/colored-gray.css +1 -1
  16. package/public/contentbuilder/themes/colored-green.css +1 -1
  17. package/public/contentbuilder/themes/colored-green2.css +1 -1
  18. package/public/contentbuilder/themes/colored-green3.css +1 -1
  19. package/public/contentbuilder/themes/colored-green4.css +1 -1
  20. package/public/contentbuilder/themes/colored-green5.css +1 -1
  21. package/public/contentbuilder/themes/colored-magenta.css +1 -1
  22. package/public/contentbuilder/themes/colored-orange.css +1 -1
  23. package/public/contentbuilder/themes/colored-orange2.css +1 -1
  24. package/public/contentbuilder/themes/colored-orange3.css +1 -1
  25. package/public/contentbuilder/themes/colored-pink.css +1 -1
  26. package/public/contentbuilder/themes/colored-pink2.css +1 -1
  27. package/public/contentbuilder/themes/colored-pink3.css +1 -1
  28. package/public/contentbuilder/themes/colored-pink4.css +1 -1
  29. package/public/contentbuilder/themes/colored-purple.css +1 -1
  30. package/public/contentbuilder/themes/colored-purple2.css +1 -1
  31. package/public/contentbuilder/themes/colored-red.css +1 -1
  32. package/public/contentbuilder/themes/colored-red2.css +1 -1
  33. package/public/contentbuilder/themes/colored-red3.css +1 -1
  34. package/public/contentbuilder/themes/colored-red4.css +1 -1
  35. package/public/contentbuilder/themes/colored-red5.css +1 -1
  36. package/public/contentbuilder/themes/colored-yellow.css +1 -1
  37. package/public/contentbuilder/themes/colored-yellow2.css +1 -1
  38. package/public/contentbuilder/themes/dark-blue.css +1 -1
  39. package/public/contentbuilder/themes/dark-blue2.css +1 -1
  40. package/public/contentbuilder/themes/dark-blue3.css +1 -1
  41. package/public/contentbuilder/themes/dark-gray.css +1 -1
  42. package/public/contentbuilder/themes/dark-pink.css +1 -1
  43. package/public/contentbuilder/themes/dark-purple.css +1 -1
  44. package/public/contentbuilder/themes/dark-red.css +1 -1
  45. package/public/contentbuilder/themes/dark.css +1 -1
  46. package/public/contentbuilder/themes/light-blue.css +1 -1
  47. package/public/contentbuilder/themes/light-blue2.css +1 -1
  48. package/public/contentbuilder/themes/light-blue3.css +1 -1
  49. package/public/contentbuilder/themes/light-cyan.css +1 -1
  50. package/public/contentbuilder/themes/light-gray.css +1 -1
  51. package/public/contentbuilder/themes/light-gray2.css +1 -1
  52. package/public/contentbuilder/themes/light-gray3.css +1 -1
  53. package/public/contentbuilder/themes/light-green.css +1 -1
  54. package/public/contentbuilder/themes/light-pink.css +1 -1
  55. package/public/contentbuilder/themes/light-pink2.css +1 -1
  56. package/public/contentbuilder/themes/light-purple.css +1 -1
  57. package/public/contentbuilder/themes/light-purple2.css +1 -1
  58. package/public/contentbuilder/themes/light-red.css +1 -1
  59. package/public/contentbuilder/themes/light-yellow.css +1 -1
  60. package/public/contentbuilder/themes/light-yellow2.css +1 -1
  61. package/readme.txt +1 -1
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e3e3e3;
896
+ border-bottom: none;
897
897
  background-color: rgba(189, 189, 189, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #d1d6f2;
896
+ border-bottom: none;
897
897
  background-color: rgba(149, 160, 226, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e9f5f7;
896
+ border-bottom: none;
897
897
  background-color: rgba(176, 218, 228, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fdfdfe;
896
+ border-bottom: none;
897
897
  background-color: rgba(193, 201, 238, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #d3e5fa;
896
+ border-bottom: none;
897
897
  background-color: rgba(142, 189, 242, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #dee0e3;
896
+ border-bottom: none;
897
897
  background-color: rgba(180, 185, 192, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -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: 1px solid #e3e3e3;
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 > a,
914
- .colored-dark .is-ui .is-tabs-more > a {
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 > a:hover, .colored-dark #_cbhtml .is-tabs-more > a.active,
918
- .colored-dark .is-ui .is-tabs-more > a:hover,
919
- .colored-dark .is-ui .is-tabs-more > a.active {
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,
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e0e1e4;
896
+ border-bottom: none;
897
897
  background-color: rgba(183, 186, 192, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #eaeaea;
896
+ border-bottom: none;
897
897
  background-color: rgba(196, 196, 196, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e2e2e0;
896
+ border-bottom: none;
897
897
  background-color: rgba(188, 189, 185, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #d3eed6;
896
+ border-bottom: none;
897
897
  background-color: rgba(156, 217, 163, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #eaf1ef;
896
+ border-bottom: none;
897
897
  background-color: rgba(188, 211, 203, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e2e2e0;
896
+ border-bottom: none;
897
897
  background-color: rgba(188, 189, 185, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e2dee1;
896
+ border-bottom: none;
897
897
  background-color: rgba(190, 182, 187, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e4e0de;
896
+ border-bottom: none;
897
897
  background-color: rgba(193, 185, 180, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fff9f6;
896
+ border-bottom: none;
897
897
  background-color: rgba(255, 203, 169, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e8e5e7;
896
+ border-bottom: none;
897
897
  background-color: rgba(196, 189, 193, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fceaf1;
896
+ border-bottom: none;
897
897
  background-color: rgba(243, 167, 194, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f7e1ed;
896
+ border-bottom: none;
897
897
  background-color: rgba(230, 165, 201, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e9e7ea;
896
+ border-bottom: none;
897
897
  background-color: rgba(195, 191, 198, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f1e9f6;
896
+ border-bottom: none;
897
897
  background-color: rgba(205, 179, 224, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e4e1e1;
896
+ border-bottom: none;
897
897
  background-color: rgba(192, 184, 184, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fdf4f4;
896
+ border-bottom: none;
897
897
  background-color: rgba(241, 179, 179, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #ffebe7;
896
+ border-bottom: none;
897
897
  background-color: rgba(255, 174, 154, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #dfddd8;
896
+ border-bottom: none;
897
897
  background-color: rgba(189, 185, 174, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .colored .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #faead7;
896
+ border-bottom: none;
897
897
  background-color: rgba(241, 200, 147, 0.25);
898
898
  }
899
899
  .colored #_cbhtml input[type=checkbox],
@@ -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: 1px solid #5562c4;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid #0c54a1;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid #53595e;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid #595959;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid #554f52;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid #6242c2;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid #4f4b4b;
904
+ border-bottom: none;
905
905
  background-color: rgba(0, 0, 0, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -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: 1px solid rgba(255, 255, 255, 0.1);
904
+ border-bottom: none;
905
905
  background-color: rgba(255, 255, 255, 0.08);
906
906
  }
907
907
  .dark #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f5f7fb;
896
+ border-bottom: none;
897
897
  background-color: rgba(191, 205, 228, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e4f2f9;
896
+ border-bottom: none;
897
897
  background-color: rgba(165, 212, 236, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #d6dffa;
896
+ border-bottom: none;
897
897
  background-color: rgba(146, 170, 241, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e7f7f4;
896
+ border-bottom: none;
897
897
  background-color: rgba(174, 228, 217, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #dbdbdb;
896
+ border-bottom: none;
897
897
  background-color: rgba(181, 181, 181, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0f0f0;
896
+ border-bottom: none;
897
897
  background-color: rgba(202, 202, 202, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #e9f3e8;
896
+ border-bottom: none;
897
897
  background-color: rgba(185, 216, 182, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fdedf9;
896
+ border-bottom: none;
897
897
  background-color: rgba(246, 168, 223, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fdedf9;
896
+ border-bottom: none;
897
897
  background-color: rgba(246, 168, 223, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f4f4fa;
896
+ border-bottom: none;
897
897
  background-color: rgba(192, 190, 228, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #f0eaf6;
896
+ border-bottom: none;
897
897
  background-color: rgba(201, 180, 224, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fef8f8;
896
+ border-bottom: none;
897
897
  background-color: rgba(245, 181, 181, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fbfaf2;
896
+ border-bottom: none;
897
897
  background-color: rgba(233, 226, 184, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
@@ -893,7 +893,7 @@
893
893
  .light .is-ui input[type=text] {
894
894
  color: rgba(0, 0, 0, 0.83);
895
895
  border: none;
896
- border-bottom: 1px solid #fbf2d0;
896
+ border-bottom: none;
897
897
  background-color: rgba(245, 223, 138, 0.25);
898
898
  }
899
899
  .light #_cbhtml input[type=checkbox],
package/readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- ContentBuilder.js 5.2.9
1
+ ContentBuilder.js 5.3
2
2
 
3
3
  To get started, please see the documentation:
4
4