@innovastudio/contentbuilder 1.3.86 → 1.4.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 (62) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +132 -71
  3. package/public/contentbuilder/contentbuilder.esm.js +1701 -738
  4. package/public/contentbuilder/contentbuilder.min.js +8 -8
  5. package/public/contentbuilder/lang/en.js +8 -1
  6. package/public/contentbuilder/lang/fr.js +8 -1
  7. package/public/contentbuilder/themes/colored-blue.css +9 -4
  8. package/public/contentbuilder/themes/colored-blue2.css +9 -4
  9. package/public/contentbuilder/themes/colored-blue3.css +9 -4
  10. package/public/contentbuilder/themes/colored-blue4.css +9 -4
  11. package/public/contentbuilder/themes/colored-blue5.css +9 -4
  12. package/public/contentbuilder/themes/colored-blue6.css +9 -4
  13. package/public/contentbuilder/themes/colored-blue7.css +9 -4
  14. package/public/contentbuilder/themes/colored-blue8.css +9 -4
  15. package/public/contentbuilder/themes/colored-dark.css +9 -4
  16. package/public/contentbuilder/themes/colored-darkblue.css +9 -4
  17. package/public/contentbuilder/themes/colored-gray.css +9 -4
  18. package/public/contentbuilder/themes/colored-green.css +9 -4
  19. package/public/contentbuilder/themes/colored-green2.css +9 -4
  20. package/public/contentbuilder/themes/colored-green3.css +9 -4
  21. package/public/contentbuilder/themes/colored-green4.css +9 -4
  22. package/public/contentbuilder/themes/colored-green5.css +9 -4
  23. package/public/contentbuilder/themes/colored-magenta.css +9 -4
  24. package/public/contentbuilder/themes/colored-orange.css +9 -4
  25. package/public/contentbuilder/themes/colored-orange2.css +9 -4
  26. package/public/contentbuilder/themes/colored-orange3.css +9 -4
  27. package/public/contentbuilder/themes/colored-pink.css +9 -4
  28. package/public/contentbuilder/themes/colored-pink2.css +9 -4
  29. package/public/contentbuilder/themes/colored-pink3.css +9 -4
  30. package/public/contentbuilder/themes/colored-pink4.css +9 -4
  31. package/public/contentbuilder/themes/colored-purple.css +9 -4
  32. package/public/contentbuilder/themes/colored-purple2.css +9 -4
  33. package/public/contentbuilder/themes/colored-red.css +9 -4
  34. package/public/contentbuilder/themes/colored-red2.css +9 -4
  35. package/public/contentbuilder/themes/colored-red3.css +9 -4
  36. package/public/contentbuilder/themes/colored-red4.css +9 -4
  37. package/public/contentbuilder/themes/colored-red5.css +9 -4
  38. package/public/contentbuilder/themes/colored-yellow.css +9 -4
  39. package/public/contentbuilder/themes/colored-yellow2.css +9 -4
  40. package/public/contentbuilder/themes/dark-blue.css +15 -4
  41. package/public/contentbuilder/themes/dark-blue2.css +15 -4
  42. package/public/contentbuilder/themes/dark-blue3.css +15 -4
  43. package/public/contentbuilder/themes/dark-gray.css +15 -4
  44. package/public/contentbuilder/themes/dark-pink.css +15 -4
  45. package/public/contentbuilder/themes/dark-purple.css +15 -4
  46. package/public/contentbuilder/themes/dark-red.css +15 -4
  47. package/public/contentbuilder/themes/dark.css +15 -4
  48. package/public/contentbuilder/themes/light-blue.css +9 -4
  49. package/public/contentbuilder/themes/light-blue2.css +9 -4
  50. package/public/contentbuilder/themes/light-blue3.css +9 -4
  51. package/public/contentbuilder/themes/light-cyan.css +9 -4
  52. package/public/contentbuilder/themes/light-gray.css +9 -4
  53. package/public/contentbuilder/themes/light-gray2.css +9 -4
  54. package/public/contentbuilder/themes/light-gray3.css +9 -4
  55. package/public/contentbuilder/themes/light-green.css +9 -4
  56. package/public/contentbuilder/themes/light-pink.css +9 -4
  57. package/public/contentbuilder/themes/light-pink2.css +9 -4
  58. package/public/contentbuilder/themes/light-purple.css +9 -4
  59. package/public/contentbuilder/themes/light-purple2.css +9 -4
  60. package/public/contentbuilder/themes/light-red.css +9 -4
  61. package/public/contentbuilder/themes/light-yellow.css +9 -4
  62. package/public/contentbuilder/themes/light-yellow2.css +9 -4
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }
@@ -617,12 +617,14 @@
617
617
  .light .is-ui .is-modal.buttoneditor .is-modal-bar {
618
618
  background-color: rgba(255, 255, 255, 0.12);
619
619
  }
620
- .light #_cbhtml .is-modal.columnsettings .is-modal-bar,
621
- .light .is-ui .is-modal.columnsettings .is-modal-bar {
620
+ .light #_cbhtml .is-modal.columnsettings .is-modal-bar, .light #_cbhtml .is-modal.rowsettings .is-modal-bar,
621
+ .light .is-ui .is-modal.columnsettings .is-modal-bar,
622
+ .light .is-ui .is-modal.rowsettings .is-modal-bar {
622
623
  background-color: rgba(255, 255, 255, 0.12);
623
624
  }
624
- .light #_cbhtml .is-modal.columnsettings button.is-btn-color,
625
- .light .is-ui .is-modal.columnsettings button.is-btn-color {
625
+ .light #_cbhtml .is-modal.columnsettings button.is-btn-color, .light #_cbhtml .is-modal.rowsettings button.is-btn-color,
626
+ .light .is-ui .is-modal.columnsettings button.is-btn-color,
627
+ .light .is-ui .is-modal.rowsettings button.is-btn-color {
626
628
  background-color: rgba(255, 255, 255, 0.2);
627
629
  border: rgba(255, 255, 255, 0.55) 1px solid;
628
630
  }
@@ -1117,6 +1119,9 @@
1117
1119
  .light #_cbhtml .is-pop.columnmore div.is-separator {
1118
1120
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1119
1121
  }
1122
+ .light #_cbhtml .is-pop.rowmore div.is-separator {
1123
+ border-top: rgba(0, 0, 0, 0.05) 1px solid;
1124
+ }
1120
1125
  .light #_cbhtml .is-pop.quickadd .pop-separator {
1121
1126
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
1122
1127
  }