@innovastudio/contentbuilder 1.3.30 → 1.3.32

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 (59) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +21 -4
  3. package/public/contentbuilder/contentbuilder.esm.js +61 -10
  4. package/public/contentbuilder/contentbuilder.min.js +3 -3
  5. package/public/contentbuilder/themes/colored-blue.css +14 -0
  6. package/public/contentbuilder/themes/colored-blue2.css +14 -0
  7. package/public/contentbuilder/themes/colored-blue3.css +14 -0
  8. package/public/contentbuilder/themes/colored-blue4.css +14 -0
  9. package/public/contentbuilder/themes/colored-blue5.css +14 -0
  10. package/public/contentbuilder/themes/colored-blue6.css +14 -0
  11. package/public/contentbuilder/themes/colored-blue7.css +14 -0
  12. package/public/contentbuilder/themes/colored-blue8.css +14 -0
  13. package/public/contentbuilder/themes/colored-darkblue.css +14 -0
  14. package/public/contentbuilder/themes/colored-gray.css +14 -0
  15. package/public/contentbuilder/themes/colored-green.css +14 -0
  16. package/public/contentbuilder/themes/colored-green2.css +14 -0
  17. package/public/contentbuilder/themes/colored-green3.css +14 -0
  18. package/public/contentbuilder/themes/colored-green4.css +14 -0
  19. package/public/contentbuilder/themes/colored-green5.css +14 -0
  20. package/public/contentbuilder/themes/colored-magenta.css +14 -0
  21. package/public/contentbuilder/themes/colored-orange.css +14 -0
  22. package/public/contentbuilder/themes/colored-orange2.css +14 -0
  23. package/public/contentbuilder/themes/colored-orange3.css +14 -0
  24. package/public/contentbuilder/themes/colored-pink.css +14 -0
  25. package/public/contentbuilder/themes/colored-pink2.css +14 -0
  26. package/public/contentbuilder/themes/colored-pink3.css +14 -0
  27. package/public/contentbuilder/themes/colored-pink4.css +14 -0
  28. package/public/contentbuilder/themes/colored-purple.css +14 -0
  29. package/public/contentbuilder/themes/colored-purple2.css +14 -0
  30. package/public/contentbuilder/themes/colored-red.css +14 -0
  31. package/public/contentbuilder/themes/colored-red2.css +14 -0
  32. package/public/contentbuilder/themes/colored-red3.css +14 -0
  33. package/public/contentbuilder/themes/colored-red4.css +14 -0
  34. package/public/contentbuilder/themes/colored-red5.css +14 -0
  35. package/public/contentbuilder/themes/colored-yellow.css +14 -0
  36. package/public/contentbuilder/themes/colored-yellow2.css +14 -0
  37. package/public/contentbuilder/themes/dark-blue.css +14 -0
  38. package/public/contentbuilder/themes/dark-blue2.css +14 -0
  39. package/public/contentbuilder/themes/dark-blue3.css +14 -0
  40. package/public/contentbuilder/themes/dark-gray.css +14 -0
  41. package/public/contentbuilder/themes/dark-pink.css +14 -0
  42. package/public/contentbuilder/themes/dark-purple.css +14 -0
  43. package/public/contentbuilder/themes/dark-red.css +14 -0
  44. package/public/contentbuilder/themes/dark.css +14 -0
  45. package/public/contentbuilder/themes/light-blue.css +14 -0
  46. package/public/contentbuilder/themes/light-blue2.css +14 -0
  47. package/public/contentbuilder/themes/light-blue3.css +14 -0
  48. package/public/contentbuilder/themes/light-cyan.css +14 -0
  49. package/public/contentbuilder/themes/light-gray.css +14 -0
  50. package/public/contentbuilder/themes/light-gray2.css +14 -0
  51. package/public/contentbuilder/themes/light-gray3.css +14 -0
  52. package/public/contentbuilder/themes/light-green.css +14 -0
  53. package/public/contentbuilder/themes/light-pink.css +14 -0
  54. package/public/contentbuilder/themes/light-pink2.css +14 -0
  55. package/public/contentbuilder/themes/light-purple.css +14 -0
  56. package/public/contentbuilder/themes/light-purple2.css +14 -0
  57. package/public/contentbuilder/themes/light-red.css +14 -0
  58. package/public/contentbuilder/themes/light-yellow.css +14 -0
  59. package/public/contentbuilder/themes/light-yellow2.css +14 -0
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(0, 136, 220, 0.05) 0 0 16px 0px;
783
783
  background: #d6d6d6;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(219, 219, 219, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(63, 78, 201, 0.05) 0 0 16px 0px;
783
783
  background: #bdc4ed;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(197, 203, 239, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(16, 185, 215, 0.05) 0 0 16px 0px;
783
783
  background: #d6ecf1;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(222, 240, 244, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(103, 121, 217, 0.05) 0 0 16px 0px;
783
783
  background: #e9ecf9;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(241, 243, 251, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(0, 106, 221, 0.05) 0 0 16px 0px;
783
783
  background: #bcd8f7;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(197, 221, 248, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(0, 106, 221, 0.05) 0 0 16px 0px;
783
783
  background: #d0d3d7;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(214, 216, 220, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(85, 122, 233, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(0, 106, 221, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(11, 77, 146, 0.05) 0 0 16px 0px;
783
783
  background: #d2d4d8;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(215, 217, 221, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(100, 100, 100, 0.05) 0 0 16px 0px;
783
783
  background: #dddddd;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(226, 226, 226, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(150, 175, 22, 0.05) 0 0 16px 0px;
783
783
  background: #d5d6d3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(218, 219, 216, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(54, 183, 65, 0.05) 0 0 16px 0px;
783
783
  background: #c1e7c5;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(200, 234, 204, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(0, 193, 124, 0.05) 0 0 16px 0px;
783
783
  background: #dbe7e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(225, 235, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(19, 179, 75, 0.05) 0 0 16px 0px;
783
783
  background: #d5d6d3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(218, 219, 216, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(0, 183, 116, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(185, 46, 166, 0.05) 0 0 16px 0px;
783
783
  background: #d6d1d4;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(219, 214, 217, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(243, 82, 43, 0.05) 0 0 16px 0px;
783
783
  background: #d8d3d0;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(221, 216, 214, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(255, 109, 19, 0.05) 0 0 16px 0px;
783
783
  background: #ffeadc;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(255, 240, 230, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(255, 119, 35, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(231, 49, 113, 0.05) 0 0 16px 0px;
783
783
  background: #dcd8da;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(225, 221, 223, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(251, 50, 121, 0.05) 0 0 16px 0px;
783
783
  background: #f9d4e1;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(250, 221, 231, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(233, 47, 148, 0.05) 0 0 16px 0px;
783
783
  background: #f1cde1;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(243, 213, 230, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(251, 50, 121, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(120, 46, 197, 0.05) 0 0 16px 0px;
783
783
  background: #dcdade;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(225, 223, 227, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(167, 97, 217, 0.05) 0 0 16px 0px;
783
783
  background: #e5d7ef;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(234, 222, 242, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(237, 40, 40, 0.05) 0 0 16px 0px;
783
783
  background: #d8d3d3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(221, 216, 216, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(241, 53, 53, 0.05) 0 0 16px 0px;
783
783
  background: #f9dede;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(251, 231, 231, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(243, 82, 43, 0.05) 0 0 16px 0px;
783
783
  background: #ffd7cd;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(255, 223, 215, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(241, 53, 53, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(255, 87, 34, 0.05) 0 0 16px 0px;
783
783
  background: #e3e3e3;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(232, 232, 232, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;
@@ -782,6 +782,20 @@
782
782
  box-shadow: rgba(249, 147, 15, 0.05) 0 0 16px 0px;
783
783
  background: #d4d1ca;
784
784
  }
785
+ .colored #_cbhtml .is-side button,
786
+ .colored .is-ui .is-side button {
787
+ color: #000;
788
+ background: rgba(255, 255, 255, 0.3);
789
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
790
+ }
791
+ .colored #_cbhtml .is-side button:hover,
792
+ .colored .is-ui .is-side button:hover {
793
+ background: rgba(255, 255, 255, 0.3);
794
+ }
795
+ .colored #_cbhtml .is-side button.on,
796
+ .colored .is-ui .is-side button.on {
797
+ background: rgba(217, 214, 208, 0.3);
798
+ }
785
799
  .colored #_cbhtml .is-side svg,
786
800
  .colored .is-ui .is-side svg {
787
801
  fill: #000;