@syncfusion/ej2-richtexteditor 29.2.4-795127 → 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 +79 -2
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +80 -2
- 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/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +78 -2
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -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
|
@@ -457,11 +457,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
457
457
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
458
458
|
|
|
459
459
|
//margin
|
|
460
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
461
460
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
462
461
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
463
462
|
$rte-video-elem-margin: 0 !default;
|
|
464
463
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
464
|
+
$rte-table-gripper-active-bg: $brand-primary !default;
|
|
465
|
+
$rte-table-gripper-active-color: $brand-primary-font !default;
|
|
466
|
+
$rte-table-gripper-hover-bg: rgba($brand-primary, .3) !default;
|
|
465
467
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
466
468
|
$rte-content-textarea-margin: 0 !default;
|
|
467
469
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -488,7 +490,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
488
490
|
$rte-drop-text-margin: 0 auto !default;
|
|
489
491
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
490
492
|
$rte-img-caption-margin: 5px auto !default;
|
|
491
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
492
493
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
493
494
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
494
495
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -497,27 +498,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
497
498
|
$rte-media-elem-margin: auto !default;
|
|
498
499
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
499
500
|
$rte-img-wrap-margin: auto !default;
|
|
501
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
502
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
500
503
|
|
|
501
504
|
//margin-left
|
|
502
505
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
503
506
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
504
507
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
505
|
-
$rte-
|
|
508
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
506
509
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
507
510
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
508
511
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
509
512
|
$rte-img-video-right-margin-left: 5px !default;
|
|
510
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
511
513
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
512
514
|
$rte-imgcenter-margin-left: auto !default;
|
|
513
515
|
$rte-imgright-margin-left: auto !default;
|
|
514
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
515
516
|
|
|
516
517
|
//margin-right
|
|
517
|
-
$rte-
|
|
518
|
+
$rte-imgright-margin-right: 0 !default;
|
|
518
519
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
519
520
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
520
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
521
521
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
522
522
|
$rte-img-video-left-margin-right: 5px !default;
|
|
523
523
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -540,6 +540,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
540
540
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
541
541
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
542
542
|
$rte-content-table-margin-top: 10px !default;
|
|
543
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
543
544
|
|
|
544
545
|
//margin-bottom
|
|
545
546
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -550,6 +551,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
550
551
|
$rte-content-li-margin-bottom: 10px !default;
|
|
551
552
|
$rte-content-table-margin-bottom: 10px !default;
|
|
552
553
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
554
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
555
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
556
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
553
557
|
|
|
554
558
|
//border
|
|
555
559
|
$rte-content-pre-border: 0 !default;
|
|
@@ -462,11 +462,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
462
462
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
463
463
|
|
|
464
464
|
//margin
|
|
465
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
466
465
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
467
466
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
468
467
|
$rte-video-elem-margin: 0 !default;
|
|
469
468
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
469
|
+
$rte-table-gripper-active-bg: $brand-primary !default;
|
|
470
|
+
$rte-table-gripper-active-color: $brand-primary-font !default;
|
|
471
|
+
$rte-table-gripper-hover-bg: rgba($brand-primary, .3) !default;
|
|
470
472
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
471
473
|
$rte-content-textarea-margin: 0 !default;
|
|
472
474
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -493,7 +495,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
493
495
|
$rte-drop-text-margin: 0 auto !default;
|
|
494
496
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
495
497
|
$rte-img-caption-margin: 5px auto !default;
|
|
496
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
497
498
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
498
499
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
499
500
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -502,27 +503,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
502
503
|
$rte-media-elem-margin: auto !default;
|
|
503
504
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
504
505
|
$rte-img-wrap-margin: auto !default;
|
|
506
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
507
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
505
508
|
|
|
506
509
|
//margin-left
|
|
507
510
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
508
511
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
509
512
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
510
|
-
$rte-
|
|
513
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
511
514
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
512
515
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
513
516
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
514
517
|
$rte-img-video-right-margin-left: 5px !default;
|
|
515
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
516
518
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
517
519
|
$rte-imgcenter-margin-left: auto !default;
|
|
518
520
|
$rte-imgright-margin-left: auto !default;
|
|
519
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
520
521
|
|
|
521
522
|
//margin-right
|
|
522
|
-
$rte-
|
|
523
|
+
$rte-imgright-margin-right: 0 !default;
|
|
523
524
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
524
525
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
525
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
526
526
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
527
527
|
$rte-img-video-left-margin-right: 5px !default;
|
|
528
528
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -545,6 +545,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
545
545
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
546
546
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
547
547
|
$rte-content-table-margin-top: 10px !default;
|
|
548
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
548
549
|
|
|
549
550
|
//margin-bottom
|
|
550
551
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -555,6 +556,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
555
556
|
$rte-content-li-margin-bottom: 10px !default;
|
|
556
557
|
$rte-content-table-margin-bottom: 10px !default;
|
|
557
558
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
559
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
560
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
561
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
558
562
|
|
|
559
563
|
//border
|
|
560
564
|
$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-font !default;
|
|
467
|
+
$rte-table-gripper-hover-bg: rgba(179, 215, 255, 1) !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;
|
|
@@ -489,7 +491,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
489
491
|
$rte-drop-text-margin: 0 auto !default;
|
|
490
492
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
491
493
|
$rte-img-caption-margin: 5px auto !default;
|
|
492
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
493
494
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
494
495
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
495
496
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -498,27 +499,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
498
499
|
$rte-media-elem-margin: auto !default;
|
|
499
500
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
500
501
|
$rte-img-wrap-margin: auto !default;
|
|
502
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
503
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
501
504
|
|
|
502
505
|
//margin-left
|
|
503
506
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
504
507
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
505
508
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
506
|
-
$rte-
|
|
509
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
507
510
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
508
511
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
509
512
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
510
513
|
$rte-img-video-right-margin-left: 5px !default;
|
|
511
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
512
514
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
513
515
|
$rte-imgcenter-margin-left: auto !default;
|
|
514
516
|
$rte-imgright-margin-left: auto !default;
|
|
515
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
516
517
|
|
|
517
518
|
//margin-right
|
|
518
|
-
$rte-
|
|
519
|
+
$rte-imgright-margin-right: 0 !default;
|
|
519
520
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
520
521
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
521
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
522
522
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
523
523
|
$rte-img-video-left-margin-right: 5px !default;
|
|
524
524
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -541,6 +541,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
541
541
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
542
542
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
543
543
|
$rte-content-table-margin-top: 10px !default;
|
|
544
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
544
545
|
|
|
545
546
|
//margin-bottom
|
|
546
547
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -551,6 +552,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
551
552
|
$rte-content-li-margin-bottom: 10px !default;
|
|
552
553
|
$rte-content-table-margin-bottom: 10px !default;
|
|
553
554
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
555
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
556
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
557
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
554
558
|
|
|
555
559
|
//border
|
|
556
560
|
$rte-content-pre-border: 0 !default;
|
|
@@ -459,11 +459,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
459
459
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
460
460
|
|
|
461
461
|
//margin
|
|
462
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
463
462
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
464
463
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
465
464
|
$rte-video-elem-margin: 0 !default;
|
|
466
465
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
466
|
+
$rte-table-gripper-active-bg: $primary-light !default;
|
|
467
|
+
$rte-table-gripper-active-color: $secondary-bg-color !default;
|
|
468
|
+
$rte-table-gripper-hover-bg: $primary-lighter !default;
|
|
467
469
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
468
470
|
$rte-content-textarea-margin: 0 !default;
|
|
469
471
|
$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;
|
|
@@ -459,11 +459,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
459
459
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
460
460
|
|
|
461
461
|
//margin
|
|
462
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
463
462
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
464
463
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
465
464
|
$rte-video-elem-margin: 0 !default;
|
|
466
465
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
466
|
+
$rte-table-gripper-active-bg: $primary-bg-color !default;
|
|
467
|
+
$rte-table-gripper-active-color: $primary-text !default;
|
|
468
|
+
$rte-table-gripper-hover-bg: $primary-lighter !default;
|
|
467
469
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
468
470
|
$rte-content-textarea-margin: 0 !default;
|
|
469
471
|
$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;
|
|
@@ -164,7 +164,7 @@ $rte-table-popup-box: $shadow !default;
|
|
|
164
164
|
$rte-table-border-color: $border-light !default;
|
|
165
165
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
166
166
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
167
|
-
$rte-table-multicell-select-bg-color: rgba($primary, .08) !default;
|
|
167
|
+
$rte-table-multicell-select-bg-color: rgba($primary-shadow, .08) !default;
|
|
168
168
|
$rte-insert-icon-color: $primary !default;
|
|
169
169
|
$rte-toolbar-hor-nav-border-width: 0 0 0 0 !default;
|
|
170
170
|
|
|
@@ -460,11 +460,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
460
460
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
461
461
|
|
|
462
462
|
//margin
|
|
463
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
464
463
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
465
464
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
466
465
|
$rte-video-elem-margin: 0 !default;
|
|
467
466
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
467
|
+
$rte-table-gripper-active-bg: $primary !default;
|
|
468
|
+
$rte-table-gripper-active-color: $primary-text-color !default;
|
|
469
|
+
$rte-table-gripper-hover-bg: $primary-lighter !default;
|
|
468
470
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
469
471
|
$rte-content-textarea-margin: 0 !default;
|
|
470
472
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -491,7 +493,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
491
493
|
$rte-drop-text-margin: 0 auto !default;
|
|
492
494
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
493
495
|
$rte-img-caption-margin: 5px auto !default;
|
|
494
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
495
496
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
496
497
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
497
498
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -500,27 +501,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
500
501
|
$rte-media-elem-margin: auto !default;
|
|
501
502
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
502
503
|
$rte-img-wrap-margin: auto !default;
|
|
504
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
505
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
503
506
|
|
|
504
507
|
//margin-left
|
|
505
508
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
506
509
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
507
510
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
508
|
-
$rte-
|
|
511
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
509
512
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
510
513
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
511
514
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
512
515
|
$rte-img-video-right-margin-left: 5px !default;
|
|
513
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
514
516
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
515
517
|
$rte-imgcenter-margin-left: auto !default;
|
|
516
518
|
$rte-imgright-margin-left: auto !default;
|
|
517
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
518
519
|
|
|
519
520
|
//margin-right
|
|
520
|
-
$rte-
|
|
521
|
+
$rte-imgright-margin-right: 0 !default;
|
|
521
522
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
522
523
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
523
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
524
524
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
525
525
|
$rte-img-video-left-margin-right: 5px !default;
|
|
526
526
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -543,6 +543,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
543
543
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
544
544
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
545
545
|
$rte-content-table-margin-top: 10px !default;
|
|
546
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
546
547
|
|
|
547
548
|
//margin-bottom
|
|
548
549
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -553,6 +554,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
553
554
|
$rte-content-li-margin-bottom: 10px !default;
|
|
554
555
|
$rte-content-table-margin-bottom: 10px !default;
|
|
555
556
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
557
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
558
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
559
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
556
560
|
|
|
557
561
|
//border
|
|
558
562
|
$rte-content-pre-border: 0 !default;
|
|
@@ -466,11 +466,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
466
466
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
467
467
|
|
|
468
468
|
//margin
|
|
469
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
470
469
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
471
470
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
472
471
|
$rte-video-elem-margin: 0 !default;
|
|
473
472
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
473
|
+
$rte-table-gripper-active-bg: $theme-primary !default;
|
|
474
|
+
$rte-table-gripper-active-color: $theme-primary-font !default;
|
|
475
|
+
$rte-table-gripper-hover-bg: $neutral-quintenary !default;
|
|
474
476
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
475
477
|
$rte-content-textarea-margin: 0 !default;
|
|
476
478
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -497,7 +499,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
497
499
|
$rte-drop-text-margin: 0 auto !default;
|
|
498
500
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
499
501
|
$rte-img-caption-margin: 5px auto !default;
|
|
500
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
501
502
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
502
503
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
503
504
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -506,27 +507,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
506
507
|
$rte-media-elem-margin: auto !default;
|
|
507
508
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
508
509
|
$rte-img-wrap-margin: auto !default;
|
|
510
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
511
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
509
512
|
|
|
510
513
|
//margin-left
|
|
511
514
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
512
515
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
513
516
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
514
|
-
$rte-
|
|
517
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
515
518
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
516
519
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
517
520
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
518
521
|
$rte-img-video-right-margin-left: 5px !default;
|
|
519
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
520
522
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
521
523
|
$rte-imgcenter-margin-left: auto !default;
|
|
522
524
|
$rte-imgright-margin-left: auto !default;
|
|
523
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
524
525
|
|
|
525
526
|
//margin-right
|
|
526
|
-
$rte-
|
|
527
|
+
$rte-imgright-margin-right: 0 !default;
|
|
527
528
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
528
529
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
529
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
530
530
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
531
531
|
$rte-img-video-left-margin-right: 5px !default;
|
|
532
532
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -549,6 +549,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
549
549
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
550
550
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
551
551
|
$rte-content-table-margin-top: 10px !default;
|
|
552
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
552
553
|
|
|
553
554
|
//margin-bottom
|
|
554
555
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -559,6 +560,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
559
560
|
$rte-content-li-margin-bottom: 10px !default;
|
|
560
561
|
$rte-content-table-margin-bottom: 10px !default;
|
|
561
562
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
563
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
564
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
565
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
562
566
|
|
|
563
567
|
//border
|
|
564
568
|
$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: $theme-primary !default;
|
|
472
|
+
$rte-table-gripper-active-color: $theme-primary-font !default;
|
|
473
|
+
$rte-table-gripper-hover-bg: $theme-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;
|
|
@@ -465,11 +465,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
465
465
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
466
466
|
|
|
467
467
|
//margin
|
|
468
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
469
468
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
470
469
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
471
470
|
$rte-video-elem-margin: 0 !default;
|
|
472
471
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
472
|
+
$rte-table-gripper-active-bg: rgba(235, 243, 252, 1) !default;
|
|
473
|
+
$rte-table-gripper-active-color: rgba(15, 108, 189, 1) !default;
|
|
474
|
+
$rte-table-gripper-hover-bg: rgba(235, 243, 252, 1) !default;
|
|
473
475
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
474
476
|
$rte-content-textarea-margin: 0 !default;
|
|
475
477
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -496,7 +498,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
496
498
|
$rte-drop-text-margin: 0 auto !default;
|
|
497
499
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
498
500
|
$rte-img-caption-margin: 5px auto !default;
|
|
499
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
500
501
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
501
502
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
502
503
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -505,27 +506,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
505
506
|
$rte-media-elem-margin: auto !default;
|
|
506
507
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
507
508
|
$rte-img-wrap-margin: auto !default;
|
|
509
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
510
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
508
511
|
|
|
509
512
|
//margin-left
|
|
510
513
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
511
514
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
512
515
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
513
|
-
$rte-
|
|
516
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
514
517
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
515
518
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
516
519
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
517
520
|
$rte-img-video-right-margin-left: 5px !default;
|
|
518
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
519
521
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
520
522
|
$rte-imgcenter-margin-left: auto !default;
|
|
521
523
|
$rte-imgright-margin-left: auto !default;
|
|
522
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
523
524
|
|
|
524
525
|
//margin-right
|
|
525
|
-
$rte-
|
|
526
|
+
$rte-imgright-margin-right: 0 !default;
|
|
526
527
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
527
528
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
528
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
529
529
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
530
530
|
$rte-img-video-left-margin-right: 5px !default;
|
|
531
531
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -548,6 +548,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
548
548
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
549
549
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
550
550
|
$rte-content-table-margin-top: 10px !default;
|
|
551
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
551
552
|
|
|
552
553
|
//margin-bottom
|
|
553
554
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -558,6 +559,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
558
559
|
$rte-content-li-margin-bottom: 10px !default;
|
|
559
560
|
$rte-content-table-margin-bottom: 10px !default;
|
|
560
561
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
562
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
563
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
564
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
561
565
|
|
|
562
566
|
//border
|
|
563
567
|
$rte-content-pre-border: 0 !default;
|