@syncfusion/ej2-angular-richtexteditor 20.4.53 → 21.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +7 -4
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +10 -3
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +16 -6
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +16 -6
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +1 -0
- package/src/rich-text-editor/richtexteditor.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +26 -1
- package/styles/bootstrap.css +26 -1
- package/styles/bootstrap4.css +26 -1
- package/styles/bootstrap5-dark.css +27 -2
- package/styles/bootstrap5.css +27 -2
- package/styles/fabric-dark.css +26 -1
- package/styles/fabric.css +26 -1
- package/styles/fluent-dark.css +29 -4
- package/styles/fluent.css +29 -4
- package/styles/highcontrast-light.css +26 -1
- package/styles/highcontrast.css +26 -1
- package/styles/material-dark.css +26 -1
- package/styles/material.css +26 -1
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +24 -1
- package/styles/rich-text-editor/_bootstrap-definition.scss +24 -1
- package/styles/rich-text-editor/_bootstrap4-definition.scss +24 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +27 -5
- package/styles/rich-text-editor/_fabric-dark-definition.scss +24 -1
- package/styles/rich-text-editor/_fabric-definition.scss +24 -1
- package/styles/rich-text-editor/_fluent-definition.scss +29 -7
- package/styles/rich-text-editor/_fusionnew-definition.scss +25 -3
- package/styles/rich-text-editor/_highcontrast-definition.scss +24 -1
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +24 -1
- package/styles/rich-text-editor/_layout.scss +46 -15
- package/styles/rich-text-editor/_material-dark-definition.scss +25 -1
- package/styles/rich-text-editor/_material-definition.scss +24 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +27 -5
- package/styles/rich-text-editor/_theme.scss +51 -5
- package/styles/rich-text-editor/bootstrap-dark.css +26 -1
- package/styles/rich-text-editor/bootstrap.css +26 -1
- package/styles/rich-text-editor/bootstrap4.css +26 -1
- package/styles/rich-text-editor/bootstrap5-dark.css +27 -2
- package/styles/rich-text-editor/bootstrap5.css +27 -2
- package/styles/rich-text-editor/fabric-dark.css +26 -1
- package/styles/rich-text-editor/fabric.css +26 -1
- package/styles/rich-text-editor/fluent-dark.css +29 -4
- package/styles/rich-text-editor/fluent.css +29 -4
- package/styles/rich-text-editor/highcontrast-light.css +26 -1
- package/styles/rich-text-editor/highcontrast.css +26 -1
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +8 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +8 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +8 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +8 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +8 -0
- package/styles/rich-text-editor/icons/_fabric.scss +8 -0
- package/styles/rich-text-editor/icons/_fluent.scss +8 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +8 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +8 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +8 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +8 -0
- package/styles/rich-text-editor/icons/_material.scss +8 -0
- package/styles/rich-text-editor/icons/_material3.scss +8 -0
- package/styles/rich-text-editor/icons/_tailwind.scss +8 -0
- package/styles/rich-text-editor/material-dark.css +26 -1
- package/styles/rich-text-editor/material.css +26 -1
- package/styles/rich-text-editor/tailwind-dark.css +26 -1
- package/styles/rich-text-editor/tailwind.css +26 -1
- package/styles/tailwind-dark.css +26 -1
- package/styles/tailwind.css +26 -1
- package/styles/rich-text-editor/_material3-definition.scss +0 -196
package/styles/material-dark.css
CHANGED
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
296
296
|
content: "\e609";
|
|
297
297
|
}
|
|
298
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
299
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
300
|
+
content: "\e97b";
|
|
301
|
+
}
|
|
298
302
|
|
|
299
303
|
.e-richtexteditor .e-south-east::before,
|
|
300
304
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -317,6 +321,10 @@
|
|
|
317
321
|
content: "\e89c";
|
|
318
322
|
}
|
|
319
323
|
|
|
324
|
+
.e-rte-cursor-brush {
|
|
325
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 9H4V3H16V5H20V13H12V20C12 20.55 11.5508 21 11 21H10C9.44922 21 9 20.55 9 20V11H18V7H16V9ZM6 7H14V5H6V7Z" fill="white"/><path d="M14 7H6V5H14V7Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 9V3H16V5H20V13H12V20C12 20.55 11.5508 21 11 21H10C9.44922 21 9 20.55 9 20V11H18V7H16V9H4ZM7 11H2V1H18V3H22V15H14V20C14 21.6536 12.6564 23 11 23H10C8.34364 23 7 21.6536 7 20V11Z" fill="black"/></svg>'), text;
|
|
326
|
+
}
|
|
327
|
+
|
|
320
328
|
/*! tab layout */
|
|
321
329
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
322
330
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1407,6 +1415,7 @@
|
|
|
1407
1415
|
}
|
|
1408
1416
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1409
1417
|
white-space: nowrap;
|
|
1418
|
+
display: inline-block;
|
|
1410
1419
|
}
|
|
1411
1420
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1412
1421
|
white-space: nowrap;
|
|
@@ -2279,6 +2288,11 @@
|
|
|
2279
2288
|
margin: 1px;
|
|
2280
2289
|
}
|
|
2281
2290
|
|
|
2291
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2292
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2293
|
+
visibility: hidden;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2282
2296
|
/*! tab layout */
|
|
2283
2297
|
.e-richtexteditor .e-rte-toolbar {
|
|
2284
2298
|
border: 1px solid #616161;
|
|
@@ -2371,6 +2385,9 @@
|
|
|
2371
2385
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2372
2386
|
color: #fff;
|
|
2373
2387
|
}
|
|
2388
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2389
|
+
color: #fff;
|
|
2390
|
+
}
|
|
2374
2391
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2375
2392
|
color: #fff;
|
|
2376
2393
|
}
|
|
@@ -2389,6 +2406,9 @@
|
|
|
2389
2406
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2390
2407
|
border: 0;
|
|
2391
2408
|
}
|
|
2409
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2410
|
+
background: #212121;
|
|
2411
|
+
}
|
|
2392
2412
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2393
2413
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2394
2414
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2587,7 +2607,8 @@
|
|
|
2587
2607
|
|
|
2588
2608
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2589
2609
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2590
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2610
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2611
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2591
2612
|
border: dashed 2px rgba(255, 255, 255, 0.12);
|
|
2592
2613
|
border-radius: 4px;
|
|
2593
2614
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -2600,6 +2621,10 @@
|
|
|
2600
2621
|
width: 300px;
|
|
2601
2622
|
}
|
|
2602
2623
|
|
|
2624
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2625
|
+
height: 108px;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2603
2628
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2604
2629
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2605
2630
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
package/styles/material.css
CHANGED
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
296
296
|
content: "\e609";
|
|
297
297
|
}
|
|
298
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
299
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
300
|
+
content: "\e97b";
|
|
301
|
+
}
|
|
298
302
|
|
|
299
303
|
.e-richtexteditor .e-south-east::before,
|
|
300
304
|
.e-richtexteditor .e-south-west::before {
|
|
@@ -317,6 +321,10 @@
|
|
|
317
321
|
content: "\e89c";
|
|
318
322
|
}
|
|
319
323
|
|
|
324
|
+
.e-rte-cursor-brush {
|
|
325
|
+
cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 9H4V3H16V5H20V13H12V20C12 20.55 11.5508 21 11 21H10C9.44922 21 9 20.55 9 20V11H18V7H16V9ZM6 7H14V5H6V7Z" fill="white"/><path d="M14 7H6V5H14V7Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 9V3H16V5H20V13H12V20C12 20.55 11.5508 21 11 21H10C9.44922 21 9 20.55 9 20V11H18V7H16V9H4ZM7 11H2V1H18V3H22V15H14V20C14 21.6536 12.6564 23 11 23H10C8.34364 23 7 21.6536 7 20V11Z" fill="black"/></svg>'), text;
|
|
326
|
+
}
|
|
327
|
+
|
|
320
328
|
/*! tab layout */
|
|
321
329
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
322
330
|
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
@@ -1407,6 +1415,7 @@
|
|
|
1407
1415
|
}
|
|
1408
1416
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1409
1417
|
white-space: nowrap;
|
|
1418
|
+
display: inline-block;
|
|
1410
1419
|
}
|
|
1411
1420
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1412
1421
|
white-space: nowrap;
|
|
@@ -2279,6 +2288,11 @@
|
|
|
2279
2288
|
margin: 1px;
|
|
2280
2289
|
}
|
|
2281
2290
|
|
|
2291
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2292
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2293
|
+
visibility: hidden;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2282
2296
|
/*! tab layout */
|
|
2283
2297
|
.e-richtexteditor .e-rte-toolbar {
|
|
2284
2298
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -2371,6 +2385,9 @@
|
|
|
2371
2385
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2372
2386
|
color: #000;
|
|
2373
2387
|
}
|
|
2388
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2389
|
+
color: #000;
|
|
2390
|
+
}
|
|
2374
2391
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2375
2392
|
color: #000;
|
|
2376
2393
|
}
|
|
@@ -2389,6 +2406,9 @@
|
|
|
2389
2406
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2390
2407
|
border: 0;
|
|
2391
2408
|
}
|
|
2409
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2410
|
+
background: #fafafa;
|
|
2411
|
+
}
|
|
2392
2412
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2393
2413
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2394
2414
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2587,7 +2607,8 @@
|
|
|
2587
2607
|
|
|
2588
2608
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2589
2609
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2590
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2610
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2611
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2591
2612
|
border: dashed 2px rgba(0, 0, 0, 0.12);
|
|
2592
2613
|
border-radius: 4px;
|
|
2593
2614
|
color: rgba(0, 0, 0, 0.38);
|
|
@@ -2600,6 +2621,10 @@
|
|
|
2600
2621
|
width: 300px;
|
|
2601
2622
|
}
|
|
2602
2623
|
|
|
2624
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2625
|
+
height: 108px;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2603
2628
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2604
2629
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2605
2630
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -7,13 +7,13 @@ $rte-list-btn-flex: column !default;
|
|
|
7
7
|
$rte-list-btn-line-height: 1 !default;
|
|
8
8
|
$rte-split-btn-line-height: 39px !default;
|
|
9
9
|
$rte-big-split-btn-line-height: 38px !default;
|
|
10
|
-
$skin-name: 'bootstrap' !default;
|
|
11
10
|
$rte-border-color: $grey-99 !default;
|
|
12
11
|
$rte-full-screen-bg: $grey-white !default;
|
|
13
12
|
$rte-content-bg: $grey-base !default;
|
|
14
13
|
$rte-content-font-color: $grey-dark-font !default;
|
|
15
14
|
$rte-item-color: $grey-dark-font !default;
|
|
16
15
|
$rte-icons-color: $grey-dark-font !default;
|
|
16
|
+
$rte-hover-icons-color: $grey-dark-font !default;
|
|
17
17
|
|
|
18
18
|
$rte-big-quick-item-btn-width: 39px !default;
|
|
19
19
|
$rte-quick-item-btn-width: 27px !default;
|
|
@@ -138,6 +138,7 @@ $rte-table-span-active-bg-color: rgba($brand-primary, .2) !default;
|
|
|
138
138
|
$rte-table-span-active-border-color: lighten($brand-primary, 0%) !default;
|
|
139
139
|
$rte-table-select-border-color: #0478d7 !default;
|
|
140
140
|
$rte-table-popup-bg: $grey-dark !default;
|
|
141
|
+
$rte-table-resize-back-color: $grey-dark !default;
|
|
141
142
|
$rte-table-popup-color: rgb(255, 0, 0) !default;
|
|
142
143
|
$rte-table-popup-box: 0 3px 8px 0 rgba($grey-base, .26) !default;
|
|
143
144
|
$rte-table-border-color: $grey-e6 !default;
|
|
@@ -189,7 +190,29 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
189
190
|
$rte-big-table-dlg-max-height: 330px !default;
|
|
190
191
|
$rte-big-edit-table-dlg-max-height: 414px !default;
|
|
191
192
|
$rte-drop-text-width: 300px !default;
|
|
193
|
+
$rte-drop-text-height: 185px !default;
|
|
192
194
|
$rte-drop-text-mobile-width: 250px !default;
|
|
195
|
+
$rte-tbar-default-bg: $grey-darker;
|
|
196
|
+
$rte-droparea-line-height: 10;
|
|
197
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
198
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
199
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
200
|
+
$rte-insert-dialog-font-size: 15px;
|
|
201
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
202
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
203
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
204
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
205
|
+
$rte-table-popup-row-height : 16px;
|
|
206
|
+
$rte-border-top-left-radius: 0;
|
|
207
|
+
$rte-border-top-right-radius: 0;
|
|
208
|
+
$rte-border-bottom-right-radius: 0;
|
|
209
|
+
$rte-border-bottom-left-radius: 0;
|
|
210
|
+
$rte-big-border-radius: 0;
|
|
211
|
+
$rte-big-table-row-height : 18px;
|
|
212
|
+
$rte-big-tablecell-height : 16px;
|
|
213
|
+
$rte-big-tablecell-width : 16px;
|
|
214
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
215
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
193
216
|
|
|
194
217
|
//enddefault
|
|
195
218
|
|
|
@@ -6,13 +6,13 @@ $rte-list-btn-flex: column !default;
|
|
|
6
6
|
$rte-list-btn-line-height: 1 !default;
|
|
7
7
|
$rte-split-btn-line-height: 39px !default;
|
|
8
8
|
$rte-big-split-btn-line-height: 38px !default;
|
|
9
|
-
$skin-name: 'bootstrap' !default;
|
|
10
9
|
$rte-border-color: $grey-dd !default;
|
|
11
10
|
$rte-full-screen-bg: $grey-white !default;
|
|
12
11
|
$rte-content-bg: $grey-white !default;
|
|
13
12
|
$rte-content-font-color: #333 !default;
|
|
14
13
|
$rte-item-color: $base-font !default;
|
|
15
14
|
$rte-icons-color: $base-font !default;
|
|
15
|
+
$rte-hover-icons-color: $base-font !default;
|
|
16
16
|
|
|
17
17
|
$rte-big-quick-item-btn-width: 39px !default;
|
|
18
18
|
$rte-quick-item-btn-width: 27px !default;
|
|
@@ -136,6 +136,7 @@ $rte-table-span-active-bg-color: rgba($brand-primary, .2) !default;
|
|
|
136
136
|
$rte-table-span-active-border-color: $grey-cc !default;
|
|
137
137
|
$rte-table-select-border-color: #0478d7 !default;
|
|
138
138
|
$rte-table-popup-bg: $brand-primary-font !default;
|
|
139
|
+
$rte-table-resize-back-color: $brand-primary-font !default;
|
|
139
140
|
$rte-table-popup-color: $grey-base !default;
|
|
140
141
|
$rte-table-popup-box: 0 3px 8px 0 rgba($grey-base, .26) !default;
|
|
141
142
|
$rte-table-border-color: #bdbdbd !default;
|
|
@@ -188,7 +189,29 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
188
189
|
$rte-big-table-dlg-max-height: 330px !default;
|
|
189
190
|
$rte-big-edit-table-dlg-max-height: 414px !default;
|
|
190
191
|
$rte-drop-text-width: 300px !default;
|
|
192
|
+
$rte-drop-text-height: 185px !default;
|
|
191
193
|
$rte-drop-text-mobile-width: 250px !default;
|
|
194
|
+
$rte-tbar-default-bg: $grey-f8;
|
|
195
|
+
$rte-droparea-line-height: 10;
|
|
196
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
197
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
198
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
199
|
+
$rte-insert-dialog-font-size: 15px;
|
|
200
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
201
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
202
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
203
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
204
|
+
$rte-table-popup-row-height : 16px;
|
|
205
|
+
$rte-border-top-left-radius: 0;
|
|
206
|
+
$rte-border-top-right-radius: 0;
|
|
207
|
+
$rte-border-bottom-right-radius: 0;
|
|
208
|
+
$rte-border-bottom-left-radius: 0;
|
|
209
|
+
$rte-big-border-radius: 0;
|
|
210
|
+
$rte-big-table-row-height : 18px;
|
|
211
|
+
$rte-big-tablecell-height : 16px;
|
|
212
|
+
$rte-big-tablecell-width : 16px;
|
|
213
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
214
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
192
215
|
|
|
193
216
|
@include export-module('richtexteditor-bootstrap') {
|
|
194
217
|
.e-richtexteditor {
|
|
@@ -8,13 +8,13 @@ $rte-big-split-btn-line-height: 40px !default;
|
|
|
8
8
|
|
|
9
9
|
$rte-list-btn-flex: unset !default;
|
|
10
10
|
$rte-list-btn-line-height: unset !default;
|
|
11
|
-
$skin-name: 'bootstrap4' !default;
|
|
12
11
|
$rte-border-color: $gray-300 !default;
|
|
13
12
|
$rte-full-screen-bg: $content-bg !default;
|
|
14
13
|
$rte-content-bg: $content-bg !default;
|
|
15
14
|
$rte-content-font-color: $gray-900 !default;
|
|
16
15
|
$rte-item-color: $gray-900 !default;
|
|
17
16
|
$rte-icons-color: $gray-900 !default;
|
|
17
|
+
$rte-hover-icons-color: $gray-900 !default;
|
|
18
18
|
$rte-big-quick-item-btn-width: 38px !default;
|
|
19
19
|
$rte-quick-item-btn-width: 32px !default;
|
|
20
20
|
$rte-big-quick-item-btn-height: 38px !default;
|
|
@@ -128,6 +128,7 @@ $rte-table-span-active-bg-color: $content-bg !default;
|
|
|
128
128
|
$rte-table-span-active-border-color: $primary !default;
|
|
129
129
|
$rte-table-select-border-color: $primary !default;
|
|
130
130
|
$rte-table-popup-bg: $content-bg !default;
|
|
131
|
+
$rte-table-resize-back-color: $content-bg !default;
|
|
131
132
|
$rte-table-popup-color: $gray-900 !default;
|
|
132
133
|
$rte-table-popup-box: none !default;
|
|
133
134
|
$rte-table-border-color: $gray-500 !default;
|
|
@@ -184,7 +185,29 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
184
185
|
$rte-big-table-dlg-max-height: 302px !default;
|
|
185
186
|
$rte-big-edit-table-dlg-max-height: 378px !default;
|
|
186
187
|
$rte-drop-text-width: 300px !default;
|
|
188
|
+
$rte-drop-text-height: 185px !default;
|
|
187
189
|
$rte-drop-text-mobile-width: 250px !default;
|
|
190
|
+
$rte-tbar-default-bg: $gray-100;
|
|
191
|
+
$rte-droparea-line-height: 10;
|
|
192
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
193
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
194
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
195
|
+
$rte-insert-dialog-font-size: 15px;
|
|
196
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
197
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
198
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
199
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
200
|
+
$rte-table-popup-row-height : 16px;
|
|
201
|
+
$rte-border-top-left-radius: 0;
|
|
202
|
+
$rte-border-top-right-radius: 0;
|
|
203
|
+
$rte-border-bottom-right-radius: 0;
|
|
204
|
+
$rte-border-bottom-left-radius: 0;
|
|
205
|
+
$rte-big-border-radius: 0;
|
|
206
|
+
$rte-big-table-row-height : 18px;
|
|
207
|
+
$rte-big-tablecell-height : 16px;
|
|
208
|
+
$rte-big-tablecell-width : 16px;
|
|
209
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
210
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
188
211
|
|
|
189
212
|
@include export-module('richtexteditor-bootstrap4') {
|
|
190
213
|
.e-richtexteditor {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
$skin-name: 'bootstrap5' !default;
|
|
2
|
-
|
|
3
1
|
//Layout Variables Start
|
|
4
2
|
$rte-border-size: 1px !default;
|
|
5
3
|
$rte-2px-border-size: 2px !default;
|
|
@@ -29,8 +27,8 @@ $rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
|
29
27
|
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
30
28
|
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
31
29
|
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
32
|
-
$rte-big-quick-drop-btn-caret-font-size:
|
|
33
|
-
$rte-quick-drop-btn-caret-font-size:
|
|
30
|
+
$rte-big-quick-drop-btn-caret-font-size: $text-xs !default;
|
|
31
|
+
$rte-quick-drop-btn-caret-font-size: $text-xxs !default;
|
|
34
32
|
$rte-big-tb-items-margin-left: 3px !default;
|
|
35
33
|
$rte-tb-items-margin-left: 7px !default;
|
|
36
34
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
@@ -82,6 +80,21 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
82
80
|
$rte-inline-tmp-color-min-width: 55px;
|
|
83
81
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
84
82
|
$rte-default-character-count-opacity: 1;
|
|
83
|
+
$rte-droparea-line-height: 10;
|
|
84
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
85
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
86
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
87
|
+
$rte-insert-dialog-font-size: 15px;
|
|
88
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
89
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
90
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
91
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
92
|
+
$rte-table-popup-row-height : 16px;
|
|
93
|
+
$rte-big-table-row-height : 18px;
|
|
94
|
+
$rte-big-tablecell-height : 16px;
|
|
95
|
+
$rte-big-tablecell-width : 16px;
|
|
96
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
97
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
85
98
|
|
|
86
99
|
//Layout Variables End
|
|
87
100
|
|
|
@@ -93,6 +106,7 @@ $rte-full-screen-bg: $content-bg-color !default;
|
|
|
93
106
|
$rte-content-font-color: $content-text-color !default;
|
|
94
107
|
$rte-item-color: $content-text-color !default;
|
|
95
108
|
$rte-icons-color: $icon-color !default;
|
|
109
|
+
$rte-hover-icons-color: $white !default;
|
|
96
110
|
$rte-img-popup-border: 1px solid $border-light !default;
|
|
97
111
|
$rte-img-popup-box-shadow: $shadow !default;
|
|
98
112
|
$rte-img-popup-color: $border-light !default;
|
|
@@ -141,7 +155,7 @@ $rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
|
141
155
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
142
156
|
$rte-warning-character-count-color: $warning !default;
|
|
143
157
|
$rte-error-character-count-color: $danger !default;
|
|
144
|
-
$rte-img-border:
|
|
158
|
+
$rte-img-border: solid 2px $primary !default;
|
|
145
159
|
$rte-font-family: $font-family !default;
|
|
146
160
|
$rte-content-color: $content-text-color !default;
|
|
147
161
|
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
@@ -160,12 +174,18 @@ $rte-table-span-active-bg-color: $primary-lighter !default;
|
|
|
160
174
|
$rte-table-span-active-border-color: $primary !default;
|
|
161
175
|
$rte-table-select-border-color: $primary !default;
|
|
162
176
|
$rte-table-popup-bg: $flyout-bg-color !default;
|
|
177
|
+
$rte-table-resize-back-color: $flyout-bg-color !default;
|
|
163
178
|
$rte-table-popup-color: $border-light !default;
|
|
164
179
|
$rte-table-popup-box: $shadow !default;
|
|
165
180
|
$rte-table-border-color: $border-light !default;
|
|
166
181
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
167
182
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
168
183
|
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
184
|
+
$rte-border-top-left-radius: 0;
|
|
185
|
+
$rte-border-top-right-radius: 0;
|
|
186
|
+
$rte-border-bottom-right-radius: 0;
|
|
187
|
+
$rte-border-bottom-left-radius: 0;
|
|
188
|
+
$rte-big-border-radius: 0;
|
|
169
189
|
|
|
170
190
|
//Theme Variables End
|
|
171
191
|
|
|
@@ -193,4 +213,6 @@ $rte-big-edit-table-dlg-max-height: 373px !default;
|
|
|
193
213
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
194
214
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
195
215
|
$rte-drop-text-width: 300px !default;
|
|
216
|
+
$rte-drop-text-height: 185px !default;
|
|
196
217
|
$rte-drop-text-mobile-width: 250px !default;
|
|
218
|
+
$rte-tbar-default-bg: $content-bg-color-alt1;
|
|
@@ -7,13 +7,13 @@ $rte-list-btn-flex: column !default;
|
|
|
7
7
|
$rte-list-btn-line-height: 1 !default;
|
|
8
8
|
$rte-split-btn-line-height: 41px !default;
|
|
9
9
|
$rte-big-split-btn-line-height: 50px !default;
|
|
10
|
-
$skin-name: 'fabric' !default;
|
|
11
10
|
$rte-border-color: $neutral-light !default;
|
|
12
11
|
$rte-full-screen-bg: $neutral-white !default;
|
|
13
12
|
$rte-content-bg: $neutral-white !default;
|
|
14
13
|
$rte-content-font-color: $neutral-light-font !default;
|
|
15
14
|
$rte-item-color: $neutral-light-font !default;
|
|
16
15
|
$rte-icons-color: $neutral-light-font !default;
|
|
16
|
+
$rte-hover-icons-color: $neutral-light-font !default;
|
|
17
17
|
|
|
18
18
|
$rte-big-quick-item-btn-width: 39px !default;
|
|
19
19
|
$rte-quick-item-btn-width: 27px !default;
|
|
@@ -137,6 +137,7 @@ $rte-table-span-active-bg-color: $theme-darker !default;
|
|
|
137
137
|
$rte-table-span-active-border-color: $theme-tertiary !default;
|
|
138
138
|
$rte-table-select-border-color: $theme-primary !default;
|
|
139
139
|
$rte-table-popup-bg: $neutral-lighter-alt !default;
|
|
140
|
+
$rte-table-resize-back-color: $neutral-lighter-alt !default;
|
|
140
141
|
$rte-table-popup-color: $neutral-light-font !default;
|
|
141
142
|
$rte-table-popup-box: 0 2px 5px 0 rgba($shadow, .26) !default;
|
|
142
143
|
$rte-table-border-color: $neutral-tertiary !default;
|
|
@@ -187,6 +188,28 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
187
188
|
$rte-big-table-dlg-max-height: 335px !default;
|
|
188
189
|
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
189
190
|
$rte-drop-text-width: 300px !default;
|
|
191
|
+
$rte-drop-text-height: 185px !default;
|
|
190
192
|
$rte-drop-text-mobile-width: 250px !default;
|
|
193
|
+
$rte-tbar-default-bg: $neutral-lighter;
|
|
194
|
+
$rte-droparea-line-height: 10;
|
|
195
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
196
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
197
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
198
|
+
$rte-insert-dialog-font-size: 15px;
|
|
199
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
200
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
201
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
202
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
203
|
+
$rte-table-popup-row-height : 16px;
|
|
204
|
+
$rte-border-top-left-radius: 0;
|
|
205
|
+
$rte-border-top-right-radius: 0;
|
|
206
|
+
$rte-border-bottom-right-radius: 0;
|
|
207
|
+
$rte-border-bottom-left-radius: 0;
|
|
208
|
+
$rte-big-border-radius: 0;
|
|
209
|
+
$rte-big-table-row-height : 18px;
|
|
210
|
+
$rte-big-tablecell-height : 16px;
|
|
211
|
+
$rte-big-tablecell-width : 16px;
|
|
212
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
213
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
191
214
|
|
|
192
215
|
//enddefault
|
|
@@ -6,13 +6,13 @@ $rte-list-btn-flex: column !default;
|
|
|
6
6
|
$rte-list-btn-line-height: 1 !default;
|
|
7
7
|
$rte-split-btn-line-height: 41px !default;
|
|
8
8
|
$rte-big-split-btn-line-height: 50px !default;
|
|
9
|
-
$skin-name: 'fabric' !default;
|
|
10
9
|
$rte-border-color: $neutral-quintenaryalt !default;
|
|
11
10
|
$rte-full-screen-bg: $neutral-white !default;
|
|
12
11
|
$rte-content-bg: $neutral-white !default;
|
|
13
12
|
$rte-content-font-color: #333 !default;
|
|
14
13
|
$rte-item-color: $neutral-light-fontalt !default;
|
|
15
14
|
$rte-icons-color: $neutral-light-fontalt !default;
|
|
15
|
+
$rte-hover-icons-color: $neutral-light-fontalt !default;
|
|
16
16
|
$rte-content-padding: 16px !default;
|
|
17
17
|
$rte-table-popup-padding: 10px !default;
|
|
18
18
|
|
|
@@ -137,6 +137,7 @@ $rte-table-span-active-bg-color: rgba($theme-primary, .2) !default;
|
|
|
137
137
|
$rte-table-span-active-border-color: $theme-primary !default;
|
|
138
138
|
$rte-table-select-border-color: #0478d7 !default;
|
|
139
139
|
$rte-table-popup-bg: $neutral-white !default;
|
|
140
|
+
$rte-table-resize-back-color: $neutral-white !default;
|
|
140
141
|
$rte-table-popup-color: $theme-light-font !default;
|
|
141
142
|
$rte-table-popup-box: 0 3px 8px 0 rgba($neutral-light-fontalt, .26) !default;
|
|
142
143
|
$rte-table-border-color: #bdbdbd !default;
|
|
@@ -187,4 +188,26 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
187
188
|
$rte-big-table-dlg-max-height: 335px !default;
|
|
188
189
|
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
189
190
|
$rte-drop-text-width: 290px !default;
|
|
191
|
+
$rte-drop-text-height: 185px !default;
|
|
190
192
|
$rte-drop-text-mobile-width: 240px !default;
|
|
193
|
+
$rte-tbar-default-bg: $neutral-white;
|
|
194
|
+
$rte-droparea-line-height: 10;
|
|
195
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
196
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
197
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
198
|
+
$rte-insert-dialog-font-size: 15px;
|
|
199
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
200
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
201
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
202
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
203
|
+
$rte-table-popup-row-height : 16px;
|
|
204
|
+
$rte-border-top-left-radius: 0;
|
|
205
|
+
$rte-border-top-right-radius: 0;
|
|
206
|
+
$rte-border-bottom-right-radius: 0;
|
|
207
|
+
$rte-border-bottom-left-radius: 0;
|
|
208
|
+
$rte-big-border-radius: 0;
|
|
209
|
+
$rte-big-table-row-height : 18px;
|
|
210
|
+
$rte-big-tablecell-height : 16px;
|
|
211
|
+
$rte-big-tablecell-width : 16px;
|
|
212
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
213
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
$skin-name: 'FluentUI' !default;
|
|
2
|
-
|
|
3
1
|
//Layout Variables Start
|
|
4
2
|
$rte-border-size: 1px !default;
|
|
5
3
|
$rte-2px-border-size: 2px !default;
|
|
@@ -31,8 +29,8 @@ $rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
|
31
29
|
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
32
30
|
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
33
31
|
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
34
|
-
$rte-big-quick-drop-btn-caret-font-size:
|
|
35
|
-
$rte-quick-drop-btn-caret-font-size:
|
|
32
|
+
$rte-big-quick-drop-btn-caret-font-size: $text-xs !default;
|
|
33
|
+
$rte-quick-drop-btn-caret-font-size: $text-xxs !default;
|
|
36
34
|
$rte-big-tb-items-margin-left: 8px !default;
|
|
37
35
|
$rte-tb-items-margin-left: 8px !default;
|
|
38
36
|
$rte-big-tb-items-padding-left: 8px !default;
|
|
@@ -56,8 +54,8 @@ $rte-big-drop-btn-action-padding-left: 10px !default;
|
|
|
56
54
|
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
57
55
|
$rte-colorpicker-parent-padding: 7px !default;
|
|
58
56
|
$rte-colorpicker-parent-padding-hover: 7px !default;
|
|
59
|
-
$rte-colorpicker-parent-padding-top:
|
|
60
|
-
$rte-colorpicker-parent-padding-hover-top:
|
|
57
|
+
$rte-colorpicker-parent-padding-top: 0 !default;
|
|
58
|
+
$rte-colorpicker-parent-padding-hover-top: 0 !default;
|
|
61
59
|
$rte-colorpicker-parent-padding-active-hover: 7px !default;
|
|
62
60
|
$rte-font-icon-width: 30px !default;
|
|
63
61
|
$rte-font-arrow-width: 12px !default;
|
|
@@ -86,6 +84,21 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
86
84
|
$rte-inline-tmp-color-min-width: 36px;
|
|
87
85
|
$rte-big-color-list-span-common-padding-left-right: 7px;
|
|
88
86
|
$rte-default-character-count-opacity: .8;
|
|
87
|
+
$rte-droparea-line-height: 10;
|
|
88
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
89
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
90
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
91
|
+
$rte-insert-dialog-font-size: 15px;
|
|
92
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
93
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
94
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
95
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
96
|
+
$rte-table-popup-row-height : 16px;
|
|
97
|
+
$rte-big-table-row-height : 18px;
|
|
98
|
+
$rte-big-tablecell-height : 16px;
|
|
99
|
+
$rte-big-tablecell-width : 16px;
|
|
100
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
101
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
89
102
|
|
|
90
103
|
//Layout Variables End
|
|
91
104
|
|
|
@@ -97,6 +110,7 @@ $rte-full-screen-bg: $content-bg-color !default;
|
|
|
97
110
|
$rte-content-font-color: $content-text-color !default;
|
|
98
111
|
$rte-item-color: $icon-color !default;
|
|
99
112
|
$rte-icons-color: $icon-color !default;
|
|
113
|
+
$rte-hover-icons-color: $icon-color !default;
|
|
100
114
|
$rte-img-popup-border: 1px solid $border-light !default;
|
|
101
115
|
$rte-img-popup-box-shadow: $shadow-lg !default;
|
|
102
116
|
$rte-img-popup-color: $border-light !default;
|
|
@@ -145,7 +159,7 @@ $rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
|
145
159
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
146
160
|
$rte-warning-character-count-color: $warning !default;
|
|
147
161
|
$rte-error-character-count-color: $danger !default;
|
|
148
|
-
$rte-img-border:
|
|
162
|
+
$rte-img-border: solid 2px $primary !default;
|
|
149
163
|
$rte-font-family: $font-family !default;
|
|
150
164
|
$rte-content-color: $content-text-color !default;
|
|
151
165
|
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
@@ -164,12 +178,18 @@ $rte-table-span-active-bg-color: $primary-lighter !default;
|
|
|
164
178
|
$rte-table-span-active-border-color: $primary !default;
|
|
165
179
|
$rte-table-select-border-color: $primary !default;
|
|
166
180
|
$rte-table-popup-bg: $flyout-bg-color !default;
|
|
181
|
+
$rte-table-resize-back-color: $flyout-bg-color !default;
|
|
167
182
|
$rte-table-popup-color: $flyout-border !default;
|
|
168
183
|
$rte-table-popup-box: $shadow-lg !default;
|
|
169
184
|
$rte-table-border-color: $border-light !default;
|
|
170
185
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
171
186
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
172
187
|
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
188
|
+
$rte-border-top-left-radius: 0;
|
|
189
|
+
$rte-border-top-right-radius: 0;
|
|
190
|
+
$rte-border-bottom-right-radius: 0;
|
|
191
|
+
$rte-border-bottom-left-radius: 0;
|
|
192
|
+
$rte-big-border-radius: 0;
|
|
173
193
|
|
|
174
194
|
//Theme Variables End
|
|
175
195
|
|
|
@@ -196,4 +216,6 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
196
216
|
$rte-big-table-dlg-max-height: 306px !default;
|
|
197
217
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
198
218
|
$rte-drop-text-width: 292px !default;
|
|
219
|
+
$rte-drop-text-height: 185px !default;
|
|
199
220
|
$rte-drop-text-mobile-width: 242px !default;
|
|
221
|
+
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
$skin-name: 'bootstrap5' !default;
|
|
2
|
-
|
|
3
1
|
//Layout Variables Start
|
|
4
2
|
$rte-border-size: 1px !default;
|
|
5
3
|
$rte-2px-border-size: 2px !default;
|
|
@@ -82,6 +80,21 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
82
80
|
$rte-inline-tmp-color-min-width: 55px;
|
|
83
81
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
84
82
|
$rte-default-character-count-opacity: 1;
|
|
83
|
+
$rte-droparea-line-height: 10;
|
|
84
|
+
$rte-droparea-browsebtn-height: 36px;
|
|
85
|
+
$rte-droparea-browsebtn-padding: 0 18px;
|
|
86
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
87
|
+
$rte-insert-dialog-font-size: 15px;
|
|
88
|
+
$rte-big-insert-dialog-font-size: 15px;
|
|
89
|
+
$rte-table-popup-tablecell-height: 14px;
|
|
90
|
+
$rte-table-popup-tablecell-width: 14px;
|
|
91
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
92
|
+
$rte-table-popup-row-height : 16px;
|
|
93
|
+
$rte-big-table-row-height : 18px;
|
|
94
|
+
$rte-big-tablecell-height : 16px;
|
|
95
|
+
$rte-big-tablecell-width : 16px;
|
|
96
|
+
$rte-toolbar-item-frist-last-child-margin: 0 6px;
|
|
97
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
85
98
|
|
|
86
99
|
//Layout Variables End
|
|
87
100
|
|
|
@@ -93,6 +106,7 @@ $rte-full-screen-bg: $content-bg-color !default;
|
|
|
93
106
|
$rte-content-font-color: $content-text-color !default;
|
|
94
107
|
$rte-item-color: $content-text-color !default;
|
|
95
108
|
$rte-icons-color: $icon-color !default;
|
|
109
|
+
$rte-hover-icons-color: $icon-color !default;
|
|
96
110
|
$rte-img-popup-border: 1px solid $border-light !default;
|
|
97
111
|
$rte-img-popup-box-shadow: $shadow !default;
|
|
98
112
|
$rte-img-popup-color: $border-light !default;
|
|
@@ -141,7 +155,7 @@ $rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
|
141
155
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
142
156
|
$rte-warning-character-count-color: $warning !default;
|
|
143
157
|
$rte-error-character-count-color: $danger !default;
|
|
144
|
-
$rte-img-border:
|
|
158
|
+
$rte-img-border: solid 2px $primary !default;
|
|
145
159
|
$rte-font-family: $font-family !default;
|
|
146
160
|
$rte-content-color: $content-text-color !default;
|
|
147
161
|
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
@@ -160,12 +174,18 @@ $rte-table-span-active-bg-color: $primary-lighter !default;
|
|
|
160
174
|
$rte-table-span-active-border-color: $primary !default;
|
|
161
175
|
$rte-table-select-border-color: $primary !default;
|
|
162
176
|
$rte-table-popup-bg: $flyout-bg-color !default;
|
|
177
|
+
$rte-table-resize-back-color: $flyout-bg-color !default;
|
|
163
178
|
$rte-table-popup-color: $border-light !default;
|
|
164
179
|
$rte-table-popup-box: $shadow !default;
|
|
165
180
|
$rte-table-border-color: $border-light !default;
|
|
166
181
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
167
182
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
168
183
|
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
184
|
+
$rte-border-top-left-radius: 0;
|
|
185
|
+
$rte-border-top-right-radius: 0;
|
|
186
|
+
$rte-border-bottom-right-radius: 0;
|
|
187
|
+
$rte-border-bottom-left-radius: 0;
|
|
188
|
+
$rte-big-border-radius: 0;
|
|
169
189
|
|
|
170
190
|
//Theme Variables End
|
|
171
191
|
|
|
@@ -193,4 +213,6 @@ $rte-big-edit-table-dlg-max-height: 373px !default;
|
|
|
193
213
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
194
214
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
195
215
|
$rte-drop-text-width: 300px !default;
|
|
216
|
+
$rte-drop-text-height: 185px !default;
|
|
196
217
|
$rte-drop-text-mobile-width: 250px !default;
|
|
218
|
+
$rte-tbar-default-bg: $content-bg-color-alt1;
|