@syncfusion/ej2-richtexteditor 28.1.33 → 28.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-richtexteditor.min.js +1 -10
- package/dist/ej2-richtexteditor.umd.min.js +1 -10
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +67 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +67 -18
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +1 -10
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +9 -10
- package/src/editor-manager/plugin/inserthtml.js +15 -4
- package/src/editor-manager/plugin/link.js +1 -0
- package/src/editor-manager/plugin/ms-word-clean-up.js +4 -2
- package/src/rich-text-editor/actions/enter-key.js +10 -3
- package/src/rich-text-editor/actions/paste-clean-up.js +26 -3
- package/src/rich-text-editor/renderer/toolbar-renderer.js +11 -6
- package/styles/bds-lite.css +8 -2
- package/styles/bds.css +8 -2
- package/styles/bootstrap-dark-lite.css +8 -2
- package/styles/bootstrap-dark.css +8 -2
- package/styles/bootstrap-lite.css +8 -2
- package/styles/bootstrap.css +8 -2
- package/styles/bootstrap4-lite.css +8 -2
- package/styles/bootstrap4.css +8 -2
- package/styles/bootstrap5-dark-lite.css +8 -2
- package/styles/bootstrap5-dark.css +8 -2
- package/styles/bootstrap5-lite.css +8 -2
- package/styles/bootstrap5.3-lite.css +8 -2
- package/styles/bootstrap5.3.css +8 -2
- package/styles/bootstrap5.css +8 -2
- package/styles/fabric-dark-lite.css +8 -2
- package/styles/fabric-dark.css +8 -2
- package/styles/fabric-lite.css +8 -2
- package/styles/fabric.css +8 -2
- package/styles/fluent-dark-lite.css +8 -2
- package/styles/fluent-dark.css +8 -2
- package/styles/fluent-lite.css +8 -2
- package/styles/fluent.css +8 -2
- package/styles/fluent2-lite.css +8 -2
- package/styles/fluent2.css +8 -2
- package/styles/highcontrast-light-lite.css +8 -2
- package/styles/highcontrast-light.css +8 -2
- package/styles/highcontrast-lite.css +8 -2
- package/styles/highcontrast.css +8 -2
- package/styles/material-dark-lite.css +8 -2
- package/styles/material-dark.css +8 -2
- package/styles/material-lite.css +8 -2
- package/styles/material.css +8 -2
- package/styles/material3-dark-lite.css +8 -2
- package/styles/material3-dark.css +8 -2
- package/styles/material3-lite.css +8 -2
- package/styles/material3.css +8 -2
- package/styles/rich-text-editor/_layout.scss +6 -5
- package/styles/rich-text-editor/_tailwind3-definition.scss +1 -1
- package/styles/rich-text-editor/bds.css +8 -2
- package/styles/rich-text-editor/bootstrap-dark.css +8 -2
- package/styles/rich-text-editor/bootstrap.css +8 -2
- package/styles/rich-text-editor/bootstrap4.css +8 -2
- package/styles/rich-text-editor/bootstrap5-dark.css +8 -2
- package/styles/rich-text-editor/bootstrap5.3.css +8 -2
- package/styles/rich-text-editor/bootstrap5.css +8 -2
- package/styles/rich-text-editor/fabric-dark.css +8 -2
- package/styles/rich-text-editor/fabric.css +8 -2
- package/styles/rich-text-editor/fluent-dark.css +8 -2
- package/styles/rich-text-editor/fluent.css +8 -2
- package/styles/rich-text-editor/fluent2.css +8 -2
- package/styles/rich-text-editor/highcontrast-light.css +8 -2
- package/styles/rich-text-editor/highcontrast.css +8 -2
- package/styles/rich-text-editor/material-dark.css +8 -2
- package/styles/rich-text-editor/material.css +8 -2
- package/styles/rich-text-editor/material3-dark.css +8 -2
- package/styles/rich-text-editor/material3.css +8 -2
- package/styles/rich-text-editor/tailwind-dark.css +8 -2
- package/styles/rich-text-editor/tailwind.css +8 -2
- package/styles/rich-text-editor/tailwind3.css +13 -8
- package/styles/tailwind-dark-lite.css +8 -2
- package/styles/tailwind-dark.css +8 -2
- package/styles/tailwind-lite.css +8 -2
- package/styles/tailwind.css +8 -2
- package/styles/tailwind3-lite.css +13 -8
- package/styles/tailwind3.css +13 -8
package/styles/bootstrap5.3.css
CHANGED
|
@@ -748,6 +748,12 @@
|
|
|
748
748
|
display: inline;
|
|
749
749
|
font-size: 16px;
|
|
750
750
|
}
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
752
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
753
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
754
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
755
|
+
font-size: 16px;
|
|
756
|
+
}
|
|
751
757
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
752
758
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
753
759
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1934,7 +1940,7 @@
|
|
|
1934
1940
|
padding: 1px 0;
|
|
1935
1941
|
}
|
|
1936
1942
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1937
|
-
font-weight:
|
|
1943
|
+
font-weight: 400;
|
|
1938
1944
|
overflow: hidden;
|
|
1939
1945
|
text-overflow: ellipsis;
|
|
1940
1946
|
white-space: nowrap;
|
|
@@ -2369,7 +2375,7 @@
|
|
|
2369
2375
|
margin: 0 auto 10px;
|
|
2370
2376
|
padding: 0 18px;
|
|
2371
2377
|
position: relative;
|
|
2372
|
-
top:
|
|
2378
|
+
top: 6px;
|
|
2373
2379
|
}
|
|
2374
2380
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2375
2381
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -747,6 +747,12 @@
|
|
|
747
747
|
display: inline;
|
|
748
748
|
font-size: 16px;
|
|
749
749
|
}
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
752
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
753
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
754
|
+
font-size: 16px;
|
|
755
|
+
}
|
|
750
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
751
757
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
752
758
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1937,7 +1943,7 @@
|
|
|
1937
1943
|
padding: 1px 0;
|
|
1938
1944
|
}
|
|
1939
1945
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1940
|
-
font-weight:
|
|
1946
|
+
font-weight: 400;
|
|
1941
1947
|
overflow: hidden;
|
|
1942
1948
|
text-overflow: ellipsis;
|
|
1943
1949
|
white-space: nowrap;
|
|
@@ -2403,7 +2409,7 @@
|
|
|
2403
2409
|
margin: 0 auto 10px;
|
|
2404
2410
|
padding: 0 18px;
|
|
2405
2411
|
position: relative;
|
|
2406
|
-
top:
|
|
2412
|
+
top: 6px;
|
|
2407
2413
|
}
|
|
2408
2414
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2409
2415
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
padding: 1px 0;
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1933
|
-
font-weight:
|
|
1939
|
+
font-weight: normal;
|
|
1934
1940
|
overflow: hidden;
|
|
1935
1941
|
text-overflow: ellipsis;
|
|
1936
1942
|
white-space: nowrap;
|
|
@@ -2365,7 +2371,7 @@
|
|
|
2365
2371
|
margin: 0 auto 10px;
|
|
2366
2372
|
padding: 0 18px;
|
|
2367
2373
|
position: relative;
|
|
2368
|
-
top:
|
|
2374
|
+
top: 6px;
|
|
2369
2375
|
}
|
|
2370
2376
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2371
2377
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
padding: 1px 0;
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1933
|
-
font-weight:
|
|
1939
|
+
font-weight: normal;
|
|
1934
1940
|
overflow: hidden;
|
|
1935
1941
|
text-overflow: ellipsis;
|
|
1936
1942
|
white-space: nowrap;
|
|
@@ -2365,7 +2371,7 @@
|
|
|
2365
2371
|
margin: 0 auto 10px;
|
|
2366
2372
|
padding: 0 18px;
|
|
2367
2373
|
position: relative;
|
|
2368
|
-
top:
|
|
2374
|
+
top: 6px;
|
|
2369
2375
|
}
|
|
2370
2376
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2371
2377
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/fabric-lite.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
padding: 1px 0;
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1933
|
-
font-weight:
|
|
1939
|
+
font-weight: normal;
|
|
1934
1940
|
overflow: hidden;
|
|
1935
1941
|
text-overflow: ellipsis;
|
|
1936
1942
|
white-space: nowrap;
|
|
@@ -2365,7 +2371,7 @@
|
|
|
2365
2371
|
margin: 0 auto 10px;
|
|
2366
2372
|
padding: 0 18px;
|
|
2367
2373
|
position: relative;
|
|
2368
|
-
top:
|
|
2374
|
+
top: 6px;
|
|
2369
2375
|
}
|
|
2370
2376
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2371
2377
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/fabric.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
padding: 1px 0;
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1933
|
-
font-weight:
|
|
1939
|
+
font-weight: normal;
|
|
1934
1940
|
overflow: hidden;
|
|
1935
1941
|
text-overflow: ellipsis;
|
|
1936
1942
|
white-space: nowrap;
|
|
@@ -2365,7 +2371,7 @@
|
|
|
2365
2371
|
margin: 0 auto 10px;
|
|
2366
2372
|
padding: 0 18px;
|
|
2367
2373
|
position: relative;
|
|
2368
|
-
top:
|
|
2374
|
+
top: 6px;
|
|
2369
2375
|
}
|
|
2370
2376
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2371
2377
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -745,6 +745,12 @@
|
|
|
745
745
|
display: inline;
|
|
746
746
|
font-size: 16px;
|
|
747
747
|
}
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
752
|
+
font-size: 16px;
|
|
753
|
+
}
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
750
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: 400;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2391,7 +2397,7 @@
|
|
|
2391
2397
|
margin: 0 auto 10px;
|
|
2392
2398
|
padding: 0 18px;
|
|
2393
2399
|
position: relative;
|
|
2394
|
-
top:
|
|
2400
|
+
top: 6px;
|
|
2395
2401
|
outline: none;
|
|
2396
2402
|
}
|
|
2397
2403
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -745,6 +745,12 @@
|
|
|
745
745
|
display: inline;
|
|
746
746
|
font-size: 16px;
|
|
747
747
|
}
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
752
|
+
font-size: 16px;
|
|
753
|
+
}
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
750
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: 400;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2391,7 +2397,7 @@
|
|
|
2391
2397
|
margin: 0 auto 10px;
|
|
2392
2398
|
padding: 0 18px;
|
|
2393
2399
|
position: relative;
|
|
2394
|
-
top:
|
|
2400
|
+
top: 6px;
|
|
2395
2401
|
outline: none;
|
|
2396
2402
|
}
|
|
2397
2403
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
package/styles/fluent-lite.css
CHANGED
|
@@ -745,6 +745,12 @@
|
|
|
745
745
|
display: inline;
|
|
746
746
|
font-size: 16px;
|
|
747
747
|
}
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
752
|
+
font-size: 16px;
|
|
753
|
+
}
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
750
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: 400;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2391,7 +2397,7 @@
|
|
|
2391
2397
|
margin: 0 auto 10px;
|
|
2392
2398
|
padding: 0 18px;
|
|
2393
2399
|
position: relative;
|
|
2394
|
-
top:
|
|
2400
|
+
top: 6px;
|
|
2395
2401
|
outline: none;
|
|
2396
2402
|
}
|
|
2397
2403
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
package/styles/fluent.css
CHANGED
|
@@ -745,6 +745,12 @@
|
|
|
745
745
|
display: inline;
|
|
746
746
|
font-size: 16px;
|
|
747
747
|
}
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
752
|
+
font-size: 16px;
|
|
753
|
+
}
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
750
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: 400;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2391,7 +2397,7 @@
|
|
|
2391
2397
|
margin: 0 auto 10px;
|
|
2392
2398
|
padding: 0 18px;
|
|
2393
2399
|
position: relative;
|
|
2394
|
-
top:
|
|
2400
|
+
top: 6px;
|
|
2395
2401
|
outline: none;
|
|
2396
2402
|
}
|
|
2397
2403
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -752,6 +752,12 @@
|
|
|
752
752
|
display: inline;
|
|
753
753
|
font-size: 16px;
|
|
754
754
|
}
|
|
755
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
756
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
757
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
758
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
759
|
+
font-size: 16px;
|
|
760
|
+
}
|
|
755
761
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
756
762
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
757
763
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1939,7 +1945,7 @@
|
|
|
1939
1945
|
padding: 1px 0;
|
|
1940
1946
|
}
|
|
1941
1947
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1942
|
-
font-weight:
|
|
1948
|
+
font-weight: 400;
|
|
1943
1949
|
overflow: hidden;
|
|
1944
1950
|
text-overflow: ellipsis;
|
|
1945
1951
|
white-space: nowrap;
|
|
@@ -2375,7 +2381,7 @@
|
|
|
2375
2381
|
margin: 0 auto 10px;
|
|
2376
2382
|
padding: 0 18px;
|
|
2377
2383
|
position: relative;
|
|
2378
|
-
top:
|
|
2384
|
+
top: 6px;
|
|
2379
2385
|
}
|
|
2380
2386
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2381
2387
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/fluent2.css
CHANGED
|
@@ -752,6 +752,12 @@
|
|
|
752
752
|
display: inline;
|
|
753
753
|
font-size: 16px;
|
|
754
754
|
}
|
|
755
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
756
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
757
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
758
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
759
|
+
font-size: 16px;
|
|
760
|
+
}
|
|
755
761
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
756
762
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
757
763
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1939,7 +1945,7 @@
|
|
|
1939
1945
|
padding: 1px 0;
|
|
1940
1946
|
}
|
|
1941
1947
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1942
|
-
font-weight:
|
|
1948
|
+
font-weight: 400;
|
|
1943
1949
|
overflow: hidden;
|
|
1944
1950
|
text-overflow: ellipsis;
|
|
1945
1951
|
white-space: nowrap;
|
|
@@ -2375,7 +2381,7 @@
|
|
|
2375
2381
|
margin: 0 auto 10px;
|
|
2376
2382
|
padding: 0 18px;
|
|
2377
2383
|
position: relative;
|
|
2378
|
-
top:
|
|
2384
|
+
top: 6px;
|
|
2379
2385
|
}
|
|
2380
2386
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2381
2387
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -726,6 +726,12 @@
|
|
|
726
726
|
display: inline;
|
|
727
727
|
font-size: 14px;
|
|
728
728
|
}
|
|
729
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
730
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
731
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
732
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
733
|
+
font-size: 14px;
|
|
734
|
+
}
|
|
729
735
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
730
736
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
731
737
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1912,7 +1918,7 @@
|
|
|
1912
1918
|
padding: 1px 0;
|
|
1913
1919
|
}
|
|
1914
1920
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1915
|
-
font-weight:
|
|
1921
|
+
font-weight: normal;
|
|
1916
1922
|
overflow: hidden;
|
|
1917
1923
|
text-overflow: ellipsis;
|
|
1918
1924
|
white-space: nowrap;
|
|
@@ -2347,7 +2353,7 @@
|
|
|
2347
2353
|
margin: 0 auto 10px;
|
|
2348
2354
|
padding: 0 18px;
|
|
2349
2355
|
position: relative;
|
|
2350
|
-
top:
|
|
2356
|
+
top: 6px;
|
|
2351
2357
|
}
|
|
2352
2358
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2353
2359
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -726,6 +726,12 @@
|
|
|
726
726
|
display: inline;
|
|
727
727
|
font-size: 14px;
|
|
728
728
|
}
|
|
729
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
730
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
731
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
732
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
733
|
+
font-size: 14px;
|
|
734
|
+
}
|
|
729
735
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
730
736
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
731
737
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1912,7 +1918,7 @@
|
|
|
1912
1918
|
padding: 1px 0;
|
|
1913
1919
|
}
|
|
1914
1920
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1915
|
-
font-weight:
|
|
1921
|
+
font-weight: normal;
|
|
1916
1922
|
overflow: hidden;
|
|
1917
1923
|
text-overflow: ellipsis;
|
|
1918
1924
|
white-space: nowrap;
|
|
@@ -2347,7 +2353,7 @@
|
|
|
2347
2353
|
margin: 0 auto 10px;
|
|
2348
2354
|
padding: 0 18px;
|
|
2349
2355
|
position: relative;
|
|
2350
|
-
top:
|
|
2356
|
+
top: 6px;
|
|
2351
2357
|
}
|
|
2352
2358
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2353
2359
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
padding: 1px 0;
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1933
|
-
font-weight:
|
|
1939
|
+
font-weight: normal;
|
|
1934
1940
|
overflow: hidden;
|
|
1935
1941
|
text-overflow: ellipsis;
|
|
1936
1942
|
white-space: nowrap;
|
|
@@ -2365,7 +2371,7 @@
|
|
|
2365
2371
|
margin: 0 auto 10px;
|
|
2366
2372
|
padding: 0 18px;
|
|
2367
2373
|
position: relative;
|
|
2368
|
-
top:
|
|
2374
|
+
top: 6px;
|
|
2369
2375
|
}
|
|
2370
2376
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2371
2377
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/highcontrast.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
padding: 1px 0;
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1933
|
-
font-weight:
|
|
1939
|
+
font-weight: normal;
|
|
1934
1940
|
overflow: hidden;
|
|
1935
1941
|
text-overflow: ellipsis;
|
|
1936
1942
|
white-space: nowrap;
|
|
@@ -2365,7 +2371,7 @@
|
|
|
2365
2371
|
margin: 0 auto 10px;
|
|
2366
2372
|
padding: 0 18px;
|
|
2367
2373
|
position: relative;
|
|
2368
|
-
top:
|
|
2374
|
+
top: 6px;
|
|
2369
2375
|
}
|
|
2370
2376
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2371
2377
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: normal;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2370,7 +2376,7 @@
|
|
|
2370
2376
|
margin: 0 auto 10px;
|
|
2371
2377
|
padding: 0 18px;
|
|
2372
2378
|
position: relative;
|
|
2373
|
-
top:
|
|
2379
|
+
top: 6px;
|
|
2374
2380
|
}
|
|
2375
2381
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2376
2382
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/material-dark.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: normal;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2370,7 +2376,7 @@
|
|
|
2370
2376
|
margin: 0 auto 10px;
|
|
2371
2377
|
padding: 0 18px;
|
|
2372
2378
|
position: relative;
|
|
2373
|
-
top:
|
|
2379
|
+
top: 6px;
|
|
2374
2380
|
}
|
|
2375
2381
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2376
2382
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/material-lite.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: normal;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2370,7 +2376,7 @@
|
|
|
2370
2376
|
margin: 0 auto 10px;
|
|
2371
2377
|
padding: 0 18px;
|
|
2372
2378
|
position: relative;
|
|
2373
|
-
top:
|
|
2379
|
+
top: 6px;
|
|
2374
2380
|
}
|
|
2375
2381
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2376
2382
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
package/styles/material.css
CHANGED
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 14px;
|
|
746
746
|
}
|
|
747
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
748
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
751
|
+
font-size: 14px;
|
|
752
|
+
}
|
|
747
753
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
748
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1935,7 +1941,7 @@
|
|
|
1935
1941
|
padding: 1px 0;
|
|
1936
1942
|
}
|
|
1937
1943
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1938
|
-
font-weight:
|
|
1944
|
+
font-weight: normal;
|
|
1939
1945
|
overflow: hidden;
|
|
1940
1946
|
text-overflow: ellipsis;
|
|
1941
1947
|
white-space: nowrap;
|
|
@@ -2370,7 +2376,7 @@
|
|
|
2370
2376
|
margin: 0 auto 10px;
|
|
2371
2377
|
padding: 0 18px;
|
|
2372
2378
|
position: relative;
|
|
2373
|
-
top:
|
|
2379
|
+
top: 6px;
|
|
2374
2380
|
}
|
|
2375
2381
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2376
2382
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -746,6 +746,12 @@
|
|
|
746
746
|
display: inline;
|
|
747
747
|
font-size: 18px;
|
|
748
748
|
}
|
|
749
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
750
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
751
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
752
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
753
|
+
font-size: 18px;
|
|
754
|
+
}
|
|
749
755
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
750
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
751
757
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1932,7 +1938,7 @@
|
|
|
1932
1938
|
padding: 1px 0;
|
|
1933
1939
|
}
|
|
1934
1940
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1935
|
-
font-weight:
|
|
1941
|
+
font-weight: 400;
|
|
1936
1942
|
overflow: hidden;
|
|
1937
1943
|
text-overflow: ellipsis;
|
|
1938
1944
|
white-space: nowrap;
|
|
@@ -2367,7 +2373,7 @@
|
|
|
2367
2373
|
margin: 0 auto 10px;
|
|
2368
2374
|
padding: 0 18px;
|
|
2369
2375
|
position: relative;
|
|
2370
|
-
top:
|
|
2376
|
+
top: 6px;
|
|
2371
2377
|
}
|
|
2372
2378
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2373
2379
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|