@innovastudio/contentbuilder 1.3.79 → 1.3.81
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 +14 -2
- package/public/contentbuilder/contentbuilder.esm.js +250 -39
- package/public/contentbuilder/contentbuilder.min.js +2 -2
- package/public/contentbuilder/lang/en.js +9 -1
- package/public/contentbuilder/lang/fr.js +13 -1
- package/public/contentbuilder/themes/colored-blue.css +4 -0
- package/public/contentbuilder/themes/colored-blue2.css +4 -0
- package/public/contentbuilder/themes/colored-blue3.css +4 -0
- package/public/contentbuilder/themes/colored-blue4.css +4 -0
- package/public/contentbuilder/themes/colored-blue5.css +4 -0
- package/public/contentbuilder/themes/colored-blue6.css +4 -0
- package/public/contentbuilder/themes/colored-blue7.css +4 -0
- package/public/contentbuilder/themes/colored-blue8.css +4 -0
- package/public/contentbuilder/themes/colored-darkblue.css +4 -0
- package/public/contentbuilder/themes/colored-gray.css +4 -0
- package/public/contentbuilder/themes/colored-green.css +4 -0
- package/public/contentbuilder/themes/colored-green2.css +4 -0
- package/public/contentbuilder/themes/colored-green3.css +4 -0
- package/public/contentbuilder/themes/colored-green4.css +4 -0
- package/public/contentbuilder/themes/colored-green5.css +4 -0
- package/public/contentbuilder/themes/colored-magenta.css +4 -0
- package/public/contentbuilder/themes/colored-orange.css +4 -0
- package/public/contentbuilder/themes/colored-orange2.css +4 -0
- package/public/contentbuilder/themes/colored-orange3.css +4 -0
- package/public/contentbuilder/themes/colored-pink.css +4 -0
- package/public/contentbuilder/themes/colored-pink2.css +4 -0
- package/public/contentbuilder/themes/colored-pink3.css +4 -0
- package/public/contentbuilder/themes/colored-pink4.css +4 -0
- package/public/contentbuilder/themes/colored-purple.css +4 -0
- package/public/contentbuilder/themes/colored-purple2.css +4 -0
- package/public/contentbuilder/themes/colored-red.css +4 -0
- package/public/contentbuilder/themes/colored-red2.css +4 -0
- package/public/contentbuilder/themes/colored-red3.css +4 -0
- package/public/contentbuilder/themes/colored-red4.css +4 -0
- package/public/contentbuilder/themes/colored-red5.css +4 -0
- package/public/contentbuilder/themes/colored-yellow.css +4 -0
- package/public/contentbuilder/themes/colored-yellow2.css +4 -0
- package/public/contentbuilder/themes/dark-blue.css +9 -5
- package/public/contentbuilder/themes/dark-blue2.css +9 -5
- package/public/contentbuilder/themes/dark-blue3.css +9 -5
- package/public/contentbuilder/themes/dark-gray.css +9 -5
- package/public/contentbuilder/themes/dark-pink.css +9 -5
- package/public/contentbuilder/themes/dark-purple.css +9 -5
- package/public/contentbuilder/themes/dark-red.css +9 -5
- package/public/contentbuilder/themes/dark.css +9 -5
- package/public/contentbuilder/themes/light-blue.css +4 -0
- package/public/contentbuilder/themes/light-blue2.css +4 -0
- package/public/contentbuilder/themes/light-blue3.css +4 -0
- package/public/contentbuilder/themes/light-cyan.css +4 -0
- package/public/contentbuilder/themes/light-gray.css +4 -0
- package/public/contentbuilder/themes/light-gray2.css +4 -0
- package/public/contentbuilder/themes/light-gray3.css +4 -0
- package/public/contentbuilder/themes/light-green.css +4 -0
- package/public/contentbuilder/themes/light-pink.css +4 -0
- package/public/contentbuilder/themes/light-pink2.css +4 -0
- package/public/contentbuilder/themes/light-purple.css +4 -0
- package/public/contentbuilder/themes/light-purple2.css +4 -0
- package/public/contentbuilder/themes/light-red.css +4 -0
- package/public/contentbuilder/themes/light-yellow.css +4 -0
- package/public/contentbuilder/themes/light-yellow2.css +4 -0
@@ -385,4 +385,12 @@ _txt["Padding Left/Right"] = "Padding Left/Right";
|
|
385
385
|
_txt["Top (Full Width)"] = "Top (Full Width)";
|
386
386
|
_txt["HTML View"] = "HTML View";
|
387
387
|
_txt["Shorten HTML"] = "Shorten HTML";
|
388
|
-
_txt["Actual"] = "Actual";
|
388
|
+
_txt["Actual"] = "Actual";
|
389
|
+
_txt["Visibility"] = "Visibility";
|
390
|
+
_txt["Visible"] = "Visible";
|
391
|
+
_txt["Hidden"] = "Hidden";
|
392
|
+
_txt["Text Slider"] = "Text Slider";
|
393
|
+
_txt["Drag slide to change the position."] = "Drag slide to change the position.";
|
394
|
+
_txt["Show Arrow on Mobile"] = "Show Arrow on Mobile";
|
395
|
+
_txt["Show Dots on Mobile"] = "Show Dots on Mobile";
|
396
|
+
_txt["Pause on Hover"] = "Pause on Hover";
|
@@ -381,4 +381,16 @@ _txt["Delete Slide"] = "Delete Slide";
|
|
381
381
|
_txt["Arrow Color"] = "Arrow Color";
|
382
382
|
_txt["Dots Color"] = "Dots Color";
|
383
383
|
_txt["Hide Column on Mobile"] = "Hide Column on Mobile";
|
384
|
-
_txt["Padding Left/Right"] = "Padding Left/Right";
|
384
|
+
_txt["Padding Left/Right"] = "Padding Left/Right";
|
385
|
+
_txt["Top (Full Width)"] = "Top (Full Width)";
|
386
|
+
_txt["HTML View"] = "HTML View";
|
387
|
+
_txt["Shorten HTML"] = "Shorten HTML";
|
388
|
+
_txt["Actual"] = "Actual";
|
389
|
+
_txt["Visibility"] = "Visibility";
|
390
|
+
_txt["Visible"] = "Visible";
|
391
|
+
_txt["Hidden"] = "Hidden";
|
392
|
+
_txt["Text Slider"] = "Text Slider";
|
393
|
+
_txt["Drag slide to change the position."] = "Drag slide to change the position.";
|
394
|
+
_txt["Show Arrow on Mobile"] = "Show Arrow on Mobile";
|
395
|
+
_txt["Show Dots on Mobile"] = "Show Dots on Mobile";
|
396
|
+
_txt["Pause on Hover"] = "Pause on Hover";
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(219, 219, 219, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(163, 163, 163, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(197, 203, 239, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(109, 124, 215, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(222, 240, 244, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(138, 201, 215, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(241, 243, 251, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(153, 167, 227, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(197, 221, 248, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(97, 163, 236, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(214, 216, 220, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(153, 159, 168, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(215, 217, 221, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(155, 160, 169, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(226, 226, 226, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(170, 170, 170, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(218, 219, 216, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(163, 165, 158, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(200, 234, 204, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(119, 203, 128, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(225, 235, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(158, 190, 179, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(218, 219, 216, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(163, 165, 158, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(219, 214, 217, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(166, 155, 162, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(221, 216, 214, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(170, 159, 152, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(255, 240, 230, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(255, 173, 118, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(225, 221, 223, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(172, 162, 167, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(250, 221, 231, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(237, 122, 163, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(243, 213, 230, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(219, 125, 177, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(225, 223, 227, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(169, 164, 174, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(234, 222, 242, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(182, 142, 210, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(221, 216, 216, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(168, 157, 157, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(251, 231, 231, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(233, 136, 136, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(255, 223, 215, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(255, 133, 103, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(232, 232, 232, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(176, 176, 176, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(217, 214, 208, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(166, 160, 146, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.colored .is-ui .is-modal button.on {
|
496
496
|
background: rgba(248, 228, 201, 0.3);
|
497
497
|
}
|
498
|
+
.colored #_cbhtml .is-modal .is-separator,
|
499
|
+
.colored .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
501
|
+
}
|
498
502
|
.colored #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.colored .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(236, 177, 101, 0.4);
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(104, 116, 202, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(179, 185, 229, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(40, 49, 113, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #606dc8;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(157, 165, 221, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(13, 97, 185, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(59, 148, 241, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(3, 22, 42, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #0d5caf;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(31, 132, 239, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(95, 102, 107, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(146, 153, 158, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(23, 25, 26, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #5a6166;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(130, 137, 144, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(102, 102, 102, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(153, 153, 153, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(25, 25, 25, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #606060;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(137, 137, 137, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(98, 92, 94, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(150, 142, 145, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(19, 18, 18, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #5d5759;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(135, 126, 130, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(114, 85, 200, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(178, 162, 225, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(49, 32, 100, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #6b4dc6;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(159, 139, 218, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|
@@ -495,6 +495,10 @@
|
|
495
495
|
.dark .is-ui .is-modal button.on {
|
496
496
|
background: rgba(92, 88, 88, 0.49);
|
497
497
|
}
|
498
|
+
.dark #_cbhtml .is-modal .is-separator,
|
499
|
+
.dark .is-ui .is-modal .is-separator {
|
500
|
+
border-top: rgba(144, 138, 138, 0.22) 1px solid;
|
501
|
+
}
|
498
502
|
.dark #_cbhtml .is-modal .is-rangeslider,
|
499
503
|
.dark .is-ui .is-modal .is-rangeslider {
|
500
504
|
background: rgba(14, 13, 13, 0.4);
|
@@ -932,13 +936,13 @@
|
|
932
936
|
border: 1px solid #575353;
|
933
937
|
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
934
938
|
}
|
935
|
-
.dark #_cbhtml .is-tabs-more >
|
936
|
-
.dark .is-ui .is-tabs-more >
|
939
|
+
.dark #_cbhtml .is-tabs-more > li,
|
940
|
+
.dark .is-ui .is-tabs-more > li {
|
937
941
|
color: rgba(250, 250, 250, 0.95);
|
938
942
|
}
|
939
|
-
.dark #_cbhtml .is-tabs-more >
|
940
|
-
.dark .is-ui .is-tabs-more >
|
941
|
-
.dark .is-ui .is-tabs-more >
|
943
|
+
.dark #_cbhtml .is-tabs-more > li:hover, .dark #_cbhtml .is-tabs-more > li.active,
|
944
|
+
.dark .is-ui .is-tabs-more > li:hover,
|
945
|
+
.dark .is-ui .is-tabs-more > li.active {
|
942
946
|
background: rgba(129, 123, 123, 0.49);
|
943
947
|
}
|
944
948
|
.dark #_cbhtml #divSnippetList,
|