@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
package/package.json
CHANGED
@@ -113,7 +113,8 @@ button:focus-visible {
|
|
113
113
|
}
|
114
114
|
}
|
115
115
|
.sortable-drag {
|
116
|
-
background:
|
116
|
+
background-image: none !important;
|
117
|
+
background-color: transparent !important;
|
117
118
|
outline: none !important;
|
118
119
|
}
|
119
120
|
.sortable-drag * {
|
@@ -2461,27 +2462,32 @@ button:focus-visible {
|
|
2461
2462
|
margin: 15px 20px 13px 0;
|
2462
2463
|
outline-offset: 2px;
|
2463
2464
|
}
|
2464
|
-
#_cbhtml .is-modal.columnsettings .is-modal-bar,
|
2465
|
-
.is-ui .is-modal.columnsettings .is-modal-bar
|
2465
|
+
#_cbhtml .is-modal.columnsettings .is-modal-bar, #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
2466
|
+
.is-ui .is-modal.columnsettings .is-modal-bar,
|
2467
|
+
.is-ui .is-modal.rowsettings .is-modal-bar {
|
2466
2468
|
background-color: #fafafa;
|
2467
2469
|
}
|
2468
|
-
#_cbhtml .is-modal.columnsettings .is-modal-content,
|
2469
|
-
.is-ui .is-modal.columnsettings .is-modal-content
|
2470
|
+
#_cbhtml .is-modal.columnsettings .is-modal-content, #_cbhtml .is-modal.rowsettings .is-modal-content,
|
2471
|
+
.is-ui .is-modal.columnsettings .is-modal-content,
|
2472
|
+
.is-ui .is-modal.rowsettings .is-modal-content {
|
2470
2473
|
width: 380px !important;
|
2471
2474
|
min-height: 435px;
|
2472
2475
|
padding: 0px !important;
|
2473
2476
|
}
|
2474
|
-
#_cbhtml .is-modal.columnsettings.active,
|
2475
|
-
.is-ui .is-modal.columnsettings.active
|
2477
|
+
#_cbhtml .is-modal.columnsettings.active, #_cbhtml .is-modal.rowsettings.active,
|
2478
|
+
.is-ui .is-modal.columnsettings.active,
|
2479
|
+
.is-ui .is-modal.rowsettings.active {
|
2476
2480
|
display: flex;
|
2477
2481
|
}
|
2478
|
-
#_cbhtml .is-modal.columnsettings > div:not(.is-draggable),
|
2479
|
-
.is-ui .is-modal.columnsettings > div:not(.is-draggable)
|
2482
|
+
#_cbhtml .is-modal.columnsettings > div:not(.is-draggable), #_cbhtml .is-modal.rowsettings > div:not(.is-draggable),
|
2483
|
+
.is-ui .is-modal.columnsettings > div:not(.is-draggable),
|
2484
|
+
.is-ui .is-modal.rowsettings > div:not(.is-draggable) {
|
2480
2485
|
width: 100%;
|
2481
2486
|
margin-top: 30px;
|
2482
2487
|
}
|
2483
|
-
#_cbhtml .is-modal.columnsettings button,
|
2484
|
-
.is-ui .is-modal.columnsettings button
|
2488
|
+
#_cbhtml .is-modal.columnsettings button, #_cbhtml .is-modal.rowsettings button,
|
2489
|
+
.is-ui .is-modal.columnsettings button,
|
2490
|
+
.is-ui .is-modal.rowsettings button {
|
2485
2491
|
width: auto;
|
2486
2492
|
height: 35px;
|
2487
2493
|
font-size: 10px;
|
@@ -2492,135 +2498,161 @@ button:focus-visible {
|
|
2492
2498
|
border: none;
|
2493
2499
|
outline-offset: -2px;
|
2494
2500
|
}
|
2495
|
-
#_cbhtml .is-modal.columnsettings button:focus,
|
2496
|
-
.is-ui .is-modal.columnsettings button:focus
|
2501
|
+
#_cbhtml .is-modal.columnsettings button:focus, #_cbhtml .is-modal.rowsettings button:focus,
|
2502
|
+
.is-ui .is-modal.columnsettings button:focus,
|
2503
|
+
.is-ui .is-modal.rowsettings button:focus {
|
2497
2504
|
border-radius: 2px;
|
2498
2505
|
}
|
2499
|
-
#_cbhtml .is-modal.columnsettings button.is-btn-color,
|
2500
|
-
.is-ui .is-modal.columnsettings button.is-btn-color
|
2506
|
+
#_cbhtml .is-modal.columnsettings button.is-btn-color, #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
2507
|
+
.is-ui .is-modal.columnsettings button.is-btn-color,
|
2508
|
+
.is-ui .is-modal.rowsettings button.is-btn-color {
|
2501
2509
|
width: 35px;
|
2502
2510
|
height: 35px;
|
2503
2511
|
padding: 0;
|
2504
2512
|
background: rgba(255, 255, 255, 0.2);
|
2505
2513
|
border: rgba(0, 0, 0, 0.09) 1px solid;
|
2506
2514
|
}
|
2507
|
-
#_cbhtml .is-modal.columnsettings button span,
|
2508
|
-
.is-ui .is-modal.columnsettings button span
|
2515
|
+
#_cbhtml .is-modal.columnsettings button span, #_cbhtml .is-modal.rowsettings button span,
|
2516
|
+
.is-ui .is-modal.columnsettings button span,
|
2517
|
+
.is-ui .is-modal.rowsettings button span {
|
2509
2518
|
margin-left: 5px;
|
2510
2519
|
}
|
2511
|
-
#_cbhtml .is-modal.columnsettings button svg,
|
2512
|
-
.is-ui .is-modal.columnsettings button svg
|
2520
|
+
#_cbhtml .is-modal.columnsettings button svg, #_cbhtml .is-modal.rowsettings button svg,
|
2521
|
+
.is-ui .is-modal.columnsettings button svg,
|
2522
|
+
.is-ui .is-modal.rowsettings button svg {
|
2513
2523
|
width: 12px;
|
2514
2524
|
height: 12px;
|
2515
2525
|
flex: none;
|
2516
2526
|
}
|
2517
|
-
#_cbhtml .is-modal.columnsettings button.input-cell-bgimage,
|
2518
|
-
.is-ui .is-modal.columnsettings button.input-cell-bgimage
|
2527
|
+
#_cbhtml .is-modal.columnsettings button.input-cell-bgimage, #_cbhtml .is-modal.rowsettings button.input-cell-bgimage,
|
2528
|
+
.is-ui .is-modal.columnsettings button.input-cell-bgimage,
|
2529
|
+
.is-ui .is-modal.rowsettings button.input-cell-bgimage {
|
2519
2530
|
margin-right: 1px;
|
2520
2531
|
}
|
2521
|
-
#_cbhtml .is-modal.columnsettings button.input-cell-bgimage svg,
|
2522
|
-
.is-ui .is-modal.columnsettings button.input-cell-bgimage svg
|
2532
|
+
#_cbhtml .is-modal.columnsettings button.input-cell-bgimage svg, #_cbhtml .is-modal.rowsettings button.input-cell-bgimage svg,
|
2533
|
+
.is-ui .is-modal.columnsettings button.input-cell-bgimage svg,
|
2534
|
+
.is-ui .is-modal.rowsettings button.input-cell-bgimage svg {
|
2523
2535
|
width: 14px;
|
2524
2536
|
height: 14px;
|
2525
2537
|
}
|
2526
|
-
#_cbhtml .is-modal.columnsettings
|
2527
|
-
.is-ui .is-modal.columnsettings
|
2528
|
-
|
2529
|
-
}
|
2530
|
-
#_cbhtml .is-modal.columnsettings .cell-bgimage-preview,
|
2531
|
-
.is-ui .is-modal.columnsettings .cell-bgimage-preview {
|
2538
|
+
#_cbhtml .is-modal.columnsettings .cell-bgimage-preview, #_cbhtml .is-modal.rowsettings .cell-bgimage-preview,
|
2539
|
+
.is-ui .is-modal.columnsettings .cell-bgimage-preview,
|
2540
|
+
.is-ui .is-modal.rowsettings .cell-bgimage-preview {
|
2532
2541
|
max-width: 120px;
|
2533
2542
|
}
|
2534
|
-
#_cbhtml .is-modal.columnsettings .cell-bgimage-preview img,
|
2535
|
-
.is-ui .is-modal.columnsettings .cell-bgimage-preview img
|
2543
|
+
#_cbhtml .is-modal.columnsettings .cell-bgimage-preview img, #_cbhtml .is-modal.rowsettings .cell-bgimage-preview img,
|
2544
|
+
.is-ui .is-modal.columnsettings .cell-bgimage-preview img,
|
2545
|
+
.is-ui .is-modal.rowsettings .cell-bgimage-preview img {
|
2536
2546
|
max-width: 100%;
|
2537
2547
|
max-height: 100%;
|
2538
2548
|
}
|
2539
2549
|
#_cbhtml .is-modal.columnsettings .div-content-padding,
|
2540
|
-
#_cbhtml .is-modal.columnsettings .div-content-height,
|
2550
|
+
#_cbhtml .is-modal.columnsettings .div-content-height, #_cbhtml .is-modal.rowsettings .div-content-padding,
|
2551
|
+
#_cbhtml .is-modal.rowsettings .div-content-height,
|
2541
2552
|
.is-ui .is-modal.columnsettings .div-content-padding,
|
2542
|
-
.is-ui .is-modal.columnsettings .div-content-height
|
2553
|
+
.is-ui .is-modal.columnsettings .div-content-height,
|
2554
|
+
.is-ui .is-modal.rowsettings .div-content-padding,
|
2555
|
+
.is-ui .is-modal.rowsettings .div-content-height {
|
2543
2556
|
display: flex;
|
2544
2557
|
}
|
2545
2558
|
#_cbhtml .is-modal.columnsettings .div-content-padding button,
|
2546
|
-
#_cbhtml .is-modal.columnsettings .div-content-height button,
|
2559
|
+
#_cbhtml .is-modal.columnsettings .div-content-height button, #_cbhtml .is-modal.rowsettings .div-content-padding button,
|
2560
|
+
#_cbhtml .is-modal.rowsettings .div-content-height button,
|
2547
2561
|
.is-ui .is-modal.columnsettings .div-content-padding button,
|
2548
|
-
.is-ui .is-modal.columnsettings .div-content-height button
|
2562
|
+
.is-ui .is-modal.columnsettings .div-content-height button,
|
2563
|
+
.is-ui .is-modal.rowsettings .div-content-padding button,
|
2564
|
+
.is-ui .is-modal.rowsettings .div-content-height button {
|
2549
2565
|
width: 40px;
|
2550
2566
|
border: transparent 1px solid;
|
2551
2567
|
}
|
2552
2568
|
#_cbhtml .is-modal.columnsettings .div-content-padding button svg,
|
2553
|
-
#_cbhtml .is-modal.columnsettings .div-content-height button svg,
|
2569
|
+
#_cbhtml .is-modal.columnsettings .div-content-height button svg, #_cbhtml .is-modal.rowsettings .div-content-padding button svg,
|
2570
|
+
#_cbhtml .is-modal.rowsettings .div-content-height button svg,
|
2554
2571
|
.is-ui .is-modal.columnsettings .div-content-padding button svg,
|
2555
|
-
.is-ui .is-modal.columnsettings .div-content-height button svg
|
2572
|
+
.is-ui .is-modal.columnsettings .div-content-height button svg,
|
2573
|
+
.is-ui .is-modal.rowsettings .div-content-padding button svg,
|
2574
|
+
.is-ui .is-modal.rowsettings .div-content-height button svg {
|
2556
2575
|
flex: none;
|
2557
2576
|
}
|
2558
|
-
#_cbhtml .is-modal.columnsettings .div-content-padding-pos,
|
2559
|
-
.is-ui .is-modal.columnsettings .div-content-padding-pos
|
2577
|
+
#_cbhtml .is-modal.columnsettings .div-content-padding-pos, #_cbhtml .is-modal.rowsettings .div-content-padding-pos,
|
2578
|
+
.is-ui .is-modal.columnsettings .div-content-padding-pos,
|
2579
|
+
.is-ui .is-modal.rowsettings .div-content-padding-pos {
|
2560
2580
|
display: flex;
|
2561
2581
|
}
|
2562
|
-
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button,
|
2563
|
-
.is-ui .is-modal.columnsettings .div-content-padding-pos button
|
2582
|
+
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button, #_cbhtml .is-modal.rowsettings .div-content-padding-pos button,
|
2583
|
+
.is-ui .is-modal.columnsettings .div-content-padding-pos button,
|
2584
|
+
.is-ui .is-modal.rowsettings .div-content-padding-pos button {
|
2564
2585
|
width: 75px;
|
2565
2586
|
padding-left: 15px;
|
2566
2587
|
padding-right: 15px;
|
2567
2588
|
border: transparent 1px solid;
|
2568
2589
|
}
|
2569
|
-
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button svg,
|
2570
|
-
.is-ui .is-modal.columnsettings .div-content-padding-pos button svg
|
2590
|
+
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button svg, #_cbhtml .is-modal.rowsettings .div-content-padding-pos button svg,
|
2591
|
+
.is-ui .is-modal.columnsettings .div-content-padding-pos button svg,
|
2592
|
+
.is-ui .is-modal.rowsettings .div-content-padding-pos button svg {
|
2571
2593
|
flex: none;
|
2572
2594
|
}
|
2573
|
-
#_cbhtml .is-modal.columnsettings .div-content-textcolor,
|
2574
|
-
.is-ui .is-modal.columnsettings .div-content-textcolor
|
2595
|
+
#_cbhtml .is-modal.columnsettings .div-content-textcolor, #_cbhtml .is-modal.rowsettings .div-content-textcolor,
|
2596
|
+
.is-ui .is-modal.columnsettings .div-content-textcolor,
|
2597
|
+
.is-ui .is-modal.rowsettings .div-content-textcolor {
|
2575
2598
|
display: flex;
|
2576
2599
|
}
|
2577
|
-
#_cbhtml .is-modal.columnsettings .div-content-textcolor button,
|
2578
|
-
.is-ui .is-modal.columnsettings .div-content-textcolor button
|
2600
|
+
#_cbhtml .is-modal.columnsettings .div-content-textcolor button, #_cbhtml .is-modal.rowsettings .div-content-textcolor button,
|
2601
|
+
.is-ui .is-modal.columnsettings .div-content-textcolor button,
|
2602
|
+
.is-ui .is-modal.rowsettings .div-content-textcolor button {
|
2579
2603
|
width: 40px;
|
2580
2604
|
border: transparent 1px solid;
|
2581
2605
|
}
|
2582
|
-
#_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=dark],
|
2583
|
-
.is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=dark]
|
2606
|
+
#_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=dark], #_cbhtml .is-modal.rowsettings .div-content-textcolor button[data-command=dark],
|
2607
|
+
.is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=dark],
|
2608
|
+
.is-ui .is-modal.rowsettings .div-content-textcolor button[data-command=dark] {
|
2584
2609
|
width: auto;
|
2585
2610
|
background-color: #f7f7f7;
|
2586
2611
|
color: #111;
|
2587
2612
|
}
|
2588
|
-
#_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=light],
|
2589
|
-
.is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=light]
|
2613
|
+
#_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=light], #_cbhtml .is-modal.rowsettings .div-content-textcolor button[data-command=light],
|
2614
|
+
.is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=light],
|
2615
|
+
.is-ui .is-modal.rowsettings .div-content-textcolor button[data-command=light] {
|
2590
2616
|
width: auto;
|
2591
2617
|
background-color: #333;
|
2592
2618
|
color: #f7f7f7;
|
2593
2619
|
}
|
2594
|
-
#_cbhtml .is-modal.columnsettings .div-content-position,
|
2595
|
-
.is-ui .is-modal.columnsettings .div-content-position
|
2620
|
+
#_cbhtml .is-modal.columnsettings .div-content-position, #_cbhtml .is-modal.rowsettings .div-content-position,
|
2621
|
+
.is-ui .is-modal.columnsettings .div-content-position,
|
2622
|
+
.is-ui .is-modal.rowsettings .div-content-position {
|
2596
2623
|
display: flex;
|
2597
2624
|
flex-flow: row wrap;
|
2598
2625
|
align-items: center;
|
2599
2626
|
width: 184px;
|
2600
2627
|
padding: 0;
|
2601
2628
|
}
|
2602
|
-
#_cbhtml .is-modal.columnsettings .div-content-position button,
|
2603
|
-
.is-ui .is-modal.columnsettings .div-content-position button
|
2629
|
+
#_cbhtml .is-modal.columnsettings .div-content-position button, #_cbhtml .is-modal.rowsettings .div-content-position button,
|
2630
|
+
.is-ui .is-modal.columnsettings .div-content-position button,
|
2631
|
+
.is-ui .is-modal.rowsettings .div-content-position button {
|
2604
2632
|
width: 30px;
|
2605
2633
|
height: 36px;
|
2606
2634
|
border: transparent 1px solid;
|
2607
2635
|
}
|
2608
|
-
#_cbhtml .is-modal.columnsettings .div-content-position button svg,
|
2609
|
-
.is-ui .is-modal.columnsettings .div-content-position button svg
|
2636
|
+
#_cbhtml .is-modal.columnsettings .div-content-position button svg, #_cbhtml .is-modal.rowsettings .div-content-position button svg,
|
2637
|
+
.is-ui .is-modal.columnsettings .div-content-position button svg,
|
2638
|
+
.is-ui .is-modal.rowsettings .div-content-position button svg {
|
2610
2639
|
flex: none;
|
2611
2640
|
}
|
2612
|
-
#_cbhtml .is-modal.columnsettings .image-src,
|
2613
|
-
.is-ui .is-modal.columnsettings .image-src
|
2641
|
+
#_cbhtml .is-modal.columnsettings .image-src, #_cbhtml .is-modal.rowsettings .image-src,
|
2642
|
+
.is-ui .is-modal.columnsettings .image-src,
|
2643
|
+
.is-ui .is-modal.rowsettings .image-src {
|
2614
2644
|
display: flex;
|
2615
2645
|
}
|
2616
|
-
#_cbhtml .is-modal.columnsettings .image-src > button,
|
2617
|
-
.is-ui .is-modal.columnsettings .image-src > button
|
2646
|
+
#_cbhtml .is-modal.columnsettings .image-src > button, #_cbhtml .is-modal.rowsettings .image-src > button,
|
2647
|
+
.is-ui .is-modal.columnsettings .image-src > button,
|
2648
|
+
.is-ui .is-modal.rowsettings .image-src > button {
|
2618
2649
|
background: transparent !important;
|
2619
2650
|
width: 50px;
|
2620
2651
|
height: 43px;
|
2621
2652
|
}
|
2622
|
-
#_cbhtml .is-modal.columnsettings #divCellClick p,
|
2623
|
-
.is-ui .is-modal.columnsettings #divCellClick p
|
2653
|
+
#_cbhtml .is-modal.columnsettings #divCellClick p, #_cbhtml .is-modal.rowsettings #divCellClick p,
|
2654
|
+
.is-ui .is-modal.columnsettings #divCellClick p,
|
2655
|
+
.is-ui .is-modal.rowsettings #divCellClick p {
|
2624
2656
|
font-size: 13px;
|
2625
2657
|
line-height: 1.7;
|
2626
2658
|
}
|
@@ -3943,6 +3975,13 @@ button:focus-visible {
|
|
3943
3975
|
color: #0096f1;
|
3944
3976
|
background: #f0f0f0;
|
3945
3977
|
}
|
3978
|
+
#_cbhtml .elementstyles div.is-separator,
|
3979
|
+
.is-ui .elementstyles div.is-separator {
|
3980
|
+
width: 100%;
|
3981
|
+
border-top: #f0f0f0 1px solid;
|
3982
|
+
margin-bottom: 10px;
|
3983
|
+
margin-top: 10px;
|
3984
|
+
}
|
3946
3985
|
#_cbhtml .elementstyles .is-settings,
|
3947
3986
|
.is-ui .elementstyles .is-settings {
|
3948
3987
|
margin-top: 7px;
|
@@ -4001,6 +4040,16 @@ button:focus-visible {
|
|
4001
4040
|
margin: 0;
|
4002
4041
|
border-radius: 1px;
|
4003
4042
|
}
|
4043
|
+
#_cbhtml .elementstyles .is-settings .elm-bgimage-preview,
|
4044
|
+
.is-ui .elementstyles .is-settings .elm-bgimage-preview {
|
4045
|
+
max-width: 120px;
|
4046
|
+
min-height: unset;
|
4047
|
+
}
|
4048
|
+
#_cbhtml .elementstyles .is-settings .elm-bgimage-preview img,
|
4049
|
+
.is-ui .elementstyles .is-settings .elm-bgimage-preview img {
|
4050
|
+
max-width: 100%;
|
4051
|
+
max-height: 100%;
|
4052
|
+
}
|
4004
4053
|
#_cbhtml .elementstyles #divElementMore,
|
4005
4054
|
.is-ui .elementstyles #divElementMore {
|
4006
4055
|
top: 50px;
|
@@ -4401,6 +4450,12 @@ button:focus-visible {
|
|
4401
4450
|
#_cbhtml .is-pop.rowmore button:hover {
|
4402
4451
|
background-color: rgba(0, 0, 0, 0.03) !important;
|
4403
4452
|
}
|
4453
|
+
#_cbhtml .is-pop.rowmore div.is-separator {
|
4454
|
+
width: 100%;
|
4455
|
+
border-top: #f0f0f0 1px solid;
|
4456
|
+
margin-bottom: 10px;
|
4457
|
+
margin-top: 10px;
|
4458
|
+
}
|
4404
4459
|
#_cbhtml .is-pop.elmmore {
|
4405
4460
|
flex-direction: column;
|
4406
4461
|
}
|
@@ -4789,14 +4844,6 @@ button:focus-visible {
|
|
4789
4844
|
right: auto;
|
4790
4845
|
left: -40px;
|
4791
4846
|
}
|
4792
|
-
.is-builder.builder-active > div:not(.row-active) {
|
4793
|
-
border-right: 120px rgba(0, 0, 0, 0) solid;
|
4794
|
-
margin-right: -120px;
|
4795
|
-
}
|
4796
|
-
.is-builder[leftrowtool].builder-active > div:not(.row-active) {
|
4797
|
-
border-left: 120px rgba(0, 0, 0, 0) solid;
|
4798
|
-
margin-left: -120px;
|
4799
|
-
}
|
4800
4847
|
.is-builder[rowoutline] .row-outline {
|
4801
4848
|
outline: none;
|
4802
4849
|
}
|
@@ -5350,3 +5397,17 @@ button:focus-visible {
|
|
5350
5397
|
margin-top: -200px;
|
5351
5398
|
}
|
5352
5399
|
}
|
5400
|
+
.relative {
|
5401
|
+
position: relative;
|
5402
|
+
}
|
5403
|
+
|
5404
|
+
.is-row-overlay {
|
5405
|
+
position: absolute;
|
5406
|
+
top: 0;
|
5407
|
+
left: 0;
|
5408
|
+
width: 100%;
|
5409
|
+
height: 100%;
|
5410
|
+
z-index: -1;
|
5411
|
+
pointer-events: none;
|
5412
|
+
user-select: none;
|
5413
|
+
}
|