@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
|
.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
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(179, 185, 229, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(179, 185, 229, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(179, 185, 229, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(59, 148, 241, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(59, 148, 241, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(59, 148, 241, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(146, 153, 158, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(146, 153, 158, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(146, 153, 158, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(153, 153, 153, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(153, 153, 153, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(153, 153, 153, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(150, 142, 145, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(150, 142, 145, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(150, 142, 145, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(178, 162, 225, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(178, 162, 225, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(178, 162, 225, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: rgba(144, 138, 138, 0.17);
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: rgba(144, 138, 138, 0.17);
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1141,6 +1143,15 @@
|
|
1141
1143
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1142
1144
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1143
1145
|
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1147
|
+
border-top: rgba(144, 138, 138, 0.22) 1px solid;
|
1148
|
+
}
|
1149
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1150
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1151
|
+
}
|
1152
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1153
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1154
|
+
}
|
1144
1155
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1145
1156
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1146
1157
|
}
|
@@ -625,12 +625,14 @@
|
|
625
625
|
.dark .is-ui .is-modal.buttoneditor .is-modal-bar {
|
626
626
|
background-color: #4e4e4e;
|
627
627
|
}
|
628
|
-
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar,
|
629
|
-
.dark .is-ui .is-modal.columnsettings .is-modal-bar
|
628
|
+
.dark #_cbhtml .is-modal.columnsettings .is-modal-bar, .dark #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
629
|
+
.dark .is-ui .is-modal.columnsettings .is-modal-bar,
|
630
|
+
.dark .is-ui .is-modal.rowsettings .is-modal-bar {
|
630
631
|
background-color: #4e4e4e;
|
631
632
|
}
|
632
|
-
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color,
|
633
|
-
.dark .is-ui .is-modal.columnsettings button.is-btn-color
|
633
|
+
.dark #_cbhtml .is-modal.columnsettings button.is-btn-color, .dark #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
634
|
+
.dark .is-ui .is-modal.columnsettings button.is-btn-color,
|
635
|
+
.dark .is-ui .is-modal.rowsettings button.is-btn-color {
|
634
636
|
background-color: rgba(255, 255, 255, 0.2);
|
635
637
|
border: rgba(255, 255, 255, 0.22) 1px solid;
|
636
638
|
}
|
@@ -1135,6 +1137,15 @@
|
|
1135
1137
|
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1136
1138
|
background-color: rgba(255, 255, 255, 0.07) !important;
|
1137
1139
|
}
|
1140
|
+
.dark #_cbhtml .is-pop.rowmore div.is-separator {
|
1141
|
+
border-top: rgba(129, 129, 129, 0.4) 1px solid;
|
1142
|
+
}
|
1143
|
+
.dark #_cbhtml .is-pop.rowmore button.on {
|
1144
|
+
background-color: rgba(255, 255, 255, 0.1) !important;
|
1145
|
+
}
|
1146
|
+
.dark #_cbhtml .is-pop.rowmore button:hover {
|
1147
|
+
background-color: rgba(255, 255, 255, 0.07) !important;
|
1148
|
+
}
|
1138
1149
|
.dark #_cbhtml .is-pop.elmmore button.on {
|
1139
1150
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
1140
1151
|
}
|