@syncfusion/ej2-richtexteditor 28.1.33 → 28.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/dist/ej2-richtexteditor.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +24 -7
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +24 -7
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/editor-manager/plugin/inserthtml.js +15 -4
- package/src/rich-text-editor/renderer/toolbar-renderer.js +9 -3
- 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
|
@@ -765,6 +765,12 @@
|
|
|
765
765
|
display: inline;
|
|
766
766
|
font-size: 20px;
|
|
767
767
|
}
|
|
768
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
769
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
770
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
771
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
772
|
+
font-size: 20px;
|
|
773
|
+
}
|
|
768
774
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
769
775
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
770
776
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1951,7 +1957,7 @@
|
|
|
1951
1957
|
padding: 1px 0;
|
|
1952
1958
|
}
|
|
1953
1959
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1954
|
-
font-weight:
|
|
1960
|
+
font-weight: normal;
|
|
1955
1961
|
overflow: hidden;
|
|
1956
1962
|
text-overflow: ellipsis;
|
|
1957
1963
|
white-space: nowrap;
|
|
@@ -2386,7 +2392,7 @@
|
|
|
2386
2392
|
margin: 0 auto 10px;
|
|
2387
2393
|
padding: 0 18px;
|
|
2388
2394
|
position: relative;
|
|
2389
|
-
top:
|
|
2395
|
+
top: 6px;
|
|
2390
2396
|
}
|
|
2391
2397
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2392
2398
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -755,6 +755,12 @@
|
|
|
755
755
|
display: inline;
|
|
756
756
|
font-size: 14px;
|
|
757
757
|
}
|
|
758
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
759
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
760
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
761
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
762
|
+
font-size: 14px;
|
|
763
|
+
}
|
|
758
764
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
759
765
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
760
766
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -1941,7 +1947,7 @@
|
|
|
1941
1947
|
padding: 0;
|
|
1942
1948
|
}
|
|
1943
1949
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
1944
|
-
font-weight:
|
|
1950
|
+
font-weight: normal;
|
|
1945
1951
|
overflow: hidden;
|
|
1946
1952
|
text-overflow: ellipsis;
|
|
1947
1953
|
white-space: nowrap;
|
|
@@ -2376,7 +2382,7 @@
|
|
|
2376
2382
|
margin: 0 auto 10px;
|
|
2377
2383
|
padding: 0 18px;
|
|
2378
2384
|
position: relative;
|
|
2379
|
-
top:
|
|
2385
|
+
top: 6px;
|
|
2380
2386
|
}
|
|
2381
2387
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2382
2388
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -896,6 +896,12 @@
|
|
|
896
896
|
display: inline;
|
|
897
897
|
font-size: 14px;
|
|
898
898
|
}
|
|
899
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
900
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
901
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
902
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
903
|
+
font-size: 14px;
|
|
904
|
+
}
|
|
899
905
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
900
906
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
901
907
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -2087,7 +2093,7 @@
|
|
|
2087
2093
|
padding: 0;
|
|
2088
2094
|
}
|
|
2089
2095
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
2090
|
-
font-weight:
|
|
2096
|
+
font-weight: normal;
|
|
2091
2097
|
overflow: hidden;
|
|
2092
2098
|
text-overflow: ellipsis;
|
|
2093
2099
|
white-space: nowrap;
|
|
@@ -2522,7 +2528,7 @@
|
|
|
2522
2528
|
margin: 0 auto 10px;
|
|
2523
2529
|
padding: 0 18px;
|
|
2524
2530
|
position: relative;
|
|
2525
|
-
top:
|
|
2531
|
+
top: 6px;
|
|
2526
2532
|
}
|
|
2527
2533
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2528
2534
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -991,6 +991,12 @@
|
|
|
991
991
|
display: inline;
|
|
992
992
|
font-size: 18px;
|
|
993
993
|
}
|
|
994
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
995
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
996
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-font-color.e-icons::before,
|
|
997
|
+
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-font-color.e-icons::before {
|
|
998
|
+
font-size: 18px;
|
|
999
|
+
}
|
|
994
1000
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
995
1001
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
996
1002
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
|
|
@@ -2177,7 +2183,7 @@
|
|
|
2177
2183
|
padding: 0;
|
|
2178
2184
|
}
|
|
2179
2185
|
.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
|
|
2180
|
-
font-weight:
|
|
2186
|
+
font-weight: normal;
|
|
2181
2187
|
overflow: hidden;
|
|
2182
2188
|
text-overflow: ellipsis;
|
|
2183
2189
|
white-space: nowrap;
|
|
@@ -2612,7 +2618,7 @@
|
|
|
2612
2618
|
margin: 0 auto 10px;
|
|
2613
2619
|
padding: 0 18px;
|
|
2614
2620
|
position: relative;
|
|
2615
|
-
top:
|
|
2621
|
+
top: 6px;
|
|
2616
2622
|
}
|
|
2617
2623
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2618
2624
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -748,6 +748,12 @@
|
|
|
748
748
|
display: inline;
|
|
749
749
|
font-size: 18px;
|
|
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: 18px;
|
|
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,
|
|
@@ -744,6 +744,12 @@
|
|
|
744
744
|
display: inline;
|
|
745
745
|
font-size: 20px;
|
|
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: 20px;
|
|
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: 20px;
|
|
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: 20px;
|
|
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,
|