@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
|
@@ -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 {
|
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
296
296
|
content: "\e83c";
|
|
297
297
|
}
|
|
298
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
299
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
300
|
+
content: "\e8bd";
|
|
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: "\e7c2";
|
|
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="M10.0561 9V4C10.0561 2.35001 11.4057 1 13.0561 1C14.7065 1 16.0561 2.35001 16.0561 4V9H19.0463C20.1459 9 21.0463 9.89999 21.0463 11V22C21.0463 23.1 20.1459 24 19.0561 24H5.4057C4.77484 24 4.185 23.71 3.80609 23.2C3.42523 22.7 3.30609 22.07 3.47601 21.47C4.685 17.21 4.96625 12.67 5.02484 10.92C5.06586 9.84 5.94476 9 7.02484 9H10.0561ZM16.0561 22.0044V19C16.0561 18.45 15.6069 18 15.0561 18C14.5053 18 14.0561 18.45 14.0561 19V22.0073L11.0561 22.0117V20C11.0561 19.45 10.6069 19 10.0561 19C9.50531 19 9.05609 19.45 9.05609 20V22.0146L5.4057 22.02C5.98969 19.9657 6.36469 17.8564 6.60883 16H19.0561V22L16.0561 22.0044ZM14.0561 9V4C14.0561 3.45 13.6069 3 13.0561 3C12.5053 3 12.0561 3.45 12.0561 4V9H14.0561ZM7.03461 11C7.00922 11.664 6.95453 12.7153 6.83344 14H19.0561V11H7.03461Z" fill="black"/><path d="M6.83344 14C6.95453 12.7153 7.00922 11.664 7.03461 11H19.0561V14H6.83344Z" fill="white"/><path d="M14.0561 4V9H12.0561V4C12.0561 3.45 12.5053 3 13.0561 3C13.6069 3 14.0561 3.45 14.0561 4Z" fill="white"/><path d="M16.0561 19V22.0044L19.0561 22V16H6.60883C6.36469 17.8564 5.98969 19.9657 5.4057 22.02L9.05609 22.0146V20C9.05609 19.45 9.50531 19 10.0561 19C10.6069 19 11.0561 19.45 11.0561 20V22.0117L14.0561 22.0073V19C14.0561 18.45 14.5053 18 15.0561 18C15.6069 18 16.0561 18.45 16.0561 19Z" fill="white"/></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 {
|
|
@@ -1412,6 +1420,7 @@
|
|
|
1412
1420
|
}
|
|
1413
1421
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1414
1422
|
white-space: nowrap;
|
|
1423
|
+
display: inline-block;
|
|
1415
1424
|
}
|
|
1416
1425
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1417
1426
|
white-space: nowrap;
|
|
@@ -2305,6 +2314,11 @@
|
|
|
2305
2314
|
margin: 1px;
|
|
2306
2315
|
}
|
|
2307
2316
|
|
|
2317
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2318
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2319
|
+
visibility: hidden;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2308
2322
|
/*! tab layout */
|
|
2309
2323
|
.e-richtexteditor .e-rte-toolbar {
|
|
2310
2324
|
border: 1px solid #4b5563;
|
|
@@ -2400,6 +2414,9 @@
|
|
|
2400
2414
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2401
2415
|
color: #d1d5db;
|
|
2402
2416
|
}
|
|
2417
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2418
|
+
color: #d1d5db;
|
|
2419
|
+
}
|
|
2403
2420
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2404
2421
|
color: #d1d5db;
|
|
2405
2422
|
}
|
|
@@ -2418,6 +2435,9 @@
|
|
|
2418
2435
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2419
2436
|
border: 0;
|
|
2420
2437
|
}
|
|
2438
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2439
|
+
background: #374151;
|
|
2440
|
+
}
|
|
2421
2441
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2422
2442
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2423
2443
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2616,7 +2636,8 @@
|
|
|
2616
2636
|
|
|
2617
2637
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2618
2638
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2619
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2639
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2640
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2620
2641
|
border: dashed 2px #9ca3af;
|
|
2621
2642
|
border-radius: 4px;
|
|
2622
2643
|
color: #9ca3af;
|
|
@@ -2629,6 +2650,10 @@
|
|
|
2629
2650
|
width: 300px;
|
|
2630
2651
|
}
|
|
2631
2652
|
|
|
2653
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2654
|
+
height: 108px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2632
2657
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2633
2658
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2634
2659
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
296
296
|
content: "\e83c";
|
|
297
297
|
}
|
|
298
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
299
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
300
|
+
content: "\e8bd";
|
|
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: "\e7c2";
|
|
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="M10.0561 9V4C10.0561 2.35001 11.4057 1 13.0561 1C14.7065 1 16.0561 2.35001 16.0561 4V9H19.0463C20.1459 9 21.0463 9.89999 21.0463 11V22C21.0463 23.1 20.1459 24 19.0561 24H5.4057C4.77484 24 4.185 23.71 3.80609 23.2C3.42523 22.7 3.30609 22.07 3.47601 21.47C4.685 17.21 4.96625 12.67 5.02484 10.92C5.06586 9.84 5.94476 9 7.02484 9H10.0561ZM16.0561 22.0044V19C16.0561 18.45 15.6069 18 15.0561 18C14.5053 18 14.0561 18.45 14.0561 19V22.0073L11.0561 22.0117V20C11.0561 19.45 10.6069 19 10.0561 19C9.50531 19 9.05609 19.45 9.05609 20V22.0146L5.4057 22.02C5.98969 19.9657 6.36469 17.8564 6.60883 16H19.0561V22L16.0561 22.0044ZM14.0561 9V4C14.0561 3.45 13.6069 3 13.0561 3C12.5053 3 12.0561 3.45 12.0561 4V9H14.0561ZM7.03461 11C7.00922 11.664 6.95453 12.7153 6.83344 14H19.0561V11H7.03461Z" fill="black"/><path d="M6.83344 14C6.95453 12.7153 7.00922 11.664 7.03461 11H19.0561V14H6.83344Z" fill="white"/><path d="M14.0561 4V9H12.0561V4C12.0561 3.45 12.5053 3 13.0561 3C13.6069 3 14.0561 3.45 14.0561 4Z" fill="white"/><path d="M16.0561 19V22.0044L19.0561 22V16H6.60883C6.36469 17.8564 5.98969 19.9657 5.4057 22.02L9.05609 22.0146V20C9.05609 19.45 9.50531 19 10.0561 19C10.6069 19 11.0561 19.45 11.0561 20V22.0117L14.0561 22.0073V19C14.0561 18.45 14.5053 18 15.0561 18C15.6069 18 16.0561 18.45 16.0561 19Z" fill="white"/></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 {
|
|
@@ -1412,6 +1420,7 @@
|
|
|
1412
1420
|
}
|
|
1413
1421
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1414
1422
|
white-space: nowrap;
|
|
1423
|
+
display: inline-block;
|
|
1415
1424
|
}
|
|
1416
1425
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1417
1426
|
white-space: nowrap;
|
|
@@ -2305,6 +2314,11 @@
|
|
|
2305
2314
|
margin: 1px;
|
|
2306
2315
|
}
|
|
2307
2316
|
|
|
2317
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2318
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2319
|
+
visibility: hidden;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2308
2322
|
/*! tab layout */
|
|
2309
2323
|
.e-richtexteditor .e-rte-toolbar {
|
|
2310
2324
|
border: 1px solid #e5e7eb;
|
|
@@ -2400,6 +2414,9 @@
|
|
|
2400
2414
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2401
2415
|
color: #6b7280;
|
|
2402
2416
|
}
|
|
2417
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2418
|
+
color: #6b7280;
|
|
2419
|
+
}
|
|
2403
2420
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2404
2421
|
color: #6b7280;
|
|
2405
2422
|
}
|
|
@@ -2418,6 +2435,9 @@
|
|
|
2418
2435
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2419
2436
|
border: 0;
|
|
2420
2437
|
}
|
|
2438
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2439
|
+
background: #f3f4f6;
|
|
2440
|
+
}
|
|
2421
2441
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2422
2442
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2423
2443
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2616,7 +2636,8 @@
|
|
|
2616
2636
|
|
|
2617
2637
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2618
2638
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2619
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2639
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2640
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2620
2641
|
border: dashed 2px #9ca3af;
|
|
2621
2642
|
border-radius: 4px;
|
|
2622
2643
|
color: #6b7280;
|
|
@@ -2629,6 +2650,10 @@
|
|
|
2629
2650
|
width: 300px;
|
|
2630
2651
|
}
|
|
2631
2652
|
|
|
2653
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2654
|
+
height: 108px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2632
2657
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2633
2658
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2634
2659
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
296
296
|
content: "\e83c";
|
|
297
297
|
}
|
|
298
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
299
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
300
|
+
content: "\e8bd";
|
|
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: "\e7c2";
|
|
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="M10.0561 9V4C10.0561 2.35001 11.4057 1 13.0561 1C14.7065 1 16.0561 2.35001 16.0561 4V9H19.0463C20.1459 9 21.0463 9.89999 21.0463 11V22C21.0463 23.1 20.1459 24 19.0561 24H5.4057C4.77484 24 4.185 23.71 3.80609 23.2C3.42523 22.7 3.30609 22.07 3.47601 21.47C4.685 17.21 4.96625 12.67 5.02484 10.92C5.06586 9.84 5.94476 9 7.02484 9H10.0561ZM16.0561 22.0044V19C16.0561 18.45 15.6069 18 15.0561 18C14.5053 18 14.0561 18.45 14.0561 19V22.0073L11.0561 22.0117V20C11.0561 19.45 10.6069 19 10.0561 19C9.50531 19 9.05609 19.45 9.05609 20V22.0146L5.4057 22.02C5.98969 19.9657 6.36469 17.8564 6.60883 16H19.0561V22L16.0561 22.0044ZM14.0561 9V4C14.0561 3.45 13.6069 3 13.0561 3C12.5053 3 12.0561 3.45 12.0561 4V9H14.0561ZM7.03461 11C7.00922 11.664 6.95453 12.7153 6.83344 14H19.0561V11H7.03461Z" fill="black"/><path d="M6.83344 14C6.95453 12.7153 7.00922 11.664 7.03461 11H19.0561V14H6.83344Z" fill="white"/><path d="M14.0561 4V9H12.0561V4C12.0561 3.45 12.5053 3 13.0561 3C13.6069 3 14.0561 3.45 14.0561 4Z" fill="white"/><path d="M16.0561 19V22.0044L19.0561 22V16H6.60883C6.36469 17.8564 5.98969 19.9657 5.4057 22.02L9.05609 22.0146V20C9.05609 19.45 9.50531 19 10.0561 19C10.6069 19 11.0561 19.45 11.0561 20V22.0117L14.0561 22.0073V19C14.0561 18.45 14.5053 18 15.0561 18C15.6069 18 16.0561 18.45 16.0561 19Z" fill="white"/></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 {
|
|
@@ -1412,6 +1420,7 @@
|
|
|
1412
1420
|
}
|
|
1413
1421
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1414
1422
|
white-space: nowrap;
|
|
1423
|
+
display: inline-block;
|
|
1415
1424
|
}
|
|
1416
1425
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1417
1426
|
white-space: nowrap;
|
|
@@ -2305,6 +2314,11 @@
|
|
|
2305
2314
|
margin: 1px;
|
|
2306
2315
|
}
|
|
2307
2316
|
|
|
2317
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2318
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2319
|
+
visibility: hidden;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2308
2322
|
/*! tab layout */
|
|
2309
2323
|
.e-richtexteditor .e-rte-toolbar {
|
|
2310
2324
|
border: 1px solid #4b5563;
|
|
@@ -2400,6 +2414,9 @@
|
|
|
2400
2414
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2401
2415
|
color: #d1d5db;
|
|
2402
2416
|
}
|
|
2417
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2418
|
+
color: #d1d5db;
|
|
2419
|
+
}
|
|
2403
2420
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2404
2421
|
color: #d1d5db;
|
|
2405
2422
|
}
|
|
@@ -2418,6 +2435,9 @@
|
|
|
2418
2435
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2419
2436
|
border: 0;
|
|
2420
2437
|
}
|
|
2438
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2439
|
+
background: #374151;
|
|
2440
|
+
}
|
|
2421
2441
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2422
2442
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2423
2443
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2616,7 +2636,8 @@
|
|
|
2616
2636
|
|
|
2617
2637
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2618
2638
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2619
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2639
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2640
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2620
2641
|
border: dashed 2px #9ca3af;
|
|
2621
2642
|
border-radius: 4px;
|
|
2622
2643
|
color: #9ca3af;
|
|
@@ -2629,6 +2650,10 @@
|
|
|
2629
2650
|
width: 300px;
|
|
2630
2651
|
}
|
|
2631
2652
|
|
|
2653
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2654
|
+
height: 108px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2632
2657
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2633
2658
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2634
2659
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
package/styles/tailwind.css
CHANGED
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
.e-rte-dropdown-popup .e-rte-file-manager::before {
|
|
296
296
|
content: "\e83c";
|
|
297
297
|
}
|
|
298
|
+
.e-rte-toolbar .e-rte-format-painter::before,
|
|
299
|
+
.e-rte-dropdown-popup .e-rte-format-painter::before {
|
|
300
|
+
content: "\e8bd";
|
|
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: "\e7c2";
|
|
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="M10.0561 9V4C10.0561 2.35001 11.4057 1 13.0561 1C14.7065 1 16.0561 2.35001 16.0561 4V9H19.0463C20.1459 9 21.0463 9.89999 21.0463 11V22C21.0463 23.1 20.1459 24 19.0561 24H5.4057C4.77484 24 4.185 23.71 3.80609 23.2C3.42523 22.7 3.30609 22.07 3.47601 21.47C4.685 17.21 4.96625 12.67 5.02484 10.92C5.06586 9.84 5.94476 9 7.02484 9H10.0561ZM16.0561 22.0044V19C16.0561 18.45 15.6069 18 15.0561 18C14.5053 18 14.0561 18.45 14.0561 19V22.0073L11.0561 22.0117V20C11.0561 19.45 10.6069 19 10.0561 19C9.50531 19 9.05609 19.45 9.05609 20V22.0146L5.4057 22.02C5.98969 19.9657 6.36469 17.8564 6.60883 16H19.0561V22L16.0561 22.0044ZM14.0561 9V4C14.0561 3.45 13.6069 3 13.0561 3C12.5053 3 12.0561 3.45 12.0561 4V9H14.0561ZM7.03461 11C7.00922 11.664 6.95453 12.7153 6.83344 14H19.0561V11H7.03461Z" fill="black"/><path d="M6.83344 14C6.95453 12.7153 7.00922 11.664 7.03461 11H19.0561V14H6.83344Z" fill="white"/><path d="M14.0561 4V9H12.0561V4C12.0561 3.45 12.5053 3 13.0561 3C13.6069 3 14.0561 3.45 14.0561 4Z" fill="white"/><path d="M16.0561 19V22.0044L19.0561 22V16H6.60883C6.36469 17.8564 5.98969 19.9657 5.4057 22.02L9.05609 22.0146V20C9.05609 19.45 9.50531 19 10.0561 19C10.6069 19 11.0561 19.45 11.0561 20V22.0117L14.0561 22.0073V19C14.0561 18.45 14.5053 18 15.0561 18C15.6069 18 16.0561 18.45 16.0561 19Z" fill="white"/></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 {
|
|
@@ -1412,6 +1420,7 @@
|
|
|
1412
1420
|
}
|
|
1413
1421
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1414
1422
|
white-space: nowrap;
|
|
1423
|
+
display: inline-block;
|
|
1415
1424
|
}
|
|
1416
1425
|
.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow {
|
|
1417
1426
|
white-space: nowrap;
|
|
@@ -2305,6 +2314,11 @@
|
|
|
2305
2314
|
margin: 1px;
|
|
2306
2315
|
}
|
|
2307
2316
|
|
|
2317
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-fontcolor-dropdown,
|
|
2318
|
+
.e-transparent.e-rte-elements.e-tbar-btn.e-rte-backgroundcolor-dropdown {
|
|
2319
|
+
visibility: hidden;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2308
2322
|
/*! tab layout */
|
|
2309
2323
|
.e-richtexteditor .e-rte-toolbar {
|
|
2310
2324
|
border: 1px solid #e5e7eb;
|
|
@@ -2400,6 +2414,9 @@
|
|
|
2400
2414
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2401
2415
|
color: #6b7280;
|
|
2402
2416
|
}
|
|
2417
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2418
|
+
color: #6b7280;
|
|
2419
|
+
}
|
|
2403
2420
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2404
2421
|
color: #6b7280;
|
|
2405
2422
|
}
|
|
@@ -2418,6 +2435,9 @@
|
|
|
2418
2435
|
.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
2419
2436
|
border: 0;
|
|
2420
2437
|
}
|
|
2438
|
+
.e-richtexteditor .e-toolbar-wrapper {
|
|
2439
|
+
background: #f3f4f6;
|
|
2440
|
+
}
|
|
2421
2441
|
.e-richtexteditor img.e-img-focus::selection,
|
|
2422
2442
|
.e-richtexteditor audio.e-audio-focus::selection,
|
|
2423
2443
|
.e-richtexteditor .e-video-focus::selection {
|
|
@@ -2616,7 +2636,8 @@
|
|
|
2616
2636
|
|
|
2617
2637
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2618
2638
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2619
|
-
.e-dialog .e-vid-uploadwrap .e-droptext
|
|
2639
|
+
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2640
|
+
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2620
2641
|
border: dashed 2px #9ca3af;
|
|
2621
2642
|
border-radius: 4px;
|
|
2622
2643
|
color: #6b7280;
|
|
@@ -2629,6 +2650,10 @@
|
|
|
2629
2650
|
width: 300px;
|
|
2630
2651
|
}
|
|
2631
2652
|
|
|
2653
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
2654
|
+
height: 108px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2632
2657
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2633
2658
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2634
2659
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
$skin-name: 'bootstrap5' !default;
|
|
2
|
-
|
|
3
|
-
//Layout Variables Start
|
|
4
|
-
$rte-border-size: 1px !default;
|
|
5
|
-
$rte-2px-border-size: 2px !default;
|
|
6
|
-
$rte-border-type: solid !default;
|
|
7
|
-
$rte-list-btn-flex: column !default;
|
|
8
|
-
$rte-list-btn-line-height: 1 !default;
|
|
9
|
-
$rte-split-btn-line-height: 20px !default;
|
|
10
|
-
$rte-big-split-btn-line-height: 30px !default;
|
|
11
|
-
$rte-big-quick-item-btn-width: 39px !default;
|
|
12
|
-
$rte-quick-item-btn-width: 27px !default;
|
|
13
|
-
$rte-big-quick-item-btn-height: 34px !default;
|
|
14
|
-
$rte-quick-item-btn-height: 26px !default;
|
|
15
|
-
$rte-big-quick-item-padding: 0 !default;
|
|
16
|
-
$rte-quick-item-padding: 0 !default;
|
|
17
|
-
$rte-quick-item-icon-min-width: 24px !default; // Clarify
|
|
18
|
-
$rte-big-quick-item-line-height: $leading-normal !default;
|
|
19
|
-
$rte-content-padding: 16px !default;
|
|
20
|
-
$rte-toolbar-icon-size: $text-base !default;
|
|
21
|
-
$rte-toolbar-big-icon-size: $text-lg !default;
|
|
22
|
-
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
23
|
-
$rte-quick-drop-btn-line-height: 24px !default;
|
|
24
|
-
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
25
|
-
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
26
|
-
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
27
|
-
$rte-quick-drop-btn-padding: 1px 0 !default;
|
|
28
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
29
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
30
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
31
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
32
|
-
$rte-big-quick-drop-btn-caret-font-size: 12px !default;
|
|
33
|
-
$rte-quick-drop-btn-caret-font-size: 10px !default;
|
|
34
|
-
$rte-big-tb-items-margin-left: 3px !default;
|
|
35
|
-
$rte-tb-items-margin-left: 7px !default;
|
|
36
|
-
$rte-big-tb-items-padding-left: 3px !default;
|
|
37
|
-
$rte-tb-items-padding-left: 7px !default;
|
|
38
|
-
$rte-active-tb-item-btn-padding: 0 !default;
|
|
39
|
-
$rte-split-btn-bar-size: 0 !default;
|
|
40
|
-
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
41
|
-
$rte-big-split-btn-active-color-icon-line-height: 37px !default;
|
|
42
|
-
$rte-format-btn-min-width: 75px !default;
|
|
43
|
-
$rte-font-name-btn-min-width: 67px !default;
|
|
44
|
-
$rte-font-size-btn-min-width: 36px !default;
|
|
45
|
-
$rte-drop-btn-padding-left: 7px !default;
|
|
46
|
-
$dropdown-btn-font-size: $text-sm;
|
|
47
|
-
$dropdown-btn-big-font-size: $text-base;
|
|
48
|
-
$rte-drop-btn-padding-right: 7px !default;
|
|
49
|
-
$rte-drop-btn-action-padding-left: 7px !default;
|
|
50
|
-
$rte-drop-btn-action-padding-right: 7px !default;
|
|
51
|
-
$rte-big-drop-btn-padding-left: 10px !default;
|
|
52
|
-
$rte-big-drop-btn-padding-right: 6px !default;
|
|
53
|
-
$rte-big-drop-btn-action-padding-left: 10px !default;
|
|
54
|
-
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
55
|
-
$rte-colorpicker-parent-padding: 0 !default;
|
|
56
|
-
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
57
|
-
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
58
|
-
$rte-font-icon-width: 30px !default;
|
|
59
|
-
$rte-font-arrow-width: 18px !default;
|
|
60
|
-
$rte-font-arrow-touch-width: 20px !default;
|
|
61
|
-
$rte-font-icon-line-height: $leading-tight !default;
|
|
62
|
-
$rte-placeholder-line-height: $leading-normal !default;
|
|
63
|
-
$rte-big-active-tb-item-btn-padding: 0 6px !default;
|
|
64
|
-
$rte-table-popup-padding: 10px !default;
|
|
65
|
-
$rte-insert-dialog-label-padding-top: 12px !default;
|
|
66
|
-
$rte-insert-dialog-label-padding-bottom: 12px !default;
|
|
67
|
-
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
68
|
-
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
69
|
-
$rte-content-font-size: $text-sm !default;
|
|
70
|
-
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
71
|
-
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
72
|
-
$font-weight: $font-weight-normal !default;
|
|
73
|
-
$rte-table-popup-bdr-radius: 6px !default;
|
|
74
|
-
$rte-resize-handler-width: 15px;
|
|
75
|
-
$rte-resize-handler-height: 15px;
|
|
76
|
-
$rte-resize-handler-position: 0;
|
|
77
|
-
$rte-big-inline-tmp-min-width: 48px;
|
|
78
|
-
$rte-inline-tmp-min-width: 55px;
|
|
79
|
-
$rte-big-inline-tmp-size-min-width: 59px;
|
|
80
|
-
$rte-inline-tmp-size-min-width: 66px;
|
|
81
|
-
$rte-big-inline-tmp-color-min-width: 50px;
|
|
82
|
-
$rte-inline-tmp-color-min-width: 55px;
|
|
83
|
-
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
84
|
-
$rte-default-character-count-opacity: 1;
|
|
85
|
-
|
|
86
|
-
//Layout Variables End
|
|
87
|
-
|
|
88
|
-
//Theme Variables Start
|
|
89
|
-
$rte-split-btn-active-border: 0 !default;
|
|
90
|
-
$rte-border-color: $border-light !default;
|
|
91
|
-
$rte-content-bg: $content-bg-color !default;
|
|
92
|
-
$rte-full-screen-bg: $content-bg-color !default;
|
|
93
|
-
$rte-content-font-color: $content-text-color !default;
|
|
94
|
-
$rte-item-color: $content-text-color !default;
|
|
95
|
-
$rte-icons-color: $icon-color !default;
|
|
96
|
-
$rte-img-popup-border: 1px solid $border-light !default;
|
|
97
|
-
$rte-img-popup-box-shadow: $shadow !default;
|
|
98
|
-
$rte-img-popup-color: $border-light !default;
|
|
99
|
-
$rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
|
|
100
|
-
$rte-quick-item-active-font-color: $secondary-text-color-hover !default;
|
|
101
|
-
$rte-quick-item-border: 0 !default;
|
|
102
|
-
$rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
|
|
103
|
-
$rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
|
|
104
|
-
$rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
|
|
105
|
-
$rte-quick-drop-btn-hover-border-color: $content-bg-color-alt2 !default;
|
|
106
|
-
$rte-extended-toolbar-background: $content-bg-color-alt2 !default;
|
|
107
|
-
$rte-quick-pop-border: none !default;
|
|
108
|
-
$rte-quick-tb-border: 1px solid $border-light !default;
|
|
109
|
-
$rte-quick-pop-bg: $content-bg-color-alt2 !default;
|
|
110
|
-
$rte-quick-vr-line-color: $border-light !default;
|
|
111
|
-
$rte-quick-pop-shadow: none !default;
|
|
112
|
-
$rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
|
|
113
|
-
$rte-quick-tb-btn-hover: $secondary-bg-color-hover !default;
|
|
114
|
-
$rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
|
|
115
|
-
$rte-tb-active-font-color: $white !default;
|
|
116
|
-
$rte-tb-item-active-border: 1px solid $secondary-border-color-pressed !default;
|
|
117
|
-
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $border-light !default;
|
|
118
|
-
$rte-color-picker-active-bg: inherit !default;
|
|
119
|
-
$rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
120
|
-
$rte-drop-btn-active-color: $white !default;
|
|
121
|
-
$rte-drop-btn-active-border-color: $secondary-border-color-pressed !default;
|
|
122
|
-
$rte-split-btn-active-hover-font-color: $white !default;
|
|
123
|
-
$rte-split-btn-color: $secondary-bg-color-pressed !default;
|
|
124
|
-
$rte-split-btn-active-color: $white !default;
|
|
125
|
-
$rte-split-btn-hover-bg: $secondary-bg-color-hover !default;
|
|
126
|
-
$rte-split-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
127
|
-
$rte-split-btn-span-hover-bg: $secondary-bg-color-hover !default;
|
|
128
|
-
$rte-split-btn-span-focus-bg: $secondary-bg-color-pressed !default;
|
|
129
|
-
$rte-split-btn-span-active-bg: $secondary-bg-color-pressed !default;
|
|
130
|
-
$rte-split-btn-bar-bg: $content-bg-color !default;
|
|
131
|
-
$rte-split-btn-active-bar-bg: $content-bg-color !default;
|
|
132
|
-
$rte-split-btn-bar-size: 0 !default;
|
|
133
|
-
$rte-split-btn-active-border: 0 !default;
|
|
134
|
-
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
135
|
-
$rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
136
|
-
|
|
137
|
-
$rte-link-valid-color: $danger !default;
|
|
138
|
-
$rte-upload-drag-border-clr: $border-dark !default;
|
|
139
|
-
$rte-img-header-clr: $content-text-color !default;
|
|
140
|
-
$rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
141
|
-
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
142
|
-
$rte-warning-character-count-color: $warning !default;
|
|
143
|
-
$rte-error-character-count-color: $danger !default;
|
|
144
|
-
$rte-img-border: dashed 2px $primary !default;
|
|
145
|
-
$rte-font-family: $font-family !default;
|
|
146
|
-
$rte-content-color: $content-text-color !default;
|
|
147
|
-
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
148
|
-
$rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
|
|
149
|
-
$rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
150
|
-
$rte-overlay-color: $overlay-bg-color !default;
|
|
151
|
-
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
152
|
-
$rte-anchor-color: $primary !default;
|
|
153
|
-
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
154
|
-
$rte-img-resize-back-color: $primary !default;
|
|
155
|
-
$rte-img-resize-color: $primary-text-color !default;
|
|
156
|
-
$rte-table-header-color: $content-text-color-alt1 !default;
|
|
157
|
-
$rte-table-span-bg-color: $content-bg-color !default;
|
|
158
|
-
$rte-table-span-border: 1px solid $border-light !default;
|
|
159
|
-
$rte-table-span-active-bg-color: $primary-lighter !default;
|
|
160
|
-
$rte-table-span-active-border-color: $primary !default;
|
|
161
|
-
$rte-table-select-border-color: $primary !default;
|
|
162
|
-
$rte-table-popup-bg: $flyout-bg-color !default;
|
|
163
|
-
$rte-table-popup-color: $border-light !default;
|
|
164
|
-
$rte-table-popup-box: $shadow !default;
|
|
165
|
-
$rte-table-border-color: $border-light !default;
|
|
166
|
-
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
167
|
-
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
168
|
-
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
169
|
-
|
|
170
|
-
//Theme Variables End
|
|
171
|
-
|
|
172
|
-
$rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
173
|
-
$transparent: $transparent;
|
|
174
|
-
$rte-placeholder-padding: 16px !default;
|
|
175
|
-
|
|
176
|
-
$rte-img-dlg-max-height: 390px !default;
|
|
177
|
-
$rte-img-alt-dlg-max-height: 390px !default;
|
|
178
|
-
$rte-img-link-dlg-max-height: 191px !default;
|
|
179
|
-
$rte-img-size-dlg-max-height: 256px !default;
|
|
180
|
-
$rte-link-dlg-max-height: 353px !default;
|
|
181
|
-
$rte-file-browser-dlg-max-height: 557px !default;
|
|
182
|
-
$rte-table-dlg-max-height: 252px !default;
|
|
183
|
-
$rte-edit-table-dlg-max-height: 320px !default;
|
|
184
|
-
|
|
185
|
-
$rte-big-img-dlg-max-height: 425px !default;
|
|
186
|
-
$rte-big-img-alt-dlg-max-height: 425px !default;
|
|
187
|
-
$rte-big-img-link-dlg-max-height: 229px !default;
|
|
188
|
-
$rte-big-img-size-dlg-max-height: 309px !default;
|
|
189
|
-
$rte-big-link-dlg-max-height: 400px !default;
|
|
190
|
-
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
191
|
-
$rte-big-table-dlg-max-height: 299px !default;
|
|
192
|
-
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
193
|
-
$toolbar-expand-icon-min-height: 40px !default;
|
|
194
|
-
$rte-align-caret-icon-min-width: 24px !default;
|
|
195
|
-
$rte-drop-text-width: 300px !default;
|
|
196
|
-
$rte-drop-text-mobile-width: 250px !default;
|