@syncfusion/ej2-angular-richtexteditor 20.4.53 → 21.1.35
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/README.md +1 -1
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +7 -4
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +10 -3
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +16 -6
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +16 -6
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +1 -0
- package/src/rich-text-editor/richtexteditor.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +26 -1
- package/styles/bootstrap.css +26 -1
- package/styles/bootstrap4.css +26 -1
- package/styles/bootstrap5-dark.css +27 -2
- package/styles/bootstrap5.css +27 -2
- package/styles/fabric-dark.css +26 -1
- package/styles/fabric.css +26 -1
- package/styles/fluent-dark.css +29 -4
- package/styles/fluent.css +29 -4
- package/styles/highcontrast-light.css +26 -1
- package/styles/highcontrast.css +26 -1
- package/styles/material-dark.css +26 -1
- package/styles/material.css +26 -1
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +24 -1
- package/styles/rich-text-editor/_bootstrap-definition.scss +24 -1
- package/styles/rich-text-editor/_bootstrap4-definition.scss +24 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +27 -5
- package/styles/rich-text-editor/_fabric-dark-definition.scss +24 -1
- package/styles/rich-text-editor/_fabric-definition.scss +24 -1
- package/styles/rich-text-editor/_fluent-definition.scss +29 -7
- package/styles/rich-text-editor/_fusionnew-definition.scss +25 -3
- package/styles/rich-text-editor/_highcontrast-definition.scss +24 -1
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +24 -1
- package/styles/rich-text-editor/_layout.scss +46 -15
- package/styles/rich-text-editor/_material-dark-definition.scss +25 -1
- package/styles/rich-text-editor/_material-definition.scss +24 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +27 -5
- package/styles/rich-text-editor/_theme.scss +51 -5
- package/styles/rich-text-editor/bootstrap-dark.css +26 -1
- package/styles/rich-text-editor/bootstrap.css +26 -1
- package/styles/rich-text-editor/bootstrap4.css +26 -1
- package/styles/rich-text-editor/bootstrap5-dark.css +27 -2
- package/styles/rich-text-editor/bootstrap5.css +27 -2
- package/styles/rich-text-editor/fabric-dark.css +26 -1
- package/styles/rich-text-editor/fabric.css +26 -1
- package/styles/rich-text-editor/fluent-dark.css +29 -4
- package/styles/rich-text-editor/fluent.css +29 -4
- package/styles/rich-text-editor/highcontrast-light.css +26 -1
- package/styles/rich-text-editor/highcontrast.css +26 -1
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +8 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +8 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +8 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +8 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +8 -0
- package/styles/rich-text-editor/icons/_fabric.scss +8 -0
- package/styles/rich-text-editor/icons/_fluent.scss +8 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +8 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +8 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +8 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +8 -0
- package/styles/rich-text-editor/icons/_material.scss +8 -0
- package/styles/rich-text-editor/icons/_material3.scss +8 -0
- package/styles/rich-text-editor/icons/_tailwind.scss +8 -0
- package/styles/rich-text-editor/material-dark.css +26 -1
- package/styles/rich-text-editor/material.css +26 -1
- package/styles/rich-text-editor/tailwind-dark.css +26 -1
- package/styles/rich-text-editor/tailwind.css +26 -1
- package/styles/tailwind-dark.css +26 -1
- package/styles/tailwind.css +26 -1
- package/styles/rich-text-editor/_material3-definition.scss +0 -196
|
@@ -446,6 +446,10 @@
|
|
|
446
446
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
447
447
|
content: "\e42b";
|
|
448
448
|
}
|
|
449
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
450
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
451
|
+
content: "\e98b";
|
|
452
|
+
}
|
|
449
453
|
|
|
450
454
|
.e-richtexteditor .e-south-east::before,
|
|
451
455
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -468,6 +472,10 @@
|
|
|
468
472
|
content: "\e89c";
|
|
469
473
|
}
|
|
470
474
|
|
|
475
|
+
.e-rte-cursor-brush {
|
|
476
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0194 8H18.0175C19.6583 8 21 9.35001 21 11L20.9903 23H4L5.0932 10.91C5.0932 9.35001 6.42524 8 8.07573 8H10.0544V1H16.0194V8ZM8.06602 10C7.51845 10 7.07184 10.45 7.07184 11L6.89126 13H19.0019V11C19.0019 10.45 18.5553 10 18.0078 10H8.06602ZM14.0311 8V3H12.0427V8H14.0311ZM19.0019 15H6.71068L6.16699 21H7.83689L19.0019 15.6291V15ZM19.0019 17.8463L12.4466 21H19.0019V17.8463Z" fill="black"/><path d="M6.71068 15H19.0019V15.6291L7.83689 21H6.16699L6.71068 15Z" fill="white"/><path d="M8.06602 10C7.51845 10 7.07184 10.45 7.07184 11L6.89126 13H19.0019V11C19.0019 10.45 18.5553 10 18.0078 10H8.06602Z" fill="white"/><path d="M14.0311 8V3H12.0427V8H14.0311Z" fill="white"/><path d="M19.0019 17.8463L12.4466 21H19.0019V17.8463Z" fill="white"/></svg>'), text;
|
|
477
|
+
}
|
|
478
|
+
|
|
471
479
|
/*! tab layout */
|
|
472
480
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
473
481
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1558,6 +1566,7 @@
|
|
|
1558
1566
|
}
|
|
1559
1567
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1560
1568
|
white-space: nowrap;
|
|
1569
|
+
display: inline-block;
|
|
1561
1570
|
}
|
|
1562
1571
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1563
1572
|
white-space: nowrap;
|
|
@@ -2438,6 +2447,11 @@
|
|
|
2438
2447
|
margin: 1px;
|
|
2439
2448
|
}
|
|
2440
2449
|
|
|
2450
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2451
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2452
|
+
visibility: hidden;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2441
2455
|
/*! tab layout */
|
|
2442
2456
|
.e-richtexteditor .e-rte-toolbar {
|
|
2443
2457
|
border: 1px solid #ddd;
|
|
@@ -2530,6 +2544,9 @@
|
|
|
2530
2544
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2531
2545
|
color: #000;
|
|
2532
2546
|
}
|
|
2547
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2548
|
+
color: #000;
|
|
2549
|
+
}
|
|
2533
2550
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2534
2551
|
color: #000;
|
|
2535
2552
|
}
|
|
@@ -2548,6 +2565,9 @@
|
|
|
2548
2565
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2549
2566
|
border: 0;
|
|
2550
2567
|
}
|
|
2568
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2569
|
+
background: #f8f8f8;
|
|
2570
|
+
}
|
|
2551
2571
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2552
2572
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2553
2573
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2746,7 +2766,8 @@
|
|
|
2746
2766
|
|
|
2747
2767
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2748
2768
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2749
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2769
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2770
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2750
2771
|
border: dashed 2px #d4d4d4;
|
|
2751
2772
|
border-radius: 4px;
|
|
2752
2773
|
color: #adadad;
|
|
@@ -2759,6 +2780,10 @@
|
|
|
2759
2780
|
width: 300px;
|
|
2760
2781
|
}
|
|
2761
2782
|
|
|
2783
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2784
|
+
height: 108px;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2762
2787
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2763
2788
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2764
2789
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -541,6 +541,10 @@
|
|
|
541
541
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
542
542
|
content: "\e70f";
|
|
543
543
|
}
|
|
544
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
545
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
546
|
+
content: "\e979";
|
|
547
|
+
}
|
|
544
548
|
|
|
545
549
|
.e-richtexteditor .e-south-east::before,
|
|
546
550
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -563,6 +567,10 @@
|
|
|
563
567
|
content: "\e89c";
|
|
564
568
|
}
|
|
565
569
|
|
|
570
|
+
.e-rte-cursor-brush {
|
|
571
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0194 8H18.0175C19.6583 8 21 9.35001 21 11L20.9903 23H4L5.0932 10.91C5.0932 9.35001 6.42524 8 8.07573 8H10.0544V1H16.0194V8ZM8.06602 10C7.51845 10 7.07184 10.45 7.07184 11L6.89126 13H19.0019V11C19.0019 10.45 18.5553 10 18.0078 10H8.06602ZM14.0311 8V3H12.0427V8H14.0311ZM19.0019 15H6.71068L6.16699 21H7.83689L19.0019 15.6291V15ZM19.0019 17.8463L12.4466 21H19.0019V17.8463Z" fill="black"/><path d="M6.71068 15H19.0019V15.6291L7.83689 21H6.16699L6.71068 15Z" fill="white"/><path d="M8.06602 10C7.51845 10 7.07184 10.45 7.07184 11L6.89126 13H19.0019V11C19.0019 10.45 18.5553 10 18.0078 10H8.06602Z" fill="white"/><path d="M14.0311 8V3H12.0427V8H14.0311Z" fill="white"/><path d="M19.0019 17.8463L12.4466 21H19.0019V17.8463Z" fill="white"/></svg>'), text;
|
|
572
|
+
}
|
|
573
|
+
|
|
566
574
|
/*! tab layout */
|
|
567
575
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
568
576
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1653,6 +1661,7 @@
|
|
|
1653
1661
|
}
|
|
1654
1662
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1655
1663
|
white-space: nowrap;
|
|
1664
|
+
display: inline-block;
|
|
1656
1665
|
}
|
|
1657
1666
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1658
1667
|
white-space: nowrap;
|
|
@@ -2525,6 +2534,11 @@
|
|
|
2525
2534
|
margin: 1px;
|
|
2526
2535
|
}
|
|
2527
2536
|
|
|
2537
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2538
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2539
|
+
visibility: hidden;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2528
2542
|
/*! tab layout */
|
|
2529
2543
|
.e-richtexteditor .e-rte-toolbar {
|
|
2530
2544
|
border: 1px solid #dee2e6;
|
|
@@ -2617,6 +2631,9 @@
|
|
|
2617
2631
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2618
2632
|
color: #212529;
|
|
2619
2633
|
}
|
|
2634
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2635
|
+
color: #212529;
|
|
2636
|
+
}
|
|
2620
2637
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2621
2638
|
color: #212529;
|
|
2622
2639
|
}
|
|
@@ -2635,6 +2652,9 @@
|
|
|
2635
2652
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2636
2653
|
border: 0;
|
|
2637
2654
|
}
|
|
2655
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2656
|
+
background: #f8f9fa;
|
|
2657
|
+
}
|
|
2638
2658
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2639
2659
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2640
2660
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2833,7 +2853,8 @@
|
|
|
2833
2853
|
|
|
2834
2854
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2835
2855
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2836
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2856
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2857
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2837
2858
|
border: dashed 2px #adb5bd;
|
|
2838
2859
|
border-radius: 4px;
|
|
2839
2860
|
color: #212529;
|
|
@@ -2846,6 +2867,10 @@
|
|
|
2846
2867
|
width: 300px;
|
|
2847
2868
|
}
|
|
2848
2869
|
|
|
2870
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2871
|
+
height: 108px;
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2849
2874
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2850
2875
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2851
2876
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -294,6 +294,10 @@
|
|
|
294
294
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
295
295
|
content: "\e83c";
|
|
296
296
|
}
|
|
297
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
298
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
299
|
+
content: "\e8bd";
|
|
300
|
+
}
|
|
297
301
|
|
|
298
302
|
.e-richtexteditor .e-south-east::before,
|
|
299
303
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -316,6 +320,10 @@
|
|
|
316
320
|
content: "\e7c2";
|
|
317
321
|
}
|
|
318
322
|
|
|
323
|
+
.e-rte-cursor-brush {
|
|
324
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.9995 3C8.9995 1.34315 10.3426 0 11.9995 0C13.6564 0 14.9995 1.34315 14.9995 3V8H17.9995C19.6564 8 20.9995 9.34315 20.9995 11V21C20.9995 22.6569 19.6564 24 17.9995 24H5.39593C3.51419 24 2.13195 22.3035 2.40063 20.4885C2.70116 18.4583 2.85091 16.8264 2.92551 15.7066C2.9628 15.1467 2.9813 14.7151 2.99048 14.4258C2.99507 14.2812 2.99732 14.1723 2.99843 14.1007C2.99899 14.0649 2.99925 14.0385 2.99938 14.0216L2.99949 14.0035L2.9995 14V11C2.9995 9.34315 4.34265 8 5.9995 8H8.9995V3ZM10.9995 8H12.9995V3C12.9995 2.44772 12.5518 2 11.9995 2C11.4472 2 10.9995 2.44772 10.9995 3V8ZM4.9995 13H18.9995V11C18.9995 10.4477 18.5518 10 17.9995 10H5.9995C5.44722 10 4.9995 10.4477 4.9995 11V13ZM18.9995 15H4.96914C4.95785 15.2397 4.94235 15.5203 4.92108 15.8395C4.84327 17.0075 4.6882 18.6931 4.37907 20.7813C4.28231 21.435 4.78205 22 5.39593 22H6.77987L18.9995 16.3602V15ZM18.9995 18.5629L11.5525 22H17.9995C18.5518 22 18.9995 21.5523 18.9995 21V18.5629Z" fill="black"/><path d="M4.96914 15H18.9995V16.3602L6.77987 22H5.39593C4.78205 22 4.28231 21.435 4.37907 20.7813C4.6882 18.6931 4.84327 17.0075 4.92108 15.8395C4.94235 15.5203 4.95785 15.2397 4.96914 15Z" fill="white"/><path d="M18.9995 13H4.9995V11C4.9995 10.4477 5.44722 10 5.9995 10H17.9995C18.5518 10 18.9995 10.4477 18.9995 11V13Z" fill="white"/><path d="M11.5525 22L18.9995 18.5629V21C18.9995 21.5523 18.5518 22 17.9995 22H11.5525Z" fill="white"/><path d="M12.9995 8H10.9995V3C10.9995 2.44772 11.4472 2 11.9995 2C12.5518 2 12.9995 2.44772 12.9995 3V8Z" fill="white"/></svg>'), text;
|
|
325
|
+
}
|
|
326
|
+
|
|
319
327
|
/*! tab layout */
|
|
320
328
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
321
329
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1425,6 +1433,7 @@
|
|
|
1425
1433
|
}
|
|
1426
1434
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1427
1435
|
white-space: nowrap;
|
|
1436
|
+
display: inline-block;
|
|
1428
1437
|
}
|
|
1429
1438
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1430
1439
|
white-space: nowrap;
|
|
@@ -2364,6 +2373,11 @@
|
|
|
2364
2373
|
margin: 1px;
|
|
2365
2374
|
}
|
|
2366
2375
|
|
|
2376
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2377
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2378
|
+
visibility: hidden;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2367
2381
|
/*! tab layout */
|
|
2368
2382
|
.e-richtexteditor .e-rte-toolbar {
|
|
2369
2383
|
border: 1px solid #444c54;
|
|
@@ -2472,6 +2486,9 @@
|
|
|
2472
2486
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2473
2487
|
color: #adb5bd;
|
|
2474
2488
|
}
|
|
2489
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2490
|
+
color: #fff;
|
|
2491
|
+
}
|
|
2475
2492
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2476
2493
|
color: #fff;
|
|
2477
2494
|
}
|
|
@@ -2494,6 +2511,9 @@
|
|
|
2494
2511
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2495
2512
|
border: 0;
|
|
2496
2513
|
}
|
|
2514
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2515
|
+
background: #282d31;
|
|
2516
|
+
}
|
|
2497
2517
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2498
2518
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2499
2519
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2514,7 +2534,7 @@
|
|
|
2514
2534
|
.e-richtexteditor .e-rte-content .e-content .e-video-focus:not(.e-resize),
|
|
2515
2535
|
.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize),
|
|
2516
2536
|
.e-richtexteditor .e-source-content .e-content .e-video-focus:not(.e-resize) {
|
|
2517
|
-
border:
|
|
2537
|
+
border: solid 2px #0d6efd;
|
|
2518
2538
|
}
|
|
2519
2539
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
2520
2540
|
.e-richtexteditor .e-source-content .e-content a {
|
|
@@ -2698,7 +2718,8 @@
|
|
|
2698
2718
|
|
|
2699
2719
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2700
2720
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2701
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2721
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2722
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2702
2723
|
border: dashed 2px #adb5bd;
|
|
2703
2724
|
border-radius: 4px;
|
|
2704
2725
|
color: #ced4da;
|
|
@@ -2711,6 +2732,10 @@
|
|
|
2711
2732
|
width: 300px;
|
|
2712
2733
|
}
|
|
2713
2734
|
|
|
2735
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2736
|
+
height: 108px;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2714
2739
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2715
2740
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2716
2741
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -294,6 +294,10 @@
|
|
|
294
294
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
295
295
|
content: "\e83c";
|
|
296
296
|
}
|
|
297
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
298
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
299
|
+
content: "\e8bd";
|
|
300
|
+
}
|
|
297
301
|
|
|
298
302
|
.e-richtexteditor .e-south-east::before,
|
|
299
303
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -316,6 +320,10 @@
|
|
|
316
320
|
content: "\e7c2";
|
|
317
321
|
}
|
|
318
322
|
|
|
323
|
+
.e-rte-cursor-brush {
|
|
324
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.9995 3C8.9995 1.34315 10.3426 0 11.9995 0C13.6564 0 14.9995 1.34315 14.9995 3V8H17.9995C19.6564 8 20.9995 9.34315 20.9995 11V21C20.9995 22.6569 19.6564 24 17.9995 24H5.39593C3.51419 24 2.13195 22.3035 2.40063 20.4885C2.70116 18.4583 2.85091 16.8264 2.92551 15.7066C2.9628 15.1467 2.9813 14.7151 2.99048 14.4258C2.99507 14.2812 2.99732 14.1723 2.99843 14.1007C2.99899 14.0649 2.99925 14.0385 2.99938 14.0216L2.99949 14.0035L2.9995 14V11C2.9995 9.34315 4.34265 8 5.9995 8H8.9995V3ZM10.9995 8H12.9995V3C12.9995 2.44772 12.5518 2 11.9995 2C11.4472 2 10.9995 2.44772 10.9995 3V8ZM4.9995 13H18.9995V11C18.9995 10.4477 18.5518 10 17.9995 10H5.9995C5.44722 10 4.9995 10.4477 4.9995 11V13ZM18.9995 15H4.96914C4.95785 15.2397 4.94235 15.5203 4.92108 15.8395C4.84327 17.0075 4.6882 18.6931 4.37907 20.7813C4.28231 21.435 4.78205 22 5.39593 22H6.77987L18.9995 16.3602V15ZM18.9995 18.5629L11.5525 22H17.9995C18.5518 22 18.9995 21.5523 18.9995 21V18.5629Z" fill="black"/><path d="M4.96914 15H18.9995V16.3602L6.77987 22H5.39593C4.78205 22 4.28231 21.435 4.37907 20.7813C4.6882 18.6931 4.84327 17.0075 4.92108 15.8395C4.94235 15.5203 4.95785 15.2397 4.96914 15Z" fill="white"/><path d="M18.9995 13H4.9995V11C4.9995 10.4477 5.44722 10 5.9995 10H17.9995C18.5518 10 18.9995 10.4477 18.9995 11V13Z" fill="white"/><path d="M11.5525 22L18.9995 18.5629V21C18.9995 21.5523 18.5518 22 17.9995 22H11.5525Z" fill="white"/><path d="M12.9995 8H10.9995V3C10.9995 2.44772 11.4472 2 11.9995 2C12.5518 2 12.9995 2.44772 12.9995 3V8Z" fill="white"/></svg>'), text;
|
|
325
|
+
}
|
|
326
|
+
|
|
319
327
|
/*! tab layout */
|
|
320
328
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
321
329
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1425,6 +1433,7 @@
|
|
|
1425
1433
|
}
|
|
1426
1434
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1427
1435
|
white-space: nowrap;
|
|
1436
|
+
display: inline-block;
|
|
1428
1437
|
}
|
|
1429
1438
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1430
1439
|
white-space: nowrap;
|
|
@@ -2364,6 +2373,11 @@
|
|
|
2364
2373
|
margin: 1px;
|
|
2365
2374
|
}
|
|
2366
2375
|
|
|
2376
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2377
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2378
|
+
visibility: hidden;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2367
2381
|
/*! tab layout */
|
|
2368
2382
|
.e-richtexteditor .e-rte-toolbar {
|
|
2369
2383
|
border: 1px solid #dee2e6;
|
|
@@ -2472,6 +2486,9 @@
|
|
|
2472
2486
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2473
2487
|
color: #6c757d;
|
|
2474
2488
|
}
|
|
2489
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2490
|
+
color: #fff;
|
|
2491
|
+
}
|
|
2475
2492
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2476
2493
|
color: #fff;
|
|
2477
2494
|
}
|
|
@@ -2494,6 +2511,9 @@
|
|
|
2494
2511
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2495
2512
|
border: 0;
|
|
2496
2513
|
}
|
|
2514
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2515
|
+
background: #f8f9fa;
|
|
2516
|
+
}
|
|
2497
2517
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2498
2518
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2499
2519
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2514,7 +2534,7 @@
|
|
|
2514
2534
|
.e-richtexteditor .e-rte-content .e-content .e-video-focus:not(.e-resize),
|
|
2515
2535
|
.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize),
|
|
2516
2536
|
.e-richtexteditor .e-source-content .e-content .e-video-focus:not(.e-resize) {
|
|
2517
|
-
border:
|
|
2537
|
+
border: solid 2px #0d6efd;
|
|
2518
2538
|
}
|
|
2519
2539
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
2520
2540
|
.e-richtexteditor .e-source-content .e-content a {
|
|
@@ -2698,7 +2718,8 @@
|
|
|
2698
2718
|
|
|
2699
2719
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2700
2720
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2701
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2721
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2722
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2702
2723
|
border: dashed 2px #adb5bd;
|
|
2703
2724
|
border-radius: 4px;
|
|
2704
2725
|
color: #495057;
|
|
@@ -2711,6 +2732,10 @@
|
|
|
2711
2732
|
width: 300px;
|
|
2712
2733
|
}
|
|
2713
2734
|
|
|
2735
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2736
|
+
height: 108px;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2714
2739
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2715
2740
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2716
2741
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -294,6 +294,10 @@
|
|
|
294
294
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
295
295
|
content: "\e42b";
|
|
296
296
|
}
|
|
297
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
298
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
299
|
+
content: "\e980";
|
|
300
|
+
}
|
|
297
301
|
|
|
298
302
|
.e-richtexteditor .e-south-east::before,
|
|
299
303
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -316,6 +320,10 @@
|
|
|
316
320
|
content: "\e89c";
|
|
317
321
|
}
|
|
318
322
|
|
|
323
|
+
.e-rte-cursor-brush {
|
|
324
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.96 6.90428L12.21 5.70428L13.6 2.49428C13.93 1.73428 13.58 0.854278 12.82 0.524278L11.9 0.124277C11.14 -0.205723 10.26 0.144276 9.93 0.904276L8.54 4.11428L5.79 2.91428L5.59 3.37428C5.59 3.37428 5.06 4.59428 4.33 6.06428C3.03 8.68428 2.33 9.53428 1.62 10.1243L1 10.6443L11.37 15.1443L13.36 10.5543L14.95 6.88428L14.96 6.90428ZM6.3 4.23428L9.06 5.43428L10.65 1.76428C10.87 1.25428 11.46 1.02428 11.97 1.24428C12.48 1.46428 12.71 2.05428 12.49 2.56428L10.9 6.23428L13.65 7.43428L12.85 9.26428L5.46 6.05428C5.82 5.30428 6.12 4.65428 6.31 4.24428L6.3 4.23428ZM5.01 6.94428L10.2 9.19428L12.45 10.1743L12.37 10.3543L3.86 10.8143L2.79 10.3543C3.5 9.50428 3.98 8.97428 5 6.95428L5.01 6.94428ZM10.85 13.8443L5.91 11.7043L11.92 11.3843L10.85 13.8543V13.8443Z" fill="black"/><path d="M6.3 4.23428L9.06 5.43428L10.65 1.76428C10.87 1.25428 11.46 1.02428 11.97 1.24428C12.48 1.46428 12.71 2.05428 12.49 2.56428L10.9 6.23428L13.65 7.43428L12.85 9.26428L5.46 6.05428C5.82 5.30428 6.12 4.65428 6.31 4.24428L6.3 4.23428Z" fill="white"/><path d="M5.01 6.94428L10.2 9.19428L12.45 10.1743L12.37 10.3543L3.86 10.8143L2.79 10.3543C3.5 9.50428 3.98 8.97428 5 6.95428L5.01 6.94428Z" fill="white"/><path d="M10.85 13.8443L5.91 11.7043L11.92 11.3843L10.85 13.8543V13.8443Z" fill="white"/></svg>'), text;
|
|
325
|
+
}
|
|
326
|
+
|
|
319
327
|
/*! tab layout */
|
|
320
328
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
321
329
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1406,6 +1414,7 @@
|
|
|
1406
1414
|
}
|
|
1407
1415
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1408
1416
|
white-space: nowrap;
|
|
1417
|
+
display: inline-block;
|
|
1409
1418
|
}
|
|
1410
1419
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1411
1420
|
white-space: nowrap;
|
|
@@ -2278,6 +2287,11 @@
|
|
|
2278
2287
|
margin: 1px;
|
|
2279
2288
|
}
|
|
2280
2289
|
|
|
2290
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2291
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2292
|
+
visibility: hidden;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2281
2295
|
/*! tab layout */
|
|
2282
2296
|
.e-richtexteditor .e-rte-toolbar {
|
|
2283
2297
|
border: 1px solid #414040;
|
|
@@ -2370,6 +2384,9 @@
|
|
|
2370
2384
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2371
2385
|
color: #dadada;
|
|
2372
2386
|
}
|
|
2387
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2388
|
+
color: #dadada;
|
|
2389
|
+
}
|
|
2373
2390
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2374
2391
|
color: #fff;
|
|
2375
2392
|
}
|
|
@@ -2388,6 +2405,9 @@
|
|
|
2388
2405
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2389
2406
|
border: 0;
|
|
2390
2407
|
}
|
|
2408
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2409
|
+
background: #333232;
|
|
2410
|
+
}
|
|
2391
2411
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2392
2412
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2393
2413
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2586,7 +2606,8 @@
|
|
|
2586
2606
|
|
|
2587
2607
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2588
2608
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2589
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2609
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2610
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2590
2611
|
border: dashed 2px #414040;
|
|
2591
2612
|
border-radius: 4px;
|
|
2592
2613
|
color: #9a9a9a;
|
|
@@ -2599,6 +2620,10 @@
|
|
|
2599
2620
|
width: 300px;
|
|
2600
2621
|
}
|
|
2601
2622
|
|
|
2623
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2624
|
+
height: 108px;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2602
2627
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2603
2628
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2604
2629
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -294,6 +294,10 @@
|
|
|
294
294
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
295
295
|
content: "\e42b";
|
|
296
296
|
}
|
|
297
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
298
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
299
|
+
content: "\e980";
|
|
300
|
+
}
|
|
297
301
|
|
|
298
302
|
.e-richtexteditor .e-south-east::before,
|
|
299
303
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -316,6 +320,10 @@
|
|
|
316
320
|
content: "\e89c";
|
|
317
321
|
}
|
|
318
322
|
|
|
323
|
+
.e-rte-cursor-brush {
|
|
324
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.96 6.90428L12.21 5.70428L13.6 2.49428C13.93 1.73428 13.58 0.854278 12.82 0.524278L11.9 0.124277C11.14 -0.205723 10.26 0.144276 9.93 0.904276L8.54 4.11428L5.79 2.91428L5.59 3.37428C5.59 3.37428 5.06 4.59428 4.33 6.06428C3.03 8.68428 2.33 9.53428 1.62 10.1243L1 10.6443L11.37 15.1443L13.36 10.5543L14.95 6.88428L14.96 6.90428ZM6.3 4.23428L9.06 5.43428L10.65 1.76428C10.87 1.25428 11.46 1.02428 11.97 1.24428C12.48 1.46428 12.71 2.05428 12.49 2.56428L10.9 6.23428L13.65 7.43428L12.85 9.26428L5.46 6.05428C5.82 5.30428 6.12 4.65428 6.31 4.24428L6.3 4.23428ZM5.01 6.94428L10.2 9.19428L12.45 10.1743L12.37 10.3543L3.86 10.8143L2.79 10.3543C3.5 9.50428 3.98 8.97428 5 6.95428L5.01 6.94428ZM10.85 13.8443L5.91 11.7043L11.92 11.3843L10.85 13.8543V13.8443Z" fill="black"/><path d="M6.3 4.23428L9.06 5.43428L10.65 1.76428C10.87 1.25428 11.46 1.02428 11.97 1.24428C12.48 1.46428 12.71 2.05428 12.49 2.56428L10.9 6.23428L13.65 7.43428L12.85 9.26428L5.46 6.05428C5.82 5.30428 6.12 4.65428 6.31 4.24428L6.3 4.23428Z" fill="white"/><path d="M5.01 6.94428L10.2 9.19428L12.45 10.1743L12.37 10.3543L3.86 10.8143L2.79 10.3543C3.5 9.50428 3.98 8.97428 5 6.95428L5.01 6.94428Z" fill="white"/><path d="M10.85 13.8443L5.91 11.7043L11.92 11.3843L10.85 13.8543V13.8443Z" fill="white"/></svg>'), text;
|
|
325
|
+
}
|
|
326
|
+
|
|
319
327
|
/*! tab layout */
|
|
320
328
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
321
329
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1406,6 +1414,7 @@
|
|
|
1406
1414
|
}
|
|
1407
1415
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1408
1416
|
white-space: nowrap;
|
|
1417
|
+
display: inline-block;
|
|
1409
1418
|
}
|
|
1410
1419
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1411
1420
|
white-space: nowrap;
|
|
@@ -2278,6 +2287,11 @@
|
|
|
2278
2287
|
margin: 1px;
|
|
2279
2288
|
}
|
|
2280
2289
|
|
|
2290
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2291
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2292
|
+
visibility: hidden;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2281
2295
|
/*! tab layout */
|
|
2282
2296
|
.e-richtexteditor .e-rte-toolbar {
|
|
2283
2297
|
border: 1px solid #dadada;
|
|
@@ -2370,6 +2384,9 @@
|
|
|
2370
2384
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2371
2385
|
color: #000;
|
|
2372
2386
|
}
|
|
2387
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2388
|
+
color: #000;
|
|
2389
|
+
}
|
|
2373
2390
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2374
2391
|
color: #000;
|
|
2375
2392
|
}
|
|
@@ -2388,6 +2405,9 @@
|
|
|
2388
2405
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2389
2406
|
border: 0;
|
|
2390
2407
|
}
|
|
2408
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2409
|
+
background: #fff;
|
|
2410
|
+
}
|
|
2391
2411
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2392
2412
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2393
2413
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2586,7 +2606,8 @@
|
|
|
2586
2606
|
|
|
2587
2607
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2588
2608
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2589
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2609
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2610
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2590
2611
|
border: dashed 2px #dadada;
|
|
2591
2612
|
border-radius: 4px;
|
|
2592
2613
|
color: #a6a6a6;
|
|
@@ -2599,6 +2620,10 @@
|
|
|
2599
2620
|
width: 290px;
|
|
2600
2621
|
}
|
|
2601
2622
|
|
|
2623
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2624
|
+
height: 108px;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2602
2627
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2603
2628
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2604
2629
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -294,6 +294,10 @@
|
|
|
294
294
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
295
295
|
content: "\e83c";
|
|
296
296
|
}
|
|
297
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
298
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
299
|
+
content: "\e8bd";
|
|
300
|
+
}
|
|
297
301
|
|
|
298
302
|
.e-richtexteditor .e-south-east::before,
|
|
299
303
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -316,6 +320,10 @@
|
|
|
316
320
|
content: "\e7c2";
|
|
317
321
|
}
|
|
318
322
|
|
|
323
|
+
.e-rte-cursor-brush {
|
|
324
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 3C9 1.34315 10.3431 0 12 0C13.6569 0 15 1.34315 15 3V8H18C19.6569 8 21 9.34315 21 11V22C21 23.1046 20.1046 24 19 24H5C3.89543 24 3 23.1046 3 22V11C3 9.34315 4.34315 8 6 8H9V3ZM12 2C11.4477 2 11 2.44772 11 3V8.36C11 9.26575 10.2657 10 9.36 10H6C5.44772 10 5 10.4477 5 11V13H19V11C19 10.4477 18.5523 10 18 10H14.64C13.7343 10 13 9.26575 13 8.36V3C13 2.44772 12.5523 2 12 2ZM19 15H5V22H7V18C7 17.4477 7.44772 17 8 17C8.55228 17 9 17.4477 9 18V22H15V20C15 19.4477 15.4477 19 16 19C16.5523 19 17 19.4477 17 20V22H19V15Z" fill="black"/><path d="M11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V8.36C13 9.26575 13.7343 10 14.64 10H18C18.5523 10 19 10.4477 19 11V13H5V11C5 10.4477 5.44772 10 6 10H9.36C10.2657 10 11 9.26575 11 8.36V3Z" fill="white"/><path d="M5 15H19V22H17V20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20V22H9V18C9 17.4477 8.55228 17 8 17C7.44772 17 7 17.4477 7 18V22H5V15Z" fill="white"/></svg>'), text;
|
|
325
|
+
}
|
|
326
|
+
|
|
319
327
|
/*! tab layout */
|
|
320
328
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
321
329
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1411,6 +1419,7 @@
|
|
|
1411
1419
|
}
|
|
1412
1420
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1413
1421
|
white-space: nowrap;
|
|
1422
|
+
display: inline-block;
|
|
1414
1423
|
}
|
|
1415
1424
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1416
1425
|
white-space: nowrap;
|
|
@@ -1588,7 +1597,7 @@
|
|
|
1588
1597
|
display: flex;
|
|
1589
1598
|
padding-left: 7px;
|
|
1590
1599
|
padding-right: 7px;
|
|
1591
|
-
padding-top:
|
|
1600
|
+
padding-top: 0;
|
|
1592
1601
|
}
|
|
1593
1602
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,
|
|
1594
1603
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,
|
|
@@ -1653,7 +1662,7 @@
|
|
|
1653
1662
|
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
|
|
1654
1663
|
padding-left: 7px;
|
|
1655
1664
|
padding-right: 7px;
|
|
1656
|
-
padding-top:
|
|
1665
|
+
padding-top: 0;
|
|
1657
1666
|
}
|
|
1658
1667
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,
|
|
1659
1668
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,
|
|
@@ -2340,6 +2349,11 @@
|
|
|
2340
2349
|
margin: 1px;
|
|
2341
2350
|
}
|
|
2342
2351
|
|
|
2352
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2353
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2354
|
+
visibility: hidden;
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2343
2357
|
/*! tab layout */
|
|
2344
2358
|
.e-richtexteditor .e-rte-toolbar {
|
|
2345
2359
|
border: 1px solid #292827;
|
|
@@ -2432,6 +2446,9 @@
|
|
|
2432
2446
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2433
2447
|
color: #a19f9d;
|
|
2434
2448
|
}
|
|
2449
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2450
|
+
color: #a19f9d;
|
|
2451
|
+
}
|
|
2435
2452
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2436
2453
|
color: #a19f9d;
|
|
2437
2454
|
}
|
|
@@ -2450,6 +2467,9 @@
|
|
|
2450
2467
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2451
2468
|
border: 0;
|
|
2452
2469
|
}
|
|
2470
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2471
|
+
background: #252423;
|
|
2472
|
+
}
|
|
2453
2473
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2454
2474
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2455
2475
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2470,7 +2490,7 @@
|
|
|
2470
2490
|
.e-richtexteditor .e-rte-content .e-content .e-video-focus:not(.e-resize),
|
|
2471
2491
|
.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize),
|
|
2472
2492
|
.e-richtexteditor .e-source-content .e-content .e-video-focus:not(.e-resize) {
|
|
2473
|
-
border:
|
|
2493
|
+
border: solid 2px #0078d4;
|
|
2474
2494
|
}
|
|
2475
2495
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
2476
2496
|
.e-richtexteditor .e-source-content .e-content a {
|
|
@@ -2648,7 +2668,8 @@
|
|
|
2648
2668
|
|
|
2649
2669
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2650
2670
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2651
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2671
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2672
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2652
2673
|
border: dashed 2px #797775;
|
|
2653
2674
|
border-radius: 4px;
|
|
2654
2675
|
color: #c8c6c4;
|
|
@@ -2661,6 +2682,10 @@
|
|
|
2661
2682
|
width: 292px;
|
|
2662
2683
|
}
|
|
2663
2684
|
|
|
2685
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2686
|
+
height: 108px;
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2664
2689
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2665
2690
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2666
2691
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|