@syncfusion/ej2-richtexteditor 29.2.4-803054 → 29.2.4-822566
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/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/base/constant.js +1 -1
- package/src/global.d.ts +1 -0
- package/styles/bds-lite.css +397 -3
- package/styles/bds.css +397 -3
- package/styles/bootstrap-dark-lite.css +398 -0
- package/styles/bootstrap-dark.css +398 -0
- package/styles/bootstrap-lite.css +398 -0
- package/styles/bootstrap.css +398 -0
- package/styles/bootstrap4-lite.css +387 -0
- package/styles/bootstrap4.css +387 -0
- package/styles/bootstrap5-dark-lite.css +394 -0
- package/styles/bootstrap5-dark.css +394 -0
- package/styles/bootstrap5-lite.css +387 -0
- package/styles/bootstrap5.3-lite.css +388 -1
- package/styles/bootstrap5.3.css +388 -1
- package/styles/bootstrap5.css +387 -0
- package/styles/fabric-dark-lite.css +394 -0
- package/styles/fabric-dark.css +394 -0
- package/styles/fabric-lite.css +394 -0
- package/styles/fabric.css +394 -0
- package/styles/fluent-dark-lite.css +394 -0
- package/styles/fluent-dark.css +394 -0
- package/styles/fluent-lite.css +394 -0
- package/styles/fluent.css +394 -0
- package/styles/fluent2-lite.css +394 -0
- package/styles/fluent2.css +394 -0
- package/styles/highcontrast-light-lite.css +394 -0
- package/styles/highcontrast-light.css +394 -0
- package/styles/highcontrast-lite.css +394 -0
- package/styles/highcontrast.css +394 -0
- package/styles/material-dark-lite.css +394 -0
- package/styles/material-dark.css +394 -0
- package/styles/material-lite.css +394 -0
- package/styles/material.css +394 -0
- package/styles/material3-dark-lite.css +394 -19
- package/styles/material3-dark.css +394 -19
- package/styles/material3-lite.css +394 -19
- package/styles/material3.css +394 -19
- package/styles/rich-text-editor/_bds-definition.scss +13 -9
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap4-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +12 -8
- package/styles/rich-text-editor/_fabric-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_fabric-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent2-definition.scss +11 -7
- package/styles/rich-text-editor/_fusionnew-definition.scss +11 -7
- package/styles/rich-text-editor/_highcontrast-definition.scss +11 -7
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +11 -7
- package/styles/rich-text-editor/_layout.scss +351 -7
- package/styles/rich-text-editor/_material-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_material-definition.scss +11 -7
- package/styles/rich-text-editor/_material3-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_material3-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind3-definition.scss +11 -7
- package/styles/rich-text-editor/_theme.scss +4 -0
- package/styles/rich-text-editor/bds.css +397 -3
- package/styles/rich-text-editor/bootstrap-dark.css +398 -0
- package/styles/rich-text-editor/bootstrap.css +398 -0
- package/styles/rich-text-editor/bootstrap4.css +387 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +394 -0
- package/styles/rich-text-editor/bootstrap5.3.css +388 -1
- package/styles/rich-text-editor/bootstrap5.css +387 -0
- package/styles/rich-text-editor/fabric-dark.css +394 -0
- package/styles/rich-text-editor/fabric.css +394 -0
- package/styles/rich-text-editor/fluent-dark.css +394 -0
- package/styles/rich-text-editor/fluent.css +394 -0
- package/styles/rich-text-editor/fluent2.css +394 -0
- package/styles/rich-text-editor/highcontrast-light.css +394 -0
- package/styles/rich-text-editor/highcontrast.css +394 -0
- package/styles/rich-text-editor/icons/_bds.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +12 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_fabric.scss +12 -0
- package/styles/rich-text-editor/icons/_fluent.scss +12 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +12 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +12 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +12 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_material.scss +12 -0
- package/styles/rich-text-editor/icons/_material3.scss +12 -0
- package/styles/rich-text-editor/icons/_tailwind.scss +12 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +12 -0
- package/styles/rich-text-editor/material-dark.css +394 -0
- package/styles/rich-text-editor/material.css +394 -0
- package/styles/rich-text-editor/material3-dark.css +394 -19
- package/styles/rich-text-editor/material3.css +394 -19
- package/styles/rich-text-editor/tailwind-dark.css +394 -0
- package/styles/rich-text-editor/tailwind.css +394 -0
- package/styles/rich-text-editor/tailwind3.css +394 -0
- package/styles/tailwind-dark-lite.css +394 -0
- package/styles/tailwind-dark.css +394 -0
- package/styles/tailwind-lite.css +394 -0
- package/styles/tailwind.css +394 -0
- package/styles/tailwind3-lite.css +394 -0
- package/styles/tailwind3.css +394 -0
|
@@ -469,11 +469,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
469
469
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
470
470
|
|
|
471
471
|
//margin
|
|
472
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
473
472
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
474
473
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
475
474
|
$rte-video-elem-margin: 0 !default;
|
|
476
475
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
476
|
+
$rte-table-gripper-active-bg: rgba($primary) !default;
|
|
477
|
+
$rte-table-gripper-active-color: rgba($primary-text-color) !default;
|
|
478
|
+
$rte-table-gripper-hover-bg: rgba($primary-light) !default;
|
|
477
479
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
478
480
|
$rte-content-textarea-margin: 0 !default;
|
|
479
481
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -500,7 +502,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
500
502
|
$rte-drop-text-margin: 0 auto !default;
|
|
501
503
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
502
504
|
$rte-img-caption-margin: 5px auto !default;
|
|
503
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
504
505
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
505
506
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
506
507
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -509,27 +510,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
509
510
|
$rte-media-elem-margin: auto !default;
|
|
510
511
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
511
512
|
$rte-img-wrap-margin: auto !default;
|
|
513
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
514
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
512
515
|
|
|
513
516
|
//margin-left
|
|
514
517
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
515
518
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
516
519
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
517
|
-
$rte-
|
|
520
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
518
521
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
519
522
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
520
523
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
521
524
|
$rte-img-video-right-margin-left: 5px !default;
|
|
522
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
523
525
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
524
526
|
$rte-imgcenter-margin-left: auto !default;
|
|
525
527
|
$rte-imgright-margin-left: auto !default;
|
|
526
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
527
528
|
|
|
528
529
|
//margin-right
|
|
529
|
-
$rte-
|
|
530
|
+
$rte-imgright-margin-right: 0 !default;
|
|
530
531
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
531
532
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
532
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
533
533
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
534
534
|
$rte-img-video-left-margin-right: 5px !default;
|
|
535
535
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -552,6 +552,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
552
552
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
553
553
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
554
554
|
$rte-content-table-margin-top: 10px !default;
|
|
555
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
555
556
|
|
|
556
557
|
//margin-bottom
|
|
557
558
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -562,6 +563,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
562
563
|
$rte-content-li-margin-bottom: 10px !default;
|
|
563
564
|
$rte-content-table-margin-bottom: 10px !default;
|
|
564
565
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
566
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
567
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
568
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
565
569
|
|
|
566
570
|
//border
|
|
567
571
|
$rte-content-pre-border: 0 !default;
|
|
@@ -464,11 +464,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
464
464
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
465
465
|
|
|
466
466
|
//margin
|
|
467
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
468
467
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
469
468
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
470
469
|
$rte-video-elem-margin: 0 !default;
|
|
471
470
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
471
|
+
$rte-table-gripper-active-bg: rgba(235, 243, 252, 1) !default;
|
|
472
|
+
$rte-table-gripper-active-color: rgba(15, 108, 189, 1) !default;
|
|
473
|
+
$rte-table-gripper-hover-bg: rgba(235, 243, 252, 1) !default;
|
|
472
474
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
473
475
|
$rte-content-textarea-margin: 0 !default;
|
|
474
476
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -495,7 +497,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
495
497
|
$rte-drop-text-margin: 0 auto !default;
|
|
496
498
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
497
499
|
$rte-img-caption-margin: 5px auto !default;
|
|
498
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
499
500
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
500
501
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
501
502
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -504,27 +505,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
504
505
|
$rte-media-elem-margin: auto !default;
|
|
505
506
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
506
507
|
$rte-img-wrap-margin: auto !default;
|
|
508
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
509
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
507
510
|
|
|
508
511
|
//margin-left
|
|
509
512
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
510
513
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
511
514
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
512
|
-
$rte-
|
|
515
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
513
516
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
514
517
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
515
518
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
516
519
|
$rte-img-video-right-margin-left: 5px !default;
|
|
517
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
518
520
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
519
521
|
$rte-imgcenter-margin-left: auto !default;
|
|
520
522
|
$rte-imgright-margin-left: auto !default;
|
|
521
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
522
523
|
|
|
523
524
|
//margin-right
|
|
524
|
-
$rte-
|
|
525
|
+
$rte-imgright-margin-right: 0 !default;
|
|
525
526
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
526
527
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
527
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
528
528
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
529
529
|
$rte-img-video-left-margin-right: 5px !default;
|
|
530
530
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -547,6 +547,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
547
547
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
548
548
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
549
549
|
$rte-content-table-margin-top: 10px !default;
|
|
550
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
550
551
|
|
|
551
552
|
//margin-bottom
|
|
552
553
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -557,6 +558,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
557
558
|
$rte-content-li-margin-bottom: 10px !default;
|
|
558
559
|
$rte-content-table-margin-bottom: 10px !default;
|
|
559
560
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
561
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
562
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
563
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
560
564
|
|
|
561
565
|
//border
|
|
562
566
|
$rte-content-pre-border: 0 !default;
|
|
@@ -464,11 +464,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
464
464
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
465
465
|
|
|
466
466
|
//margin
|
|
467
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
468
467
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
469
468
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
470
469
|
$rte-video-elem-margin: 0 !default;
|
|
471
470
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
471
|
+
$rte-table-gripper-active-bg: $primary !default;
|
|
472
|
+
$rte-table-gripper-active-color: $primary-text-color !default;
|
|
473
|
+
$rte-table-gripper-hover-bg: $primary-lighter !default;
|
|
472
474
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
473
475
|
$rte-content-textarea-margin: 0 !default;
|
|
474
476
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -495,7 +497,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
495
497
|
$rte-drop-text-margin: 0 auto !default;
|
|
496
498
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
497
499
|
$rte-img-caption-margin: 5px auto !default;
|
|
498
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
499
500
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
500
501
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
501
502
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -504,27 +505,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
504
505
|
$rte-media-elem-margin: auto !default;
|
|
505
506
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
506
507
|
$rte-img-wrap-margin: auto !default;
|
|
508
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
509
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
507
510
|
|
|
508
511
|
//margin-left
|
|
509
512
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
510
513
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
511
514
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
512
|
-
$rte-
|
|
515
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
513
516
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
514
517
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
515
518
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
516
519
|
$rte-img-video-right-margin-left: 5px !default;
|
|
517
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
518
520
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
519
521
|
$rte-imgcenter-margin-left: auto !default;
|
|
520
522
|
$rte-imgright-margin-left: auto !default;
|
|
521
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
522
523
|
|
|
523
524
|
//margin-right
|
|
524
|
-
$rte-
|
|
525
|
+
$rte-imgright-margin-right: 0 !default;
|
|
525
526
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
526
527
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
527
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
528
528
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
529
529
|
$rte-img-video-left-margin-right: 5px !default;
|
|
530
530
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -547,6 +547,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
547
547
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
548
548
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
549
549
|
$rte-content-table-margin-top: 10px !default;
|
|
550
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
550
551
|
|
|
551
552
|
//margin-bottom
|
|
552
553
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -557,6 +558,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
557
558
|
$rte-content-li-margin-bottom: 10px !default;
|
|
558
559
|
$rte-content-table-margin-bottom: 10px !default;
|
|
559
560
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
561
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
562
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
563
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
560
564
|
|
|
561
565
|
//border
|
|
562
566
|
$rte-content-pre-border: 0 !default;
|
|
@@ -458,11 +458,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
458
458
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
459
459
|
|
|
460
460
|
//margin
|
|
461
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
462
461
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
463
462
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
464
463
|
$rte-video-elem-margin: 0 !default;
|
|
465
464
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
465
|
+
$rte-table-gripper-active-bg: $primary !default;
|
|
466
|
+
$rte-table-gripper-active-color: $primary-text-color !default;
|
|
467
|
+
$rte-table-gripper-hover-bg: $primary-lighter !default;
|
|
466
468
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
467
469
|
$rte-content-textarea-margin: 0 !default;
|
|
468
470
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -490,7 +492,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
490
492
|
$rte-drop-text-margin: 0 auto !default;
|
|
491
493
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
492
494
|
$rte-img-caption-margin: 5px auto !default;
|
|
493
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
494
495
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
495
496
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
496
497
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -499,27 +500,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
499
500
|
$rte-media-elem-margin: auto !default;
|
|
500
501
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
501
502
|
$rte-img-wrap-margin: auto !default;
|
|
503
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
504
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
502
505
|
|
|
503
506
|
//margin-left
|
|
504
507
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
505
508
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
506
509
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
507
|
-
$rte-
|
|
510
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
508
511
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
509
512
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
510
513
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
511
514
|
$rte-img-video-right-margin-left: 5px !default;
|
|
512
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
513
515
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
514
516
|
$rte-imgcenter-margin-left: auto !default;
|
|
515
517
|
$rte-imgright-margin-left: auto !default;
|
|
516
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
517
518
|
|
|
518
519
|
//margin-right
|
|
519
|
-
$rte-
|
|
520
|
+
$rte-imgright-margin-right: 0 !default;
|
|
520
521
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
521
522
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
522
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
523
523
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
524
524
|
$rte-img-video-left-margin-right: 5px !default;
|
|
525
525
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -542,6 +542,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
542
542
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
543
543
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
544
544
|
$rte-content-table-margin-top: 10px !default;
|
|
545
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
545
546
|
|
|
546
547
|
//margin-bottom
|
|
547
548
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -552,6 +553,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
552
553
|
$rte-content-li-margin-bottom: 10px !default;
|
|
553
554
|
$rte-content-table-margin-bottom: 10px !default;
|
|
554
555
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
556
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
557
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
558
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
555
559
|
|
|
556
560
|
//border
|
|
557
561
|
$rte-content-pre-border: 0 !default;
|
|
@@ -690,6 +690,10 @@
|
|
|
690
690
|
background: $rte-content-bg;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
+
.e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
|
|
694
|
+
background: $rte-content-bg;
|
|
695
|
+
}
|
|
696
|
+
|
|
693
697
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
694
698
|
background: $rte-emoji-pop-background;
|
|
695
699
|
box-shadow: $rte-emoji-pop-box-shadow;
|