@innovastudio/contentbuilder 1.3.86 → 1.3.87
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
@@ -393,4 +393,11 @@ _txt["Text Slider"] = "Text Slider";
|
|
393
393
|
_txt["Drag slide to change the position."] = "Drag slide to change the position.";
|
394
394
|
_txt["Show Arrow on Mobile"] = "Show Arrow on Mobile";
|
395
395
|
_txt["Show Dots on Mobile"] = "Show Dots on Mobile";
|
396
|
-
_txt["Pause on Hover"] = "Pause on Hover";
|
396
|
+
_txt["Pause on Hover"] = "Pause on Hover";
|
397
|
+
_txt["Caption Animation"] = "Caption Animation";
|
398
|
+
_txt["Slide Up"] = "Slide Up";
|
399
|
+
_txt["Fade In"] = "Fade In";
|
400
|
+
_txt["Add Row ID"] = "Add Row ID";
|
401
|
+
_txt["Add Column ID"] = "Add Column ID";
|
402
|
+
_txt["Add Element ID"] = "Add Element ID";
|
403
|
+
_txt["Add Css Classes"] = "Add Css Classes";
|
@@ -393,4 +393,11 @@ _txt["Text Slider"] = "Text Slider";
|
|
393
393
|
_txt["Drag slide to change the position."] = "Drag slide to change the position.";
|
394
394
|
_txt["Show Arrow on Mobile"] = "Show Arrow on Mobile";
|
395
395
|
_txt["Show Dots on Mobile"] = "Show Dots on Mobile";
|
396
|
-
_txt["Pause on Hover"] = "Pause on Hover";
|
396
|
+
_txt["Pause on Hover"] = "Pause on Hover";
|
397
|
+
_txt["Caption Animation"] = "Caption Animation";
|
398
|
+
_txt["Slide Up"] = "Slide Up";
|
399
|
+
_txt["Fade In"] = "Fade In";
|
400
|
+
_txt["Add Row ID"] = "Add Row ID";
|
401
|
+
_txt["Add Column ID"] = "Add Column ID";
|
402
|
+
_txt["Add Element ID"] = "Add Element ID";
|
403
|
+
_txt["Add Css Classes"] = "Add Css Classes";
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored-dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored-dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored-dark .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored-dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored-dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored-dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored-dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored-dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored-dark .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored-dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored-dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored-dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored-dark .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
|
}
|
@@ -1103,6 +1105,9 @@
|
|
1103
1105
|
.colored-dark #_cbhtml .is-pop.columnmore div.is-separator {
|
1104
1106
|
border-top: rgba(0, 0, 0, 0.07) 1px solid;
|
1105
1107
|
}
|
1108
|
+
.colored-dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1109
|
+
border-top: rgba(0, 0, 0, 0.07) 1px solid;
|
1110
|
+
}
|
1106
1111
|
.colored-dark #_cbhtml .is-pop.quickadd .pop-separator {
|
1107
1112
|
border-top: rgba(0, 0, 0, 0.07) 1px solid;
|
1108
1113
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|
@@ -617,12 +617,14 @@
|
|
617
617
|
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
618
618
|
background-color: rgba(255, 255, 255, 0.12);
|
619
619
|
}
|
620
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
621
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar
|
620
|
+
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
621
|
+
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
622
|
+
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
622
623
|
background-color: rgba(255, 255, 255, 0.12);
|
623
624
|
}
|
624
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
625
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color
|
625
|
+
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
626
|
+
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
627
|
+
.colored .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
|
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
1118
1120
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1119
1121
|
}
|
1122
|
+
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
1123
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1124
|
+
}
|
1120
1125
|
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
1121
1126
|
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
1122
1127
|
}
|