@syncfusion/ej2-angular-richtexteditor 20.4.38 → 20.4.40

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.
Files changed (50) hide show
  1. package/README.md +109 -53
  2. package/package.json +12 -17
  3. package/schematics/utils/lib-details.d.ts +2 -2
  4. package/schematics/utils/lib-details.js +2 -2
  5. package/schematics/utils/lib-details.ts +2 -2
  6. package/styles/bootstrap-dark.css +13 -6
  7. package/styles/bootstrap.css +13 -6
  8. package/styles/bootstrap4.css +13 -6
  9. package/styles/bootstrap5-dark.css +13 -6
  10. package/styles/bootstrap5.css +13 -6
  11. package/styles/fabric-dark.css +13 -6
  12. package/styles/fabric.css +13 -6
  13. package/styles/fluent-dark.css +13 -6
  14. package/styles/fluent.css +13 -6
  15. package/styles/highcontrast-light.css +13 -6
  16. package/styles/highcontrast.css +13 -6
  17. package/styles/material-dark.css +13 -6
  18. package/styles/material.css +13 -6
  19. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +1 -0
  20. package/styles/rich-text-editor/_bootstrap-definition.scss +1 -0
  21. package/styles/rich-text-editor/_bootstrap4-definition.scss +1 -0
  22. package/styles/rich-text-editor/_bootstrap5-definition.scss +1 -0
  23. package/styles/rich-text-editor/_fabric-dark-definition.scss +1 -0
  24. package/styles/rich-text-editor/_fabric-definition.scss +1 -0
  25. package/styles/rich-text-editor/_fluent-definition.scss +1 -0
  26. package/styles/rich-text-editor/_fusionnew-definition.scss +1 -0
  27. package/styles/rich-text-editor/_highcontrast-definition.scss +1 -0
  28. package/styles/rich-text-editor/_highcontrast-light-definition.scss +1 -0
  29. package/styles/rich-text-editor/_material-dark-definition.scss +1 -0
  30. package/styles/rich-text-editor/_material-definition.scss +1 -0
  31. package/styles/rich-text-editor/_material3-definition.scss +1 -0
  32. package/styles/rich-text-editor/_tailwind-definition.scss +1 -0
  33. package/styles/rich-text-editor/_theme.scss +11 -6
  34. package/styles/rich-text-editor/bootstrap-dark.css +13 -6
  35. package/styles/rich-text-editor/bootstrap.css +13 -6
  36. package/styles/rich-text-editor/bootstrap4.css +13 -6
  37. package/styles/rich-text-editor/bootstrap5-dark.css +13 -6
  38. package/styles/rich-text-editor/bootstrap5.css +13 -6
  39. package/styles/rich-text-editor/fabric-dark.css +13 -6
  40. package/styles/rich-text-editor/fabric.css +13 -6
  41. package/styles/rich-text-editor/fluent-dark.css +13 -6
  42. package/styles/rich-text-editor/fluent.css +13 -6
  43. package/styles/rich-text-editor/highcontrast-light.css +13 -6
  44. package/styles/rich-text-editor/highcontrast.css +13 -6
  45. package/styles/rich-text-editor/material-dark.css +13 -6
  46. package/styles/rich-text-editor/material.css +13 -6
  47. package/styles/rich-text-editor/tailwind-dark.css +13 -6
  48. package/styles/rich-text-editor/tailwind.css +13 -6
  49. package/styles/tailwind-dark.css +13 -6
  50. package/styles/tailwind.css +13 -6
package/styles/fluent.css CHANGED
@@ -740,7 +740,7 @@
740
740
  }
741
741
  @media screen and (min-width: 992px) {
742
742
  .e-richtexteditor .e-rte-content .e-content,
743
- .e-richtexteditor .e-source-content .e-content {
743
+ .e-richtexteditor .e-source-content .e-content {
744
744
  font-size: 14px;
745
745
  }
746
746
  }
@@ -2661,15 +2661,17 @@
2661
2661
  width: 292px;
2662
2662
  }
2663
2663
 
2664
- .e-dialog .e-vid-uploadwrap .e-droptext {
2665
- height: 108px;
2666
- }
2667
-
2668
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2664
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2665
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2666
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2669
2667
  margin: 0 auto;
2670
2668
  width: 242px;
2671
2669
  }
2672
2670
 
2671
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2672
+ padding: 8px 4px;
2673
+ }
2674
+
2673
2675
  .e-linkheader {
2674
2676
  color: #201f1e;
2675
2677
  }
@@ -2748,6 +2750,11 @@ span.e-rte-videoboxmark {
2748
2750
  color: #605e5c;
2749
2751
  }
2750
2752
 
2753
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2754
+ border: solid rgba(0, 0, 0, 0.12);
2755
+ border-width: 0 0 0 1px;
2756
+ }
2757
+
2751
2758
  .e-rte-table-popup .e-span-border {
2752
2759
  border: 1px solid #edebe9;
2753
2760
  display: block;
@@ -737,7 +737,7 @@
737
737
  }
738
738
  @media screen and (min-width: 992px) {
739
739
  .e-richtexteditor .e-rte-content .e-content,
740
- .e-richtexteditor .e-source-content .e-content {
740
+ .e-richtexteditor .e-source-content .e-content {
741
741
  font-size: 14px;
742
742
  }
743
743
  }
@@ -2599,15 +2599,17 @@
2599
2599
  width: 288px;
2600
2600
  }
2601
2601
 
2602
- .e-dialog .e-vid-uploadwrap .e-droptext {
2603
- height: 108px;
2604
- }
2605
-
2606
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2602
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2603
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2604
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2607
2605
  margin: 0 auto;
2608
2606
  width: 238px;
2609
2607
  }
2610
2608
 
2609
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2610
+ padding: 8px 4px;
2611
+ }
2612
+
2611
2613
  .e-linkheader {
2612
2614
  color: #000;
2613
2615
  }
@@ -2686,6 +2688,11 @@ span.e-rte-videoboxmark {
2686
2688
  color: #000;
2687
2689
  }
2688
2690
 
2691
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2692
+ border: solid rgba(0, 0, 0, 0.12);
2693
+ border-width: 0 0 0 1px;
2694
+ }
2695
+
2689
2696
  .e-rte-table-popup .e-span-border {
2690
2697
  border: 1px solid #000;
2691
2698
  display: block;
@@ -737,7 +737,7 @@
737
737
  }
738
738
  @media screen and (min-width: 992px) {
739
739
  .e-richtexteditor .e-rte-content .e-content,
740
- .e-richtexteditor .e-source-content .e-content {
740
+ .e-richtexteditor .e-source-content .e-content {
741
741
  font-size: 14px;
742
742
  }
743
743
  }
@@ -2594,15 +2594,17 @@
2594
2594
  width: 288px;
2595
2595
  }
2596
2596
 
2597
- .e-dialog .e-vid-uploadwrap .e-droptext {
2598
- height: 108px;
2599
- }
2600
-
2601
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2597
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2598
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2599
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2602
2600
  margin: 0 auto;
2603
2601
  width: 238px;
2604
2602
  }
2605
2603
 
2604
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2605
+ padding: 8px 4px;
2606
+ }
2607
+
2606
2608
  .e-linkheader {
2607
2609
  color: #fff;
2608
2610
  }
@@ -2681,6 +2683,11 @@ span.e-rte-videoboxmark {
2681
2683
  color: #fff;
2682
2684
  }
2683
2685
 
2686
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2687
+ border: solid rgba(0, 0, 0, 0.12);
2688
+ border-width: 0 0 0 1px;
2689
+ }
2690
+
2684
2691
  .e-rte-table-popup .e-span-border {
2685
2692
  border: 1px solid #fff;
2686
2693
  display: block;
@@ -738,7 +738,7 @@
738
738
  }
739
739
  @media screen and (min-width: 992px) {
740
740
  .e-richtexteditor .e-rte-content .e-content,
741
- .e-richtexteditor .e-source-content .e-content {
741
+ .e-richtexteditor .e-source-content .e-content {
742
742
  font-size: 14px;
743
743
  }
744
744
  }
@@ -2600,15 +2600,17 @@
2600
2600
  width: 300px;
2601
2601
  }
2602
2602
 
2603
- .e-dialog .e-vid-uploadwrap .e-droptext {
2604
- height: 108px;
2605
- }
2606
-
2607
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2603
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2604
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2605
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2608
2606
  margin: 0 auto;
2609
2607
  width: 250px;
2610
2608
  }
2611
2609
 
2610
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2611
+ padding: 8px 4px;
2612
+ }
2613
+
2612
2614
  .e-linkheader {
2613
2615
  color: #fff;
2614
2616
  }
@@ -2687,6 +2689,11 @@ span.e-rte-videoboxmark {
2687
2689
  color: #fff;
2688
2690
  }
2689
2691
 
2692
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2693
+ border: solid rgba(0, 0, 0, 0.12);
2694
+ border-width: 0 0 0 1px;
2695
+ }
2696
+
2690
2697
  .e-rte-table-popup .e-span-border {
2691
2698
  border: 1px solid #616161;
2692
2699
  display: block;
@@ -738,7 +738,7 @@
738
738
  }
739
739
  @media screen and (min-width: 992px) {
740
740
  .e-richtexteditor .e-rte-content .e-content,
741
- .e-richtexteditor .e-source-content .e-content {
741
+ .e-richtexteditor .e-source-content .e-content {
742
742
  font-size: 14px;
743
743
  }
744
744
  }
@@ -2600,15 +2600,17 @@
2600
2600
  width: 300px;
2601
2601
  }
2602
2602
 
2603
- .e-dialog .e-vid-uploadwrap .e-droptext {
2604
- height: 108px;
2605
- }
2606
-
2607
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2603
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2604
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2605
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2608
2606
  margin: 0 auto;
2609
2607
  width: 250px;
2610
2608
  }
2611
2609
 
2610
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2611
+ padding: 8px 4px;
2612
+ }
2613
+
2612
2614
  .e-linkheader {
2613
2615
  color: rgba(0, 0, 0, 0.87);
2614
2616
  }
@@ -2687,6 +2689,11 @@ span.e-rte-videoboxmark {
2687
2689
  color: #000;
2688
2690
  }
2689
2691
 
2692
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2693
+ border: solid rgba(0, 0, 0, 0.12);
2694
+ border-width: 0 0 0 1px;
2695
+ }
2696
+
2690
2697
  .e-rte-table-popup .e-span-border {
2691
2698
  border: 1px solid rgba(0, 0, 0, 0.12);
2692
2699
  display: block;
@@ -151,6 +151,7 @@ $rte-big-quick-tbar-item-min-width: 39px !default;
151
151
  $rte-content-font-size: 14px !default;
152
152
  $rte-toolbar-icon-size: 16px !default;
153
153
  $rte-toolbar-big-icon-size: 18px !default;
154
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
154
155
 
155
156
  $rte-dropdown-caret-icon-size: 12px !default;
156
157
  $rte-big-dropdown-caret-icon-size: 12px !default;
@@ -153,6 +153,7 @@ $rte-dropdown-caret-icon-size: 12px !default;
153
153
  $rte-big-dropdown-caret-icon-size: 12px !default;
154
154
  $rte-toolbar-icon-size: 16px !default;
155
155
  $rte-toolbar-big-icon-size: 18px !default;
156
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
156
157
 
157
158
  $rte-big-inline-tmp-min-width: 56px;
158
159
  $rte-inline-tmp-min-width: 61px;
@@ -149,6 +149,7 @@ $rte-dropdown-caret-icon-size: 8px !default;
149
149
  $rte-big-dropdown-caret-icon-size: 10px !default;
150
150
  $rte-toolbar-icon-size: 16px !default;
151
151
  $rte-toolbar-big-icon-size: 18px !default;
152
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
152
153
 
153
154
  $rte-resize-handler-width: 15px;
154
155
  $rte-resize-handler-height: 15px;
@@ -165,6 +165,7 @@ $rte-table-popup-box: $shadow !default;
165
165
  $rte-table-border-color: $border-light !default;
166
166
  $rte-table-alternate-color: $content-bg-color-alt1 !default;
167
167
  $rte-table-header-bg: $content-bg-color-alt1 !default;
168
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
168
169
 
169
170
  //Theme Variables End
170
171
 
@@ -152,6 +152,7 @@ $rte-dropdown-caret-icon-size: 12px !default;
152
152
  $rte-big-dropdown-caret-icon-size: 12px !default;
153
153
  $rte-toolbar-icon-size: 16px !default;
154
154
  $rte-toolbar-big-icon-size: 18px !default;
155
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
155
156
 
156
157
  $rte-big-inline-tmp-min-width: 40px;
157
158
  $rte-inline-tmp-min-width: 42px;
@@ -144,6 +144,7 @@ $rte-table-alternate-color: #f5f5f5 !default;
144
144
  $rte-table-header-bg: #e0e0e0 !default;
145
145
  $rte-toolbar-icon-size: 16px !default;
146
146
  $rte-toolbar-big-icon-size: 18px !default;
147
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
147
148
 
148
149
  $rte-insert-dialog-label-padding-top: 20px !default;
149
150
  $rte-insert-dialog-label-padding-bottom: 20px !default;
@@ -169,6 +169,7 @@ $rte-table-popup-box: $shadow-lg !default;
169
169
  $rte-table-border-color: $border-light !default;
170
170
  $rte-table-alternate-color: $content-bg-color-alt1 !default;
171
171
  $rte-table-header-bg: $content-bg-color-alt1 !default;
172
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
172
173
 
173
174
  //Theme Variables End
174
175
 
@@ -165,6 +165,7 @@ $rte-table-popup-box: $shadow !default;
165
165
  $rte-table-border-color: $border-light !default;
166
166
  $rte-table-alternate-color: $content-bg-color-alt1 !default;
167
167
  $rte-table-header-bg: $content-bg-color-alt1 !default;
168
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
168
169
 
169
170
  //Theme Variables End
170
171
 
@@ -152,6 +152,7 @@ $rte-dropdown-caret-icon-size: 12px !default;
152
152
  $rte-big-dropdown-caret-icon-size: 12px !default;
153
153
  $rte-toolbar-icon-size: 16px !default;
154
154
  $rte-toolbar-big-icon-size: 18px !default;
155
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
155
156
 
156
157
  $rte-big-inline-tmp-min-width: 44px;
157
158
  $rte-inline-tmp-min-width: 46px;
@@ -152,6 +152,7 @@ $rte-dropdown-caret-icon-size: 12px !default;
152
152
  $rte-big-dropdown-caret-icon-size: 12px !default;
153
153
  $rte-toolbar-icon-size: 16px !default;
154
154
  $rte-toolbar-big-icon-size: 18px !default;
155
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
155
156
 
156
157
  $rte-big-inline-tmp-min-width: 44px;
157
158
  $rte-inline-tmp-min-width: 46px;
@@ -19,6 +19,7 @@ $rte-content-padding: 16px !default;
19
19
  $rte-table-popup-padding: 10px !default;
20
20
  $rte-toolbar-icon-size: 16px !default;
21
21
  $rte-toolbar-big-icon-size: 18px !default;
22
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
22
23
 
23
24
  $font-weight: 500 !default;
24
25
  $rte-table-popup-bdr-radius: 0 !default;
@@ -154,6 +154,7 @@ $rte-dropdown-caret-icon-size: 12px !default;
154
154
  $rte-big-dropdown-caret-icon-size: 12px !default;
155
155
  $rte-toolbar-icon-size: 16px !default;
156
156
  $rte-toolbar-big-icon-size: 18px !default;
157
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
157
158
 
158
159
  $rte-big-inline-tmp-min-width: 48px;
159
160
  $rte-inline-tmp-min-width: 55px;
@@ -165,6 +165,7 @@ $rte-table-popup-box: $shadow !default;
165
165
  $rte-table-border-color: $border-light !default;
166
166
  $rte-table-alternate-color: $content-bg-color-alt1 !default;
167
167
  $rte-table-header-bg: $content-bg-color-alt1 !default;
168
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
168
169
 
169
170
  //Theme Variables End
170
171
 
@@ -167,6 +167,7 @@ $rte-table-popup-box: $shadow !default;
167
167
  $rte-table-border-color: $border-light !default;
168
168
  $rte-table-alternate-color: $content-bg-color-alt1 !default;
169
169
  $rte-table-header-bg: $content-bg-color-alt1 !default;
170
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
170
171
 
171
172
  //Theme Variables End
172
173
 
@@ -470,15 +470,15 @@
470
470
  width: $rte-drop-text-width;
471
471
  }
472
472
 
473
- .e-dialog .e-vid-uploadwrap .e-droptext {
474
- height: 108px;
475
- }
476
-
477
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
473
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
474
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
475
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
478
476
  margin: 0 auto;
479
477
  width: $rte-drop-text-mobile-width;
480
478
  }
481
-
479
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
480
+ padding: 8px 4px;
481
+ }
482
482
  .e-linkheader {
483
483
  color: $rte-img-header-clr;
484
484
  }
@@ -565,6 +565,11 @@
565
565
  color: $rte-item-color;
566
566
  }
567
567
 
568
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover{
569
+ border: solid rgba(0, 0, 0, .12);
570
+ border-width: $rte-toolbar-hor-nav-border-width;
571
+ }
572
+
568
573
  @if $skin-name == 'bootstrap5' {
569
574
  .e-rte-table-popup.e-popup.e-popup-open {
570
575
  background-color: $rte-table-popup-bg;
@@ -748,7 +748,7 @@
748
748
  }
749
749
  @media screen and (min-width: 992px) {
750
750
  .e-richtexteditor .e-rte-content .e-content,
751
- .e-richtexteditor .e-source-content .e-content {
751
+ .e-richtexteditor .e-source-content .e-content {
752
752
  font-size: 14px;
753
753
  }
754
754
  }
@@ -2618,15 +2618,17 @@
2618
2618
  width: 300px;
2619
2619
  }
2620
2620
 
2621
- .e-dialog .e-vid-uploadwrap .e-droptext {
2622
- height: 108px;
2623
- }
2624
-
2625
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2621
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2622
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2623
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2626
2624
  margin: 0 auto;
2627
2625
  width: 250px;
2628
2626
  }
2629
2627
 
2628
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2629
+ padding: 8px 4px;
2630
+ }
2631
+
2630
2632
  .e-linkheader {
2631
2633
  color: #fff;
2632
2634
  }
@@ -2705,6 +2707,11 @@ span.e-rte-videoboxmark {
2705
2707
  color: #f0f0f0;
2706
2708
  }
2707
2709
 
2710
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2711
+ border: solid rgba(0, 0, 0, 0.12);
2712
+ border-width: 0 0 0 1px;
2713
+ }
2714
+
2708
2715
  .e-rte-table-popup .e-span-border {
2709
2716
  border: 1px solid #505050;
2710
2717
  display: block;
@@ -889,7 +889,7 @@
889
889
  }
890
890
  @media screen and (min-width: 992px) {
891
891
  .e-richtexteditor .e-rte-content .e-content,
892
- .e-richtexteditor .e-source-content .e-content {
892
+ .e-richtexteditor .e-source-content .e-content {
893
893
  font-size: 14px;
894
894
  }
895
895
  }
@@ -2759,15 +2759,17 @@
2759
2759
  width: 300px;
2760
2760
  }
2761
2761
 
2762
- .e-dialog .e-vid-uploadwrap .e-droptext {
2763
- height: 108px;
2764
- }
2765
-
2766
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2762
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2763
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2764
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2767
2765
  margin: 0 auto;
2768
2766
  width: 250px;
2769
2767
  }
2770
2768
 
2769
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2770
+ padding: 8px 4px;
2771
+ }
2772
+
2771
2773
  .e-linkheader {
2772
2774
  color: #333;
2773
2775
  }
@@ -2846,6 +2848,11 @@ span.e-rte-videoboxmark {
2846
2848
  color: #000;
2847
2849
  }
2848
2850
 
2851
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2852
+ border: solid rgba(0, 0, 0, 0.12);
2853
+ border-width: 0 0 0 1px;
2854
+ }
2855
+
2849
2856
  .e-rte-table-popup .e-span-border {
2850
2857
  border: 1px solid #ddd;
2851
2858
  display: block;
@@ -984,7 +984,7 @@
984
984
  }
985
985
  @media screen and (min-width: 992px) {
986
986
  .e-richtexteditor .e-rte-content .e-content,
987
- .e-richtexteditor .e-source-content .e-content {
987
+ .e-richtexteditor .e-source-content .e-content {
988
988
  font-size: 14px;
989
989
  }
990
990
  }
@@ -2846,15 +2846,17 @@
2846
2846
  width: 300px;
2847
2847
  }
2848
2848
 
2849
- .e-dialog .e-vid-uploadwrap .e-droptext {
2850
- height: 108px;
2851
- }
2852
-
2853
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2849
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2850
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2851
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2854
2852
  margin: 0 auto;
2855
2853
  width: 250px;
2856
2854
  }
2857
2855
 
2856
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2857
+ padding: 8px 4px;
2858
+ }
2859
+
2858
2860
  .e-linkheader {
2859
2861
  color: #212529;
2860
2862
  }
@@ -2933,6 +2935,11 @@ span.e-rte-videoboxmark {
2933
2935
  color: #212529;
2934
2936
  }
2935
2937
 
2938
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2939
+ border: solid rgba(0, 0, 0, 0.12);
2940
+ border-width: 0 0 0 1px;
2941
+ }
2942
+
2936
2943
  .e-rte-table-popup .e-span-border {
2937
2944
  border: 1px solid #dee2e6;
2938
2945
  display: block;
@@ -756,7 +756,7 @@
756
756
  }
757
757
  @media screen and (min-width: 992px) {
758
758
  .e-richtexteditor .e-rte-content .e-content,
759
- .e-richtexteditor .e-source-content .e-content {
759
+ .e-richtexteditor .e-source-content .e-content {
760
760
  font-size: 14px;
761
761
  }
762
762
  }
@@ -2711,15 +2711,17 @@
2711
2711
  width: 300px;
2712
2712
  }
2713
2713
 
2714
- .e-dialog .e-vid-uploadwrap .e-droptext {
2715
- height: 108px;
2716
- }
2717
-
2718
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2714
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2715
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2716
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2719
2717
  margin: 0 auto;
2720
2718
  width: 250px;
2721
2719
  }
2722
2720
 
2721
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2722
+ padding: 8px 4px;
2723
+ }
2724
+
2723
2725
  .e-linkheader {
2724
2726
  color: #fff;
2725
2727
  }
@@ -2798,6 +2800,11 @@ span.e-rte-videoboxmark {
2798
2800
  color: #fff;
2799
2801
  }
2800
2802
 
2803
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2804
+ border: solid rgba(0, 0, 0, 0.12);
2805
+ border-width: 0 0 0 1px;
2806
+ }
2807
+
2801
2808
  .e-rte-table-popup.e-popup.e-popup-open {
2802
2809
  background-color: #343a40;
2803
2810
  }
@@ -756,7 +756,7 @@
756
756
  }
757
757
  @media screen and (min-width: 992px) {
758
758
  .e-richtexteditor .e-rte-content .e-content,
759
- .e-richtexteditor .e-source-content .e-content {
759
+ .e-richtexteditor .e-source-content .e-content {
760
760
  font-size: 14px;
761
761
  }
762
762
  }
@@ -2711,15 +2711,17 @@
2711
2711
  width: 300px;
2712
2712
  }
2713
2713
 
2714
- .e-dialog .e-vid-uploadwrap .e-droptext {
2715
- height: 108px;
2716
- }
2717
-
2718
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2714
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2715
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2716
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2719
2717
  margin: 0 auto;
2720
2718
  width: 250px;
2721
2719
  }
2722
2720
 
2721
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2722
+ padding: 8px 4px;
2723
+ }
2724
+
2723
2725
  .e-linkheader {
2724
2726
  color: #212529;
2725
2727
  }
@@ -2798,6 +2800,11 @@ span.e-rte-videoboxmark {
2798
2800
  color: #212529;
2799
2801
  }
2800
2802
 
2803
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2804
+ border: solid rgba(0, 0, 0, 0.12);
2805
+ border-width: 0 0 0 1px;
2806
+ }
2807
+
2801
2808
  .e-rte-table-popup.e-popup.e-popup-open {
2802
2809
  background-color: #fff;
2803
2810
  }
@@ -737,7 +737,7 @@
737
737
  }
738
738
  @media screen and (min-width: 992px) {
739
739
  .e-richtexteditor .e-rte-content .e-content,
740
- .e-richtexteditor .e-source-content .e-content {
740
+ .e-richtexteditor .e-source-content .e-content {
741
741
  font-size: 14px;
742
742
  }
743
743
  }
@@ -2599,15 +2599,17 @@
2599
2599
  width: 300px;
2600
2600
  }
2601
2601
 
2602
- .e-dialog .e-vid-uploadwrap .e-droptext {
2603
- height: 108px;
2604
- }
2605
-
2606
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2602
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2603
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2604
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2607
2605
  margin: 0 auto;
2608
2606
  width: 250px;
2609
2607
  }
2610
2608
 
2609
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2610
+ padding: 8px 4px;
2611
+ }
2612
+
2611
2613
  .e-linkheader {
2612
2614
  color: #dadada;
2613
2615
  }
@@ -2686,6 +2688,11 @@ span.e-rte-videoboxmark {
2686
2688
  color: #dadada;
2687
2689
  }
2688
2690
 
2691
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2692
+ border: solid rgba(0, 0, 0, 0.12);
2693
+ border-width: 0 0 0 1px;
2694
+ }
2695
+
2689
2696
  .e-rte-table-popup .e-span-border {
2690
2697
  border: 1px solid #414040;
2691
2698
  display: block;