@syncfusion/ej2-richtexteditor 29.2.4-795127 → 29.2.4-822566
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.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +79 -2
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +80 -2
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/base/constant.js +1 -1
- package/src/global.d.ts +1 -0
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +78 -2
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -0
- package/styles/bds-lite.css +397 -3
- package/styles/bds.css +397 -3
- package/styles/bootstrap-dark-lite.css +398 -0
- package/styles/bootstrap-dark.css +398 -0
- package/styles/bootstrap-lite.css +398 -0
- package/styles/bootstrap.css +398 -0
- package/styles/bootstrap4-lite.css +387 -0
- package/styles/bootstrap4.css +387 -0
- package/styles/bootstrap5-dark-lite.css +394 -0
- package/styles/bootstrap5-dark.css +394 -0
- package/styles/bootstrap5-lite.css +387 -0
- package/styles/bootstrap5.3-lite.css +388 -1
- package/styles/bootstrap5.3.css +388 -1
- package/styles/bootstrap5.css +387 -0
- package/styles/fabric-dark-lite.css +394 -0
- package/styles/fabric-dark.css +394 -0
- package/styles/fabric-lite.css +394 -0
- package/styles/fabric.css +394 -0
- package/styles/fluent-dark-lite.css +394 -0
- package/styles/fluent-dark.css +394 -0
- package/styles/fluent-lite.css +394 -0
- package/styles/fluent.css +394 -0
- package/styles/fluent2-lite.css +394 -0
- package/styles/fluent2.css +394 -0
- package/styles/highcontrast-light-lite.css +394 -0
- package/styles/highcontrast-light.css +394 -0
- package/styles/highcontrast-lite.css +394 -0
- package/styles/highcontrast.css +394 -0
- package/styles/material-dark-lite.css +394 -0
- package/styles/material-dark.css +394 -0
- package/styles/material-lite.css +394 -0
- package/styles/material.css +394 -0
- package/styles/material3-dark-lite.css +394 -19
- package/styles/material3-dark.css +394 -19
- package/styles/material3-lite.css +394 -19
- package/styles/material3.css +394 -19
- package/styles/rich-text-editor/_bds-definition.scss +13 -9
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap4-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +12 -8
- package/styles/rich-text-editor/_fabric-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_fabric-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent2-definition.scss +11 -7
- package/styles/rich-text-editor/_fusionnew-definition.scss +11 -7
- package/styles/rich-text-editor/_highcontrast-definition.scss +11 -7
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +11 -7
- package/styles/rich-text-editor/_layout.scss +351 -7
- package/styles/rich-text-editor/_material-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_material-definition.scss +11 -7
- package/styles/rich-text-editor/_material3-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_material3-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind3-definition.scss +11 -7
- package/styles/rich-text-editor/_theme.scss +4 -0
- package/styles/rich-text-editor/bds.css +397 -3
- package/styles/rich-text-editor/bootstrap-dark.css +398 -0
- package/styles/rich-text-editor/bootstrap.css +398 -0
- package/styles/rich-text-editor/bootstrap4.css +387 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +394 -0
- package/styles/rich-text-editor/bootstrap5.3.css +388 -1
- package/styles/rich-text-editor/bootstrap5.css +387 -0
- package/styles/rich-text-editor/fabric-dark.css +394 -0
- package/styles/rich-text-editor/fabric.css +394 -0
- package/styles/rich-text-editor/fluent-dark.css +394 -0
- package/styles/rich-text-editor/fluent.css +394 -0
- package/styles/rich-text-editor/fluent2.css +394 -0
- package/styles/rich-text-editor/highcontrast-light.css +394 -0
- package/styles/rich-text-editor/highcontrast.css +394 -0
- package/styles/rich-text-editor/icons/_bds.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +12 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_fabric.scss +12 -0
- package/styles/rich-text-editor/icons/_fluent.scss +12 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +12 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +12 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +12 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_material.scss +12 -0
- package/styles/rich-text-editor/icons/_material3.scss +12 -0
- package/styles/rich-text-editor/icons/_tailwind.scss +12 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +12 -0
- package/styles/rich-text-editor/material-dark.css +394 -0
- package/styles/rich-text-editor/material.css +394 -0
- package/styles/rich-text-editor/material3-dark.css +394 -19
- package/styles/rich-text-editor/material3.css +394 -19
- package/styles/rich-text-editor/tailwind-dark.css +394 -0
- package/styles/rich-text-editor/tailwind.css +394 -0
- package/styles/rich-text-editor/tailwind3.css +394 -0
- package/styles/tailwind-dark-lite.css +394 -0
- package/styles/tailwind-dark.css +394 -0
- package/styles/tailwind-lite.css +394 -0
- package/styles/tailwind.css +394 -0
- package/styles/tailwind3-lite.css +394 -0
- package/styles/tailwind3.css +394 -0
|
@@ -220,6 +220,18 @@
|
|
|
220
220
|
.e-rte-dropdown-popup .e-justify-full::before {
|
|
221
221
|
content: "\e721";
|
|
222
222
|
}
|
|
223
|
+
.e-toolbar-wrapper .e-left-wrap::before,
|
|
224
|
+
.e-toolbar-container .e-left-wrap::before,
|
|
225
|
+
.e-rte-toolbar .e-left-wrap::before,
|
|
226
|
+
.e-rte-dropdown-popup .e-left-wrap::before {
|
|
227
|
+
content: "\e95b";
|
|
228
|
+
}
|
|
229
|
+
.e-toolbar-wrapper .e-right-wrap::before,
|
|
230
|
+
.e-toolbar-container .e-right-wrap::before,
|
|
231
|
+
.e-rte-toolbar .e-right-wrap::before,
|
|
232
|
+
.e-rte-dropdown-popup .e-right-wrap::before {
|
|
233
|
+
content: "\e95c";
|
|
234
|
+
}
|
|
223
235
|
.e-toolbar-wrapper .e-font-name::before,
|
|
224
236
|
.e-toolbar-container .e-font-name::before,
|
|
225
237
|
.e-rte-toolbar .e-font-name::before,
|
|
@@ -568,6 +580,12 @@
|
|
|
568
580
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
569
581
|
content: "\e954";
|
|
570
582
|
}
|
|
583
|
+
.e-toolbar-wrapper .e-table-editCell-properties::before,
|
|
584
|
+
.e-toolbar-container .e-table-editCell-properties::before,
|
|
585
|
+
.e-rte-toolbar .e-table-editCell-properties::before,
|
|
586
|
+
.e-rte-dropdown-popup .e-table-editCell-properties::before {
|
|
587
|
+
content: "\e95e";
|
|
588
|
+
}
|
|
571
589
|
.e-toolbar-wrapper .e-create-table::before,
|
|
572
590
|
.e-toolbar-container .e-create-table::before,
|
|
573
591
|
.e-rte-toolbar .e-create-table::before,
|
|
@@ -828,6 +846,69 @@
|
|
|
828
846
|
display: block;
|
|
829
847
|
font-size: 14px;
|
|
830
848
|
}
|
|
849
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper,
|
|
850
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper,
|
|
851
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper {
|
|
852
|
+
-webkit-user-select: none;
|
|
853
|
+
-moz-user-select: none;
|
|
854
|
+
-ms-user-select: none;
|
|
855
|
+
user-select: none;
|
|
856
|
+
position: absolute;
|
|
857
|
+
cursor: pointer;
|
|
858
|
+
}
|
|
859
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop,
|
|
860
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop,
|
|
861
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop {
|
|
862
|
+
display: -webkit-box;
|
|
863
|
+
display: -ms-flexbox;
|
|
864
|
+
display: flex;
|
|
865
|
+
-webkit-box-align: center;
|
|
866
|
+
-ms-flex-align: center;
|
|
867
|
+
align-items: center;
|
|
868
|
+
-webkit-box-pack: center;
|
|
869
|
+
-ms-flex-pack: center;
|
|
870
|
+
justify-content: center;
|
|
871
|
+
border-radius: 4px 0 0 4px;
|
|
872
|
+
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
874
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-rtl {
|
|
876
|
+
border-radius: 0 4px 4px 0;
|
|
877
|
+
}
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop:hover,
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop:hover,
|
|
880
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop:hover {
|
|
881
|
+
background: rgba(var(--color-sf-primary-container));
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-active {
|
|
886
|
+
background-color: rgba(var(--color-sf-primary));
|
|
887
|
+
color: rgba(var(--color-sf-on-primary));
|
|
888
|
+
}
|
|
889
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move,
|
|
890
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move,
|
|
891
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move {
|
|
892
|
+
border-radius: 50%;
|
|
893
|
+
}
|
|
894
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move:hover,
|
|
895
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move:hover,
|
|
896
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move:hover {
|
|
897
|
+
background: rgba(var(--color-sf-primary-container));
|
|
898
|
+
}
|
|
899
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move.e-active,
|
|
900
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move.e-active,
|
|
901
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move.e-active {
|
|
902
|
+
background-color: rgba(var(--color-sf-primary));
|
|
903
|
+
color: rgba(var(--color-sf-on-primary));
|
|
904
|
+
}
|
|
905
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop {
|
|
906
|
+
border-radius: 4px 4px 0 0;
|
|
907
|
+
}
|
|
908
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop::before {
|
|
909
|
+
-webkit-transform: rotate(90deg);
|
|
910
|
+
transform: rotate(90deg);
|
|
911
|
+
}
|
|
831
912
|
.e-richtexteditor .e-source-content {
|
|
832
913
|
display: none;
|
|
833
914
|
}
|
|
@@ -1554,6 +1635,30 @@
|
|
|
1554
1635
|
top: unset;
|
|
1555
1636
|
}
|
|
1556
1637
|
|
|
1638
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before, .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1639
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1640
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1641
|
+
display: block;
|
|
1642
|
+
font-family: "e-icons";
|
|
1643
|
+
font-weight: 400;
|
|
1644
|
+
line-height: 1;
|
|
1645
|
+
text-transform: none;
|
|
1646
|
+
}
|
|
1647
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
|
|
1648
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
|
|
1649
|
+
background: none;
|
|
1650
|
+
display: block;
|
|
1651
|
+
margin-top: 3px;
|
|
1652
|
+
width: 100%;
|
|
1653
|
+
height: auto;
|
|
1654
|
+
}
|
|
1655
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview,
|
|
1656
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview {
|
|
1657
|
+
height: 3px;
|
|
1658
|
+
bottom: 0;
|
|
1659
|
+
top: unset;
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1557
1662
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1558
1663
|
font-family: var(--e-font-family);
|
|
1559
1664
|
}
|
|
@@ -1711,6 +1816,8 @@
|
|
|
1711
1816
|
}
|
|
1712
1817
|
|
|
1713
1818
|
.e-rte-image.e-imginline,
|
|
1819
|
+
.e-rte-image.e-img-inline,
|
|
1820
|
+
.e-img-caption-container.e-img-inline,
|
|
1714
1821
|
.e-rte-audio.e-audio-inline,
|
|
1715
1822
|
.e-rte-video.e-video-inline {
|
|
1716
1823
|
margin-left: 5px;
|
|
@@ -1723,6 +1830,10 @@
|
|
|
1723
1830
|
}
|
|
1724
1831
|
|
|
1725
1832
|
.e-rte-image.e-imgcenter,
|
|
1833
|
+
.e-rte-image.e-img-center,
|
|
1834
|
+
.e-rte-image.e-img-break,
|
|
1835
|
+
.e-img-caption-container.e-img-center,
|
|
1836
|
+
.e-img-caption-container.e-img-break,
|
|
1726
1837
|
.e-rte-video.e-video-center {
|
|
1727
1838
|
cursor: pointer;
|
|
1728
1839
|
display: block;
|
|
@@ -1887,6 +1998,12 @@
|
|
|
1887
1998
|
color: rgba(var(--color-sf-primary));
|
|
1888
1999
|
}
|
|
1889
2000
|
|
|
2001
|
+
.e-rte-table-resize .e-circle::before,
|
|
2002
|
+
.e-rte-table-resize .e-circle-add::before {
|
|
2003
|
+
background-color: rgba(var(--color-sf-surface));
|
|
2004
|
+
border-radius: 50%;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
1890
2007
|
.e-rte-table-resize.e-tb-col-insert {
|
|
1891
2008
|
width: 26px;
|
|
1892
2009
|
height: 22px;
|
|
@@ -1907,6 +2024,7 @@
|
|
|
1907
2024
|
line-height: 16px;
|
|
1908
2025
|
border: 1px;
|
|
1909
2026
|
position: absolute;
|
|
2027
|
+
z-index: 2;
|
|
1910
2028
|
}
|
|
1911
2029
|
|
|
1912
2030
|
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
@@ -1929,6 +2047,7 @@
|
|
|
1929
2047
|
line-height: 8px;
|
|
1930
2048
|
border: 1px;
|
|
1931
2049
|
position: absolute;
|
|
2050
|
+
z-index: 2;
|
|
1932
2051
|
}
|
|
1933
2052
|
|
|
1934
2053
|
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
@@ -1962,6 +2081,63 @@
|
|
|
1962
2081
|
height: 1px;
|
|
1963
2082
|
}
|
|
1964
2083
|
|
|
2084
|
+
.e-rte-image.e-img-left-wrap,
|
|
2085
|
+
.e-img-caption-container.e-img-left-wrap {
|
|
2086
|
+
float: left;
|
|
2087
|
+
margin: 5px 5px 5px 0;
|
|
2088
|
+
}
|
|
2089
|
+
.e-rte-image.e-img-right-wrap,
|
|
2090
|
+
.e-img-caption-container.e-img-right-wrap {
|
|
2091
|
+
float: right;
|
|
2092
|
+
margin: 5px 0 5px 5px;
|
|
2093
|
+
}
|
|
2094
|
+
.e-rte-image.e-img-left, .e-rte-image.e-img-right,
|
|
2095
|
+
.e-img-caption-container.e-img-left,
|
|
2096
|
+
.e-img-caption-container.e-img-right {
|
|
2097
|
+
margin-top: 5px;
|
|
2098
|
+
margin-bottom: 5px;
|
|
2099
|
+
}
|
|
2100
|
+
.e-rte-image.e-img-right,
|
|
2101
|
+
.e-img-caption-container.e-img-right {
|
|
2102
|
+
margin-right: 0;
|
|
2103
|
+
margin-left: auto;
|
|
2104
|
+
}
|
|
2105
|
+
.e-rte-image.e-img-left,
|
|
2106
|
+
.e-img-caption-container.e-img-left {
|
|
2107
|
+
margin-left: 0;
|
|
2108
|
+
margin-right: auto;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.e-img-caption-container {
|
|
2112
|
+
max-width: 100%;
|
|
2113
|
+
position: relative;
|
|
2114
|
+
}
|
|
2115
|
+
.e-img-caption-container.e-img-left-wrap, .e-img-caption-container.e-img-right-wrap {
|
|
2116
|
+
display: inline-block;
|
|
2117
|
+
}
|
|
2118
|
+
.e-img-caption-container.e-img-left, .e-img-caption-container.e-img-right {
|
|
2119
|
+
display: block;
|
|
2120
|
+
}
|
|
2121
|
+
.e-img-caption-container .e-img-caption-text {
|
|
2122
|
+
-webkit-box-sizing: border-box;
|
|
2123
|
+
box-sizing: border-box;
|
|
2124
|
+
display: block;
|
|
2125
|
+
font-size: 16px;
|
|
2126
|
+
font-weight: 400;
|
|
2127
|
+
margin: auto;
|
|
2128
|
+
opacity: 0.9;
|
|
2129
|
+
position: relative;
|
|
2130
|
+
text-align: center;
|
|
2131
|
+
width: 100%;
|
|
2132
|
+
}
|
|
2133
|
+
.e-img-caption-container.e-img-left-wrap .e-img-wrap img, .e-img-caption-container.e-img-right-wrap .e-img-wrap img, .e-img-caption-container.e-img-left .e-img-wrap img, .e-img-caption-container.e-img-right .e-img-wrap img, .e-img-caption-container.e-img-center .e-img-wrap img, .e-img-caption-container.e-img-break .e-img-wrap img {
|
|
2134
|
+
margin-bottom: 0;
|
|
2135
|
+
}
|
|
2136
|
+
.e-img-caption-container.e-img-center, .e-img-caption-container.e-img-break {
|
|
2137
|
+
margin-left: auto;
|
|
2138
|
+
margin-right: auto;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
1965
2141
|
.e-richtexteditor .e-linkheader,
|
|
1966
2142
|
.e-richtexteditor .e-audioheader,
|
|
1967
2143
|
.e-richtexteditor .e-videoheader,
|
|
@@ -2244,6 +2420,114 @@
|
|
|
2244
2420
|
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
2245
2421
|
opacity: 0.75;
|
|
2246
2422
|
}
|
|
2423
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row,
|
|
2424
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row {
|
|
2425
|
+
display: -webkit-box;
|
|
2426
|
+
display: -ms-flexbox;
|
|
2427
|
+
display: flex;
|
|
2428
|
+
gap: 16px;
|
|
2429
|
+
}
|
|
2430
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2431
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight,
|
|
2432
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2433
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight {
|
|
2434
|
+
width: 50%;
|
|
2435
|
+
}
|
|
2436
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2437
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor,
|
|
2438
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2439
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor {
|
|
2440
|
+
width: 50%;
|
|
2441
|
+
}
|
|
2442
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex,
|
|
2443
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex {
|
|
2444
|
+
display: -webkit-box;
|
|
2445
|
+
display: -ms-flexbox;
|
|
2446
|
+
display: flex;
|
|
2447
|
+
-webkit-box-pack: justify;
|
|
2448
|
+
-ms-flex-pack: justify;
|
|
2449
|
+
justify-content: space-between;
|
|
2450
|
+
}
|
|
2451
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2452
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button,
|
|
2453
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2454
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button {
|
|
2455
|
+
padding: 2px 8px;
|
|
2456
|
+
margin-top: 2px;
|
|
2457
|
+
}
|
|
2458
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2459
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text,
|
|
2460
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2461
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text {
|
|
2462
|
+
display: inline-block;
|
|
2463
|
+
width: 18px;
|
|
2464
|
+
white-space: nowrap;
|
|
2465
|
+
overflow: hidden;
|
|
2466
|
+
text-overflow: ellipsis;
|
|
2467
|
+
}
|
|
2468
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container,
|
|
2469
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container {
|
|
2470
|
+
display: -webkit-box;
|
|
2471
|
+
display: -ms-flexbox;
|
|
2472
|
+
display: flex;
|
|
2473
|
+
gap: 24px;
|
|
2474
|
+
}
|
|
2475
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2476
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align,
|
|
2477
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2478
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align {
|
|
2479
|
+
margin-top: 8px;
|
|
2480
|
+
width: 50%;
|
|
2481
|
+
}
|
|
2482
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group,
|
|
2483
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group {
|
|
2484
|
+
margin-top: 4px;
|
|
2485
|
+
}
|
|
2486
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn,
|
|
2487
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn {
|
|
2488
|
+
width: auto;
|
|
2489
|
+
height: auto;
|
|
2490
|
+
padding: 12px;
|
|
2491
|
+
font-size: 14px;
|
|
2492
|
+
}
|
|
2493
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
2494
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
2495
|
+
display: -webkit-box;
|
|
2496
|
+
display: -ms-flexbox;
|
|
2497
|
+
display: flex;
|
|
2498
|
+
-webkit-box-pack: justify;
|
|
2499
|
+
-ms-flex-pack: justify;
|
|
2500
|
+
justify-content: space-between;
|
|
2501
|
+
}
|
|
2502
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2503
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2504
|
+
width: 37%;
|
|
2505
|
+
}
|
|
2506
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2507
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2508
|
+
width: 47px;
|
|
2509
|
+
}
|
|
2510
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-element,
|
|
2511
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-element {
|
|
2512
|
+
margin-top: 12px;
|
|
2513
|
+
}
|
|
2514
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field,
|
|
2515
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field {
|
|
2516
|
+
margin-top: 4px;
|
|
2517
|
+
}
|
|
2518
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text,
|
|
2519
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text {
|
|
2520
|
+
font-weight: 400;
|
|
2521
|
+
}
|
|
2522
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel,
|
|
2523
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel {
|
|
2524
|
+
font-weight: 600;
|
|
2525
|
+
font-style: semi-bold;
|
|
2526
|
+
}
|
|
2527
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-caret,
|
|
2528
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-caret {
|
|
2529
|
+
opacity: 0.75;
|
|
2530
|
+
}
|
|
2247
2531
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
2248
2532
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
2249
2533
|
border: none;
|
|
@@ -2917,7 +3201,6 @@
|
|
|
2917
3201
|
}
|
|
2918
3202
|
|
|
2919
3203
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
|
|
2920
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
2921
3204
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
2922
3205
|
}
|
|
2923
3206
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
@@ -3045,6 +3328,112 @@
|
|
|
3045
3328
|
line-height: 2px;
|
|
3046
3329
|
}
|
|
3047
3330
|
|
|
3331
|
+
.e-smartrichtexteditor .e-rte-ai-selected-text {
|
|
3332
|
+
color: rgb(255, 255, 255);
|
|
3333
|
+
background: rgb(51, 103, 209);
|
|
3334
|
+
}
|
|
3335
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog {
|
|
3336
|
+
border: 0;
|
|
3337
|
+
}
|
|
3338
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content {
|
|
3339
|
+
min-height: 100px;
|
|
3340
|
+
overflow: hidden;
|
|
3341
|
+
display: -webkit-box !important;
|
|
3342
|
+
display: -ms-flexbox !important;
|
|
3343
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
3344
|
+
-webkit-box-orient: vertical;
|
|
3345
|
+
-webkit-box-direction: normal;
|
|
3346
|
+
-ms-flex-direction: column;
|
|
3347
|
+
flex-direction: column;
|
|
3348
|
+
padding: 0;
|
|
3349
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3350
|
+
}
|
|
3351
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-rte-ai-assit-content-container {
|
|
3352
|
+
-webkit-box-flex: 1;
|
|
3353
|
+
-ms-flex: 1 1 auto;
|
|
3354
|
+
flex: 1 1 auto;
|
|
3355
|
+
display: -webkit-box;
|
|
3356
|
+
display: -ms-flexbox;
|
|
3357
|
+
display: flex;
|
|
3358
|
+
-webkit-box-orient: vertical;
|
|
3359
|
+
-webkit-box-direction: normal;
|
|
3360
|
+
-ms-flex-direction: column;
|
|
3361
|
+
flex-direction: column;
|
|
3362
|
+
min-height: 0;
|
|
3363
|
+
width: 100%;
|
|
3364
|
+
}
|
|
3365
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview {
|
|
3366
|
+
-webkit-box-flex: 1;
|
|
3367
|
+
-ms-flex: 1 1 auto;
|
|
3368
|
+
flex: 1 1 auto;
|
|
3369
|
+
display: -webkit-box;
|
|
3370
|
+
display: -ms-flexbox;
|
|
3371
|
+
display: flex;
|
|
3372
|
+
-webkit-box-orient: vertical;
|
|
3373
|
+
-webkit-box-direction: normal;
|
|
3374
|
+
-ms-flex-direction: column;
|
|
3375
|
+
flex-direction: column;
|
|
3376
|
+
min-height: 0;
|
|
3377
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
3378
|
+
}
|
|
3379
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-header {
|
|
3380
|
+
-webkit-box-flex: 0;
|
|
3381
|
+
-ms-flex: 0 0 auto;
|
|
3382
|
+
flex: 0 0 auto;
|
|
3383
|
+
}
|
|
3384
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-content {
|
|
3385
|
+
-webkit-box-flex: 1;
|
|
3386
|
+
-ms-flex: 1 1 auto;
|
|
3387
|
+
flex: 1 1 auto;
|
|
3388
|
+
overflow-y: auto;
|
|
3389
|
+
overflow-x: hidden;
|
|
3390
|
+
min-height: 0;
|
|
3391
|
+
}
|
|
3392
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-container {
|
|
3393
|
+
margin: auto;
|
|
3394
|
+
}
|
|
3395
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content {
|
|
3396
|
+
display: -webkit-box;
|
|
3397
|
+
display: -ms-flexbox;
|
|
3398
|
+
display: flex;
|
|
3399
|
+
-webkit-box-orient: vertical;
|
|
3400
|
+
-webkit-box-direction: normal;
|
|
3401
|
+
-ms-flex-direction: column;
|
|
3402
|
+
flex-direction: column;
|
|
3403
|
+
-webkit-box-pack: center;
|
|
3404
|
+
-ms-flex-pack: center;
|
|
3405
|
+
justify-content: center;
|
|
3406
|
+
height: 230px;
|
|
3407
|
+
text-align: center;
|
|
3408
|
+
}
|
|
3409
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
3410
|
+
font-size: 35px;
|
|
3411
|
+
}
|
|
3412
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-footer {
|
|
3413
|
+
width: 85%;
|
|
3414
|
+
}
|
|
3415
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3416
|
+
border: 1px solid transparent;
|
|
3417
|
+
background-color: transparent;
|
|
3418
|
+
background: transparent;
|
|
3419
|
+
-webkit-box-shadow: none;
|
|
3420
|
+
box-shadow: none;
|
|
3421
|
+
}
|
|
3422
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-overlay {
|
|
3423
|
+
background-color: rgb(250, 250, 250);
|
|
3424
|
+
opacity: 0.6;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
.e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
|
|
3428
|
+
overflow: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
3429
|
+
}
|
|
3430
|
+
|
|
3431
|
+
.e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
|
|
3432
|
+
visibility: hidden;
|
|
3433
|
+
max-height: 200px;
|
|
3434
|
+
overflow-y: auto;
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3048
3437
|
|
|
3049
3438
|
|
|
3050
3439
|
|
|
@@ -3176,7 +3565,6 @@ iframe.e-rte-content {
|
|
|
3176
3565
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
3177
3566
|
}
|
|
3178
3567
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
3179
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3180
3568
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3181
3569
|
}
|
|
3182
3570
|
.e-richtexteditor img.e-img-focus::-moz-selection, .e-richtexteditor audio.e-audio-focus::-moz-selection, .e-richtexteditor .e-video-focus::-moz-selection {
|
|
@@ -3233,20 +3621,16 @@ iframe.e-rte-content {
|
|
|
3233
3621
|
box-shadow: none;
|
|
3234
3622
|
}
|
|
3235
3623
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
|
|
3236
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3237
3624
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3238
3625
|
}
|
|
3239
3626
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
3240
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3241
3627
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3242
3628
|
}
|
|
3243
3629
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-overlay {
|
|
3244
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3245
3630
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3246
3631
|
}
|
|
3247
3632
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-active) .e-tbar-btn:not(.e-active):not(:hover):not(:focus):not(:active),
|
|
3248
3633
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-active) .e-rte-dropdown-menu:not(.e-active):not(:hover):not(:focus):not(:active) {
|
|
3249
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3250
3634
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3251
3635
|
}
|
|
3252
3636
|
|
|
@@ -3254,11 +3638,9 @@ iframe.e-rte-content {
|
|
|
3254
3638
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
3255
3639
|
}
|
|
3256
3640
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:focus {
|
|
3257
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
|
|
3258
3641
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
3259
3642
|
}
|
|
3260
3643
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:active {
|
|
3261
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
|
|
3262
3644
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
3263
3645
|
}
|
|
3264
3646
|
|
|
@@ -3274,7 +3656,6 @@ iframe.e-rte-content {
|
|
|
3274
3656
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
3275
3657
|
}
|
|
3276
3658
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
|
|
3277
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3278
3659
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3279
3660
|
border: 1px solid transparent;
|
|
3280
3661
|
}
|
|
@@ -3288,7 +3669,6 @@ iframe.e-rte-content {
|
|
|
3288
3669
|
}
|
|
3289
3670
|
|
|
3290
3671
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3291
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3292
3672
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3293
3673
|
border: 1px solid transparent;
|
|
3294
3674
|
}
|
|
@@ -3402,7 +3782,6 @@ iframe.e-rte-content {
|
|
|
3402
3782
|
}
|
|
3403
3783
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
3404
3784
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover {
|
|
3405
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
|
|
3406
3785
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
|
|
3407
3786
|
}
|
|
3408
3787
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-rte-dropdown,
|
|
@@ -3477,12 +3856,10 @@ iframe.e-rte-content {
|
|
|
3477
3856
|
}
|
|
3478
3857
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active,
|
|
3479
3858
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active {
|
|
3480
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
|
|
3481
3859
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
3482
3860
|
}
|
|
3483
3861
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn,
|
|
3484
3862
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn {
|
|
3485
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
|
|
3486
3863
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
|
|
3487
3864
|
}
|
|
3488
3865
|
|
|
@@ -3600,7 +3977,6 @@ span.e-rte-videoboxmark {
|
|
|
3600
3977
|
}
|
|
3601
3978
|
|
|
3602
3979
|
.e-dropdown-popup ul .e-item.e-active {
|
|
3603
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
|
|
3604
3980
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
3605
3981
|
color: rgba(var(--color-sf-on-surface));
|
|
3606
3982
|
}
|
|
@@ -3654,12 +4030,10 @@ span.e-rte-videoboxmark {
|
|
|
3654
4030
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n),
|
|
3655
4031
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n) > td,
|
|
3656
4032
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n) > th {
|
|
3657
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
3658
4033
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
3659
4034
|
}
|
|
3660
4035
|
|
|
3661
4036
|
.e-rte-table th {
|
|
3662
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
3663
4037
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3664
4038
|
}
|
|
3665
4039
|
|
|
@@ -3686,8 +4060,11 @@ span.e-table-box.e-rbox-select {
|
|
|
3686
4060
|
background: rgba(var(--color-sf-surface));
|
|
3687
4061
|
}
|
|
3688
4062
|
|
|
4063
|
+
.e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
|
|
4064
|
+
background: rgba(var(--color-sf-surface));
|
|
4065
|
+
}
|
|
4066
|
+
|
|
3689
4067
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3690
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
3691
4068
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
3692
4069
|
-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
3693
4070
|
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
@@ -3697,11 +4074,9 @@ span.e-table-box.e-rbox-select {
|
|
|
3697
4074
|
background: transparent;
|
|
3698
4075
|
}
|
|
3699
4076
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn.e-selected {
|
|
3700
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08)));
|
|
3701
4077
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
3702
4078
|
}
|
|
3703
4079
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
3704
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08)));
|
|
3705
4080
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
3706
4081
|
}
|
|
3707
4082
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar {
|