@syncfusion/ej2-angular-richtexteditor 20.2.50 → 20.3.47
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/esm2020/src/index.mjs +2 -2
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +8 -2
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +18 -4
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +33 -13
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +25 -5
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +40 -0
- package/schematics/generators/richtexteditor-iframe/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-iframe/index.js +8 -0
- package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-iframe/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +44 -0
- package/schematics/generators/richtexteditor-iframe/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-iframe/schema.js +2 -0
- package/schematics/generators/richtexteditor-iframe/schema.json +125 -0
- package/schematics/generators/richtexteditor-inline/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-inline/index.js +8 -0
- package/schematics/generators/richtexteditor-inline/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-inline/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/richtexteditor-inline/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-inline/schema.js +2 -0
- package/schematics/generators/richtexteditor-inline/schema.json +125 -0
- package/schematics/generators/richtexteditor-markdown/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-markdown/index.js +8 -0
- package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-markdown/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/richtexteditor-markdown/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-markdown/schema.js +2 -0
- package/schematics/generators/richtexteditor-markdown/schema.json +125 -0
- package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
- package/schematics/generators/richtexteditor-overview/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-overview/index.js +8 -0
- package/schematics/generators/richtexteditor-overview/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-overview/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +47 -0
- package/schematics/generators/richtexteditor-overview/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-overview/schema.js +2 -0
- package/schematics/generators/richtexteditor-overview/schema.json +125 -0
- package/schematics/generators/richtexteditor-reactform/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-reactform/index.js +8 -0
- package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-reactform/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/richtexteditor-reactform/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-reactform/schema.js +2 -0
- package/schematics/generators/richtexteditor-reactform/schema.json +125 -0
- package/schematics/generators/richtexteditor-templatedriven/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-templatedriven/index.js +8 -0
- package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-templatedriven/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.js +2 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +2 -0
- package/src/rich-text-editor/richtexteditor.component.d.ts +8 -1
- package/styles/_all.scss +1 -2
- package/styles/bootstrap-dark.css +220 -70
- package/styles/bootstrap.css +220 -70
- package/styles/bootstrap4.css +220 -70
- package/styles/bootstrap5-dark.css +220 -70
- package/styles/bootstrap5.css +220 -70
- package/styles/fabric-dark.css +220 -70
- package/styles/fabric.css +222 -72
- package/styles/fluent-dark.css +222 -72
- package/styles/fluent.css +222 -72
- package/styles/highcontrast-light.css +222 -72
- package/styles/highcontrast.css +222 -72
- package/styles/material-dark.css +220 -70
- package/styles/material.css +220 -70
- package/styles/rich-text-editor/_all.scss +1 -1
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-definition.scss +2 -1
- package/styles/rich-text-editor/_bootstrap4-definition.scss +5 -3
- package/styles/rich-text-editor/_bootstrap5-definition.scss +8 -3
- package/styles/rich-text-editor/_fabric-dark-definition.scss +3 -0
- package/styles/rich-text-editor/_fabric-definition.scss +2 -0
- package/styles/rich-text-editor/_fluent-definition.scss +8 -3
- package/styles/rich-text-editor/_fusionnew-definition.scss +8 -3
- package/styles/rich-text-editor/_highcontrast-definition.scss +2 -0
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +2 -0
- package/styles/rich-text-editor/_layout.scss +116 -74
- package/styles/rich-text-editor/_material-dark-definition.scss +3 -0
- package/styles/rich-text-editor/_material-definition.scss +2 -0
- package/styles/rich-text-editor/_material3-definition.scss +8 -3
- package/styles/rich-text-editor/_tailwind-definition.scss +7 -2
- package/styles/rich-text-editor/_theme.scss +74 -15
- package/styles/rich-text-editor/bootstrap-dark.css +220 -70
- package/styles/rich-text-editor/bootstrap.css +220 -70
- package/styles/rich-text-editor/bootstrap4.css +220 -70
- package/styles/rich-text-editor/bootstrap5-dark.css +220 -70
- package/styles/rich-text-editor/bootstrap5.css +220 -70
- package/styles/rich-text-editor/fabric-dark.css +220 -70
- package/styles/rich-text-editor/fabric.css +222 -72
- package/styles/rich-text-editor/fluent-dark.css +222 -72
- package/styles/rich-text-editor/fluent.css +222 -72
- package/styles/rich-text-editor/highcontrast-light.css +222 -72
- package/styles/rich-text-editor/highcontrast.css +222 -72
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +20 -4
- package/styles/rich-text-editor/icons/_bootstrap.scss +20 -4
- package/styles/rich-text-editor/icons/_bootstrap4.scss +20 -4
- package/styles/rich-text-editor/icons/_bootstrap5.scss +20 -4
- package/styles/rich-text-editor/icons/_fabric-dark.scss +20 -4
- package/styles/rich-text-editor/icons/_fabric.scss +20 -4
- package/styles/rich-text-editor/icons/_fluent.scss +20 -4
- package/styles/rich-text-editor/icons/_fusionnew.scss +20 -4
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +20 -4
- package/styles/rich-text-editor/icons/_highcontrast.scss +20 -4
- package/styles/rich-text-editor/icons/_material-dark.scss +20 -4
- package/styles/rich-text-editor/icons/_material.scss +20 -4
- package/styles/rich-text-editor/icons/_material3.scss +20 -4
- package/styles/rich-text-editor/icons/_tailwind.scss +20 -4
- package/styles/rich-text-editor/material-dark.css +220 -70
- package/styles/rich-text-editor/material.css +220 -70
- package/styles/rich-text-editor/tailwind-dark.css +220 -70
- package/styles/rich-text-editor/tailwind.css +220 -70
- package/styles/tailwind-dark.css +220 -70
- package/styles/tailwind.css +220 -70
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@include export-module('richtexteditor-layout') {
|
|
2
|
+
|
|
2
3
|
/*! tab layout */
|
|
3
4
|
|
|
4
5
|
.e-bigger .e-richtexteditor,
|
|
@@ -12,7 +13,7 @@
|
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
15
|
-
.e-rte-toolbar .e-toolbar-item
|
|
16
|
+
.e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn {
|
|
16
17
|
font-size: $dropdown-btn-big-font-size;
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -77,31 +78,31 @@
|
|
|
77
78
|
}
|
|
78
79
|
|
|
79
80
|
.e-rte-edit-table {
|
|
80
|
-
max-height: $rte-big-table-dlg-max-height !important;
|
|
81
|
+
max-height: $rte-big-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
.e-rte-edit-table-prop-dialog {
|
|
84
|
-
max-height: $rte-big-edit-table-dlg-max-height !important;
|
|
85
|
+
max-height: $rte-big-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
.e-rte-link-dialog {
|
|
88
|
-
max-height: $rte-big-link-dlg-max-height !important;
|
|
89
|
+
max-height: $rte-big-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.e-rte-img-dialog {
|
|
92
|
-
min-height: $rte-big-img-dlg-max-height !important;
|
|
93
|
+
min-height: $rte-big-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
.e-rte-img-link-dialog {
|
|
96
|
-
max-height: $rte-big-img-link-dlg-max-height !important;
|
|
97
|
+
max-height: $rte-big-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
.e-rte-img-size-dialog {
|
|
100
|
-
max-height: $rte-big-img-size-dlg-max-height !important;
|
|
101
|
+
max-height: $rte-big-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
101
102
|
}
|
|
102
103
|
|
|
103
104
|
.e-rte-img-alt-dialog {
|
|
104
|
-
min-height: $rte-big-img-alt-dlg-max-height !important;
|
|
105
|
+
min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
105
106
|
}
|
|
106
107
|
}
|
|
107
108
|
}
|
|
@@ -132,13 +133,13 @@
|
|
|
132
133
|
|
|
133
134
|
&.e-rte-full-screen {
|
|
134
135
|
bottom: 0;
|
|
135
|
-
height: 100% !important;
|
|
136
|
+
height: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
136
137
|
left: 0;
|
|
137
138
|
overflow: auto;
|
|
138
139
|
position: fixed;
|
|
139
140
|
right: 0;
|
|
140
141
|
top: 0;
|
|
141
|
-
width: 100% !important;
|
|
142
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
142
143
|
z-index: 999;
|
|
143
144
|
|
|
144
145
|
.e-resize-handle {
|
|
@@ -150,31 +151,31 @@
|
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
.e-rte-edit-table {
|
|
153
|
-
max-height: $rte-table-dlg-max-height !important;
|
|
154
|
+
max-height: $rte-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
.e-rte-edit-table-prop-dialog {
|
|
157
|
-
max-height: $rte-edit-table-dlg-max-height !important;
|
|
158
|
+
max-height: $rte-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.e-rte-link-dialog {
|
|
161
|
-
max-height: $rte-link-dlg-max-height !important;
|
|
162
|
+
max-height: $rte-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
162
163
|
}
|
|
163
164
|
|
|
164
165
|
.e-rte-img-dialog {
|
|
165
|
-
max-height: $rte-img-dlg-max-height !important;
|
|
166
|
+
max-height: $rte-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
166
167
|
}
|
|
167
168
|
|
|
168
169
|
.e-rte-img-link-dialog {
|
|
169
|
-
max-height: $rte-img-link-dlg-max-height !important;
|
|
170
|
+
max-height: $rte-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
.e-rte-img-size-dialog {
|
|
173
|
-
max-height: $rte-img-size-dlg-max-height !important;
|
|
174
|
+
max-height: $rte-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
.e-rte-img-alt-dialog {
|
|
177
|
-
max-height: $rte-img-alt-dlg-max-height !important;
|
|
178
|
+
max-height: $rte-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
|
|
178
179
|
}
|
|
179
180
|
}
|
|
180
181
|
|
|
@@ -326,7 +327,7 @@
|
|
|
326
327
|
}
|
|
327
328
|
}
|
|
328
329
|
|
|
329
|
-
&.e-control[class*='e-toolbar'] {
|
|
330
|
+
&.e-control[class *= 'e-toolbar'] {
|
|
330
331
|
box-sizing: border-box;
|
|
331
332
|
}
|
|
332
333
|
|
|
@@ -369,7 +370,7 @@
|
|
|
369
370
|
.rte-placeholder {
|
|
370
371
|
color: $rte-content-font-color;
|
|
371
372
|
line-height: $rte-placeholder-line-height;
|
|
372
|
-
opacity:
|
|
373
|
+
opacity: .54;
|
|
373
374
|
overflow: hidden;
|
|
374
375
|
padding: $rte-placeholder-padding;
|
|
375
376
|
position: absolute;
|
|
@@ -385,7 +386,7 @@
|
|
|
385
386
|
|
|
386
387
|
.e-rte-content,
|
|
387
388
|
.e-source-content {
|
|
388
|
-
|
|
389
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
389
390
|
-webkit-overflow-scrolling: touch; //iOS devices scrolling smooth
|
|
390
391
|
// sass-lint:enabled no-vendor-prefixes
|
|
391
392
|
overflow: auto;
|
|
@@ -420,39 +421,39 @@
|
|
|
420
421
|
|
|
421
422
|
.e-content h1 {
|
|
422
423
|
font-size: 2.17em;
|
|
423
|
-
font-weight:
|
|
424
|
+
font-weight: normal;
|
|
424
425
|
line-height: 1;
|
|
425
426
|
margin: 10px 0;
|
|
426
427
|
}
|
|
427
428
|
|
|
428
429
|
.e-content h2 {
|
|
429
430
|
font-size: 1.74em;
|
|
430
|
-
font-weight:
|
|
431
|
+
font-weight: normal;
|
|
431
432
|
margin: 10px 0;
|
|
432
433
|
}
|
|
433
434
|
|
|
434
435
|
.e-content h3 {
|
|
435
436
|
font-size: 1.31em;
|
|
436
|
-
font-weight:
|
|
437
|
+
font-weight: normal;
|
|
437
438
|
margin: 10px 0;
|
|
438
439
|
}
|
|
439
440
|
|
|
440
441
|
.e-content h4 {
|
|
441
442
|
font-size: 16px;
|
|
442
|
-
font-weight:
|
|
443
|
+
font-weight: normal;
|
|
443
444
|
line-height: 1.5;
|
|
444
445
|
margin: 0;
|
|
445
446
|
}
|
|
446
447
|
|
|
447
448
|
.e-content h5 {
|
|
448
|
-
font-size:
|
|
449
|
-
font-weight:
|
|
449
|
+
font-size: .8em;
|
|
450
|
+
font-weight: normal;
|
|
450
451
|
margin: 0;
|
|
451
452
|
}
|
|
452
453
|
|
|
453
454
|
.e-content h6 {
|
|
454
|
-
font-size:
|
|
455
|
-
font-weight:
|
|
455
|
+
font-size: .65em;
|
|
456
|
+
font-weight: normal;
|
|
456
457
|
margin: 0;
|
|
457
458
|
}
|
|
458
459
|
|
|
@@ -479,7 +480,7 @@
|
|
|
479
480
|
|
|
480
481
|
.e-content strong,
|
|
481
482
|
.e-content b {
|
|
482
|
-
font-weight:
|
|
483
|
+
font-weight: bold;
|
|
483
484
|
}
|
|
484
485
|
|
|
485
486
|
.e-content a {
|
|
@@ -497,16 +498,15 @@
|
|
|
497
498
|
margin-bottom: 0;
|
|
498
499
|
}
|
|
499
500
|
|
|
500
|
-
.e-content h3+h4,
|
|
501
|
-
.e-content h4+h5,
|
|
502
|
-
.e-content h5+h6 {
|
|
503
|
-
margin-top:
|
|
501
|
+
.e-content h3 + h4,
|
|
502
|
+
.e-content h4 + h5,
|
|
503
|
+
.e-content h5 + h6 {
|
|
504
|
+
margin-top: .6em;
|
|
504
505
|
}
|
|
505
506
|
|
|
506
507
|
.e-content ul:last-child {
|
|
507
508
|
margin-bottom: 0;
|
|
508
509
|
}
|
|
509
|
-
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
.e-rte-character-count {
|
|
@@ -529,7 +529,6 @@
|
|
|
529
529
|
color: $rte-error-character-count-color;
|
|
530
530
|
opacity: unset;
|
|
531
531
|
}
|
|
532
|
-
|
|
533
532
|
}
|
|
534
533
|
|
|
535
534
|
.e-rte-srctextarea {
|
|
@@ -635,7 +634,6 @@
|
|
|
635
634
|
}
|
|
636
635
|
}
|
|
637
636
|
}
|
|
638
|
-
|
|
639
637
|
}
|
|
640
638
|
|
|
641
639
|
ul {
|
|
@@ -683,53 +681,52 @@
|
|
|
683
681
|
}
|
|
684
682
|
|
|
685
683
|
&.e-segoe-ui {
|
|
686
|
-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
684
|
+
font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
|
|
687
685
|
}
|
|
688
686
|
|
|
689
687
|
&.e-arial {
|
|
690
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
688
|
+
font-family: 'Arial', 'Helvetica', sans-serif;
|
|
691
689
|
}
|
|
692
690
|
|
|
693
691
|
&.e-courier-new {
|
|
694
|
-
font-family: Courier New, Courier, monospace;
|
|
692
|
+
font-family: 'Courier New', 'Courier', monospace;
|
|
695
693
|
}
|
|
696
694
|
|
|
697
695
|
&.e-georgia {
|
|
698
|
-
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
696
|
+
font-family: 'Georgia', 'Times New Roman', 'Times', serif;
|
|
699
697
|
}
|
|
700
698
|
|
|
701
699
|
&.e-helvetica-neue {
|
|
702
|
-
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
700
|
+
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
|
|
703
701
|
}
|
|
704
702
|
|
|
705
703
|
&.e-impact {
|
|
706
|
-
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
|
|
704
|
+
font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
|
|
707
705
|
}
|
|
708
706
|
|
|
709
707
|
&.e-lucida-console {
|
|
710
|
-
font-family: Lucida Console, Monaco, monospace;
|
|
708
|
+
font-family: 'Lucida Console', 'Monaco', monospace;
|
|
711
709
|
}
|
|
712
710
|
|
|
713
711
|
&.e-tahoma {
|
|
714
|
-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
712
|
+
font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
|
|
715
713
|
}
|
|
716
714
|
|
|
717
715
|
&.e-times-new-roman {
|
|
718
|
-
font-family: 'Times New Roman', Times, serif;
|
|
716
|
+
font-family: 'Times New Roman', 'Times', serif;
|
|
719
717
|
}
|
|
720
718
|
|
|
721
719
|
&.e-trebuchet-ms {
|
|
722
|
-
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
720
|
+
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
|
|
723
721
|
}
|
|
724
722
|
|
|
725
723
|
&.e-verdana {
|
|
726
|
-
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
724
|
+
font-family: 'Verdana', 'Geneva', 'Tahoma', sans-serif;
|
|
727
725
|
}
|
|
728
726
|
|
|
729
727
|
&.e-roboto {
|
|
730
728
|
font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif;
|
|
731
729
|
}
|
|
732
|
-
|
|
733
730
|
}
|
|
734
731
|
}
|
|
735
732
|
|
|
@@ -754,7 +751,9 @@
|
|
|
754
751
|
}
|
|
755
752
|
}
|
|
756
753
|
|
|
757
|
-
.e-rte-image.e-imgbreak
|
|
754
|
+
.e-rte-image.e-imgbreak,
|
|
755
|
+
.e-rte-audio.e-audio-break,
|
|
756
|
+
.e-rte-video.e-video-break {
|
|
758
757
|
border: 0;
|
|
759
758
|
cursor: pointer;
|
|
760
759
|
display: block;
|
|
@@ -764,7 +763,9 @@
|
|
|
764
763
|
position: relative;
|
|
765
764
|
}
|
|
766
765
|
|
|
767
|
-
.e-rte-image
|
|
766
|
+
.e-rte-image,
|
|
767
|
+
.e-rte-audio,
|
|
768
|
+
.e-rte-video {
|
|
768
769
|
border: 0;
|
|
769
770
|
cursor: pointer;
|
|
770
771
|
display: block;
|
|
@@ -774,7 +775,9 @@
|
|
|
774
775
|
position: relative;
|
|
775
776
|
}
|
|
776
777
|
|
|
777
|
-
.e-rte-image.e-imginline
|
|
778
|
+
.e-rte-image.e-imginline,
|
|
779
|
+
.e-rte-audio.e-audio-inline,
|
|
780
|
+
.e-rte-video.e-video-inline {
|
|
778
781
|
display: inline-block;
|
|
779
782
|
float: none;
|
|
780
783
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -782,7 +785,8 @@
|
|
|
782
785
|
vertical-align: bottom;
|
|
783
786
|
}
|
|
784
787
|
|
|
785
|
-
.e-rte-image.e-imgcenter
|
|
788
|
+
.e-rte-image.e-imgcenter,
|
|
789
|
+
.e-rte-video.e-video-center {
|
|
786
790
|
cursor: pointer;
|
|
787
791
|
display: block;
|
|
788
792
|
float: none;
|
|
@@ -791,14 +795,16 @@
|
|
|
791
795
|
position: relative;
|
|
792
796
|
}
|
|
793
797
|
|
|
794
|
-
.e-rte-image.e-imgleft
|
|
798
|
+
.e-rte-image.e-imgleft,
|
|
799
|
+
.e-rte-video.e-video-left {
|
|
795
800
|
float: left;
|
|
796
801
|
margin: 0 auto;
|
|
797
802
|
margin-right: 5px;
|
|
798
803
|
text-align: left;
|
|
799
804
|
}
|
|
800
805
|
|
|
801
|
-
.e-rte-image.e-imgright
|
|
806
|
+
.e-rte-image.e-imgright,
|
|
807
|
+
.e-rte-video.e-video-right {
|
|
802
808
|
float: right;
|
|
803
809
|
margin: 0 auto;
|
|
804
810
|
margin-left: 5px;
|
|
@@ -933,7 +939,10 @@
|
|
|
933
939
|
}
|
|
934
940
|
|
|
935
941
|
.e-richtexteditor {
|
|
936
|
-
.e-linkheader
|
|
942
|
+
.e-linkheader,
|
|
943
|
+
.e-audioheader,
|
|
944
|
+
.e-videoheader,
|
|
945
|
+
.e-video-url-wrap {
|
|
937
946
|
font-family: $rte-font-family;
|
|
938
947
|
font-size: 15px;
|
|
939
948
|
opacity: .87;
|
|
@@ -942,38 +951,56 @@
|
|
|
942
951
|
}
|
|
943
952
|
|
|
944
953
|
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
945
|
-
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons
|
|
954
|
+
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
955
|
+
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
956
|
+
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
957
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
958
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
946
959
|
margin-top: 0;
|
|
947
960
|
}
|
|
948
961
|
|
|
949
|
-
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons
|
|
962
|
+
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
963
|
+
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
964
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
950
965
|
margin-right: 30px;
|
|
951
966
|
}
|
|
952
967
|
|
|
953
|
-
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list
|
|
968
|
+
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
969
|
+
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
970
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
|
|
954
971
|
border-bottom: 0 solid transparent;
|
|
955
972
|
min-height: initial;
|
|
956
973
|
}
|
|
957
974
|
|
|
958
|
-
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container
|
|
975
|
+
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
976
|
+
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
977
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
959
978
|
margin-left: 0;
|
|
960
979
|
margin-right: 0;
|
|
961
980
|
}
|
|
962
981
|
|
|
963
|
-
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files
|
|
982
|
+
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
983
|
+
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
984
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
|
|
964
985
|
border-top: 0 solid transparent;
|
|
965
986
|
}
|
|
966
987
|
|
|
967
|
-
.e-img-uploadwrap.e-droparea .e-file-select-wrap
|
|
988
|
+
.e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
989
|
+
.e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
990
|
+
.e-vid-uploadwrap.e-droparea .e-file-select-wrap {
|
|
968
991
|
display: none;
|
|
969
992
|
}
|
|
970
993
|
|
|
971
|
-
.e-img-uploadwrap.e-droparea .e-upload
|
|
994
|
+
.e-img-uploadwrap.e-droparea .e-upload,
|
|
995
|
+
.e-aud-uploadwrap.e-droparea .e-upload,
|
|
996
|
+
.e-vid-uploadwrap.e-droparea .e-upload {
|
|
972
997
|
border: 0 solid transparent;
|
|
973
998
|
float: none;
|
|
974
999
|
}
|
|
975
1000
|
|
|
976
|
-
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn
|
|
1001
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1002
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1003
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
977
1004
|
display: block;
|
|
978
1005
|
height: 36px;
|
|
979
1006
|
margin: 0 auto;
|
|
@@ -985,22 +1012,35 @@
|
|
|
985
1012
|
}
|
|
986
1013
|
}
|
|
987
1014
|
|
|
988
|
-
.e-dialog
|
|
1015
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1016
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
1017
|
+
top: -120px;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1021
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1022
|
+
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
989
1023
|
display: none;
|
|
990
1024
|
}
|
|
991
1025
|
|
|
992
|
-
.e-dialog .e-img-uploadwrap.e-droparea
|
|
1026
|
+
.e-dialog .e-img-uploadwrap.e-droparea,
|
|
1027
|
+
.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1028
|
+
.e-dialog .e-vid-uploadwrap.e-droparea {
|
|
993
1029
|
line-height: 10;
|
|
994
1030
|
min-height: 50px;
|
|
995
1031
|
position: relative;
|
|
996
1032
|
}
|
|
997
1033
|
|
|
998
|
-
.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text
|
|
1034
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1035
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1036
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
|
|
999
1037
|
display: inline-block;
|
|
1000
1038
|
line-height: normal;
|
|
1001
1039
|
}
|
|
1002
1040
|
|
|
1003
|
-
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea
|
|
1041
|
+
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1042
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1043
|
+
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
|
|
1004
1044
|
line-height: 4;
|
|
1005
1045
|
}
|
|
1006
1046
|
|
|
@@ -1103,7 +1143,6 @@
|
|
|
1103
1143
|
.e-rte-dialog-upload .e-upload-files .e-upload-file-list {
|
|
1104
1144
|
border-bottom: 0;
|
|
1105
1145
|
}
|
|
1106
|
-
|
|
1107
1146
|
}
|
|
1108
1147
|
|
|
1109
1148
|
.e-rte-backgroundcolor-colorpicker,
|
|
@@ -1114,13 +1153,12 @@
|
|
|
1114
1153
|
}
|
|
1115
1154
|
|
|
1116
1155
|
& .e-switch-ctrl-btn {
|
|
1117
|
-
padding: 5px
|
|
1156
|
+
padding: 5px;
|
|
1157
|
+
.e-bigger & {
|
|
1118
1158
|
padding: 5px;
|
|
1119
1159
|
}
|
|
1120
1160
|
}
|
|
1121
|
-
|
|
1122
1161
|
}
|
|
1123
|
-
|
|
1124
1162
|
}
|
|
1125
1163
|
|
|
1126
1164
|
.e-rte-quick-popup {
|
|
@@ -1637,7 +1675,7 @@
|
|
|
1637
1675
|
overflow: hidden;
|
|
1638
1676
|
}
|
|
1639
1677
|
|
|
1640
|
-
.e-rte-dialog-minheight {
|
|
1678
|
+
.e-dialog.e-rte-dialog-minheight {
|
|
1641
1679
|
min-height: 296px;
|
|
1642
1680
|
}
|
|
1643
1681
|
|
|
@@ -1657,8 +1695,12 @@
|
|
|
1657
1695
|
border-collapse: separate;
|
|
1658
1696
|
}
|
|
1659
1697
|
|
|
1660
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal
|
|
1661
|
-
|
|
1698
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal,
|
|
1699
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal,
|
|
1700
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal {
|
|
1701
|
+
.e-img-uploadwrap.e-droparea,
|
|
1702
|
+
.e-aud-uploadwrap.e-droparea,
|
|
1703
|
+
.e-vid-uploadwrap.e-droparea {
|
|
1662
1704
|
line-height: 10;
|
|
1663
1705
|
min-height: 50px;
|
|
1664
1706
|
position: relative;
|
|
@@ -187,4 +187,7 @@ $rte-big-link-dlg-max-height: 437px !default;
|
|
|
187
187
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
188
188
|
$rte-big-table-dlg-max-height: 312px !default;
|
|
189
189
|
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
190
|
+
$rte-drop-text-width: 300px !default;
|
|
191
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
192
|
+
|
|
190
193
|
//enddefult
|
|
@@ -187,3 +187,5 @@ $rte-big-link-dlg-max-height: 437px !default;
|
|
|
187
187
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
188
188
|
$rte-big-table-dlg-max-height: 312px !default;
|
|
189
189
|
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
190
|
+
$rte-drop-text-width: 300px !default;
|
|
191
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$skin-name: 'bootstrap5' !default;
|
|
2
|
+
|
|
2
3
|
//Layout Variables Start
|
|
3
4
|
$rte-border-size: 1px !default;
|
|
4
5
|
$rte-2px-border-size: 2px !default;
|
|
@@ -81,6 +82,7 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
81
82
|
$rte-inline-tmp-color-min-width: 55px;
|
|
82
83
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
83
84
|
$rte-default-character-count-opacity: 1;
|
|
85
|
+
|
|
84
86
|
//Layout Variables End
|
|
85
87
|
|
|
86
88
|
//Theme Variables Start
|
|
@@ -134,10 +136,10 @@ $rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
|
134
136
|
|
|
135
137
|
$rte-link-valid-color: $danger !default;
|
|
136
138
|
$rte-upload-drag-border-clr: $border-dark !default;
|
|
137
|
-
$rte-img-header-clr: $content-text-color
|
|
139
|
+
$rte-img-header-clr: $content-text-color !default;
|
|
138
140
|
$rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
139
141
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
140
|
-
$rte-warning-character-count-color: $warning
|
|
142
|
+
$rte-warning-character-count-color: $warning !default;
|
|
141
143
|
$rte-error-character-count-color: $danger !default;
|
|
142
144
|
$rte-img-border: dashed 2px $primary !default;
|
|
143
145
|
$rte-font-family: $font-family !default;
|
|
@@ -148,7 +150,7 @@ $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
|
148
150
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
149
151
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
150
152
|
$rte-anchor-color: $primary !default;
|
|
151
|
-
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4
|
|
153
|
+
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
152
154
|
$rte-img-resize-back-color: $primary !default;
|
|
153
155
|
$rte-img-resize-color: $primary-text-color !default;
|
|
154
156
|
$rte-table-header-color: $content-text-color-alt1 !default;
|
|
@@ -163,6 +165,7 @@ $rte-table-popup-box: $shadow !default;
|
|
|
163
165
|
$rte-table-border-color: $border-light !default;
|
|
164
166
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
165
167
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
168
|
+
|
|
166
169
|
//Theme Variables End
|
|
167
170
|
|
|
168
171
|
$rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
@@ -188,3 +191,5 @@ $rte-big-table-dlg-max-height: 299px !default;
|
|
|
188
191
|
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
189
192
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
190
193
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
194
|
+
$rte-drop-text-width: 300px !default;
|
|
195
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$skin-name: 'tailwind' !default;
|
|
2
|
+
|
|
2
3
|
//Layout Variables Start
|
|
3
4
|
$rte-border-size: 1px !default;
|
|
4
5
|
$rte-2px-border-size: 2px !default;
|
|
@@ -83,6 +84,7 @@ $rte-inline-tmp-color-min-width: 55px;
|
|
|
83
84
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
84
85
|
$rte-placeholder-padding: 12px !default;
|
|
85
86
|
$rte-default-character-count-opacity: 1;
|
|
87
|
+
|
|
86
88
|
//Layout Variables End
|
|
87
89
|
|
|
88
90
|
//Theme Variables Start
|
|
@@ -139,7 +141,7 @@ $rte-upload-drag-border-clr: $border-dark !default;
|
|
|
139
141
|
$rte-img-header-clr: $content-text-color-alt1 !default;
|
|
140
142
|
$rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
141
143
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
142
|
-
$rte-warning-character-count-color: $warning
|
|
144
|
+
$rte-warning-character-count-color: $warning !default;
|
|
143
145
|
$rte-error-character-count-color: $danger !default;
|
|
144
146
|
$rte-img-border: solid 2px #4a90e2 !default;
|
|
145
147
|
$rte-font-family: $font-family !default;
|
|
@@ -150,7 +152,7 @@ $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
|
150
152
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
151
153
|
$rte-dropdown-selection-color: $content-text-color-selected !default;
|
|
152
154
|
$rte-anchor-color: $info !default;
|
|
153
|
-
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4
|
|
155
|
+
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
154
156
|
$rte-img-resize-back-color: $primary !default;
|
|
155
157
|
$rte-img-resize-color: $primary-text-color !default;
|
|
156
158
|
$rte-table-header-color: $content-text-color !default;
|
|
@@ -165,6 +167,7 @@ $rte-table-popup-box: $shadow !default;
|
|
|
165
167
|
$rte-table-border-color: $border-light !default;
|
|
166
168
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
167
169
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
170
|
+
|
|
168
171
|
//Theme Variables End
|
|
169
172
|
|
|
170
173
|
$rte-tb-hover-bg-color: $content-bg-color-alt1 !default;
|
|
@@ -186,3 +189,5 @@ $rte-big-link-dlg-max-height: 378px !default;
|
|
|
186
189
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
187
190
|
$rte-big-table-dlg-max-height: 283px !default;
|
|
188
191
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
192
|
+
$rte-drop-text-width: 300px !default;
|
|
193
|
+
$rte-drop-text-mobile-width: 250px !default;
|