@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.
- package/package.json +1 -1
- package/public/contentbuilder/contentbuilder.css +132 -71
- package/public/contentbuilder/contentbuilder.esm.js +1701 -738
- package/public/contentbuilder/contentbuilder.min.js +8 -8
- package/public/contentbuilder/lang/en.js +8 -1
- package/public/contentbuilder/lang/fr.js +8 -1
- package/public/contentbuilder/themes/colored-blue.css +9 -4
- package/public/contentbuilder/themes/colored-blue2.css +9 -4
- package/public/contentbuilder/themes/colored-blue3.css +9 -4
- package/public/contentbuilder/themes/colored-blue4.css +9 -4
- package/public/contentbuilder/themes/colored-blue5.css +9 -4
- package/public/contentbuilder/themes/colored-blue6.css +9 -4
- package/public/contentbuilder/themes/colored-blue7.css +9 -4
- package/public/contentbuilder/themes/colored-blue8.css +9 -4
- package/public/contentbuilder/themes/colored-dark.css +9 -4
- package/public/contentbuilder/themes/colored-darkblue.css +9 -4
- package/public/contentbuilder/themes/colored-gray.css +9 -4
- package/public/contentbuilder/themes/colored-green.css +9 -4
- package/public/contentbuilder/themes/colored-green2.css +9 -4
- package/public/contentbuilder/themes/colored-green3.css +9 -4
- package/public/contentbuilder/themes/colored-green4.css +9 -4
- package/public/contentbuilder/themes/colored-green5.css +9 -4
- package/public/contentbuilder/themes/colored-magenta.css +9 -4
- package/public/contentbuilder/themes/colored-orange.css +9 -4
- package/public/contentbuilder/themes/colored-orange2.css +9 -4
- package/public/contentbuilder/themes/colored-orange3.css +9 -4
- package/public/contentbuilder/themes/colored-pink.css +9 -4
- package/public/contentbuilder/themes/colored-pink2.css +9 -4
- package/public/contentbuilder/themes/colored-pink3.css +9 -4
- package/public/contentbuilder/themes/colored-pink4.css +9 -4
- package/public/contentbuilder/themes/colored-purple.css +9 -4
- package/public/contentbuilder/themes/colored-purple2.css +9 -4
- package/public/contentbuilder/themes/colored-red.css +9 -4
- package/public/contentbuilder/themes/colored-red2.css +9 -4
- package/public/contentbuilder/themes/colored-red3.css +9 -4
- package/public/contentbuilder/themes/colored-red4.css +9 -4
- package/public/contentbuilder/themes/colored-red5.css +9 -4
- package/public/contentbuilder/themes/colored-yellow.css +9 -4
- package/public/contentbuilder/themes/colored-yellow2.css +9 -4
- package/public/contentbuilder/themes/dark-blue.css +15 -4
- package/public/contentbuilder/themes/dark-blue2.css +15 -4
- package/public/contentbuilder/themes/dark-blue3.css +15 -4
- package/public/contentbuilder/themes/dark-gray.css +15 -4
- package/public/contentbuilder/themes/dark-pink.css +15 -4
- package/public/contentbuilder/themes/dark-purple.css +15 -4
- package/public/contentbuilder/themes/dark-red.css +15 -4
- package/public/contentbuilder/themes/dark.css +15 -4
- package/public/contentbuilder/themes/light-blue.css +9 -4
- package/public/contentbuilder/themes/light-blue2.css +9 -4
- package/public/contentbuilder/themes/light-blue3.css +9 -4
- package/public/contentbuilder/themes/light-cyan.css +9 -4
- package/public/contentbuilder/themes/light-gray.css +9 -4
- package/public/contentbuilder/themes/light-gray2.css +9 -4
- package/public/contentbuilder/themes/light-gray3.css +9 -4
- package/public/contentbuilder/themes/light-green.css +9 -4
- package/public/contentbuilder/themes/light-pink.css +9 -4
- package/public/contentbuilder/themes/light-pink2.css +9 -4
- package/public/contentbuilder/themes/light-purple.css +9 -4
- package/public/contentbuilder/themes/light-purple2.css +9 -4
- package/public/contentbuilder/themes/light-red.css +9 -4
- package/public/contentbuilder/themes/light-yellow.css +9 -4
- 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
|
}
|