@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
package/styles/material3.css
CHANGED
|
@@ -138,6 +138,18 @@
|
|
|
138
138
|
.e-rte-dropdown-popup .e-justify-full::before {
|
|
139
139
|
content: "\e721";
|
|
140
140
|
}
|
|
141
|
+
.e-toolbar-wrapper .e-left-wrap::before,
|
|
142
|
+
.e-toolbar-container .e-left-wrap::before,
|
|
143
|
+
.e-rte-toolbar .e-left-wrap::before,
|
|
144
|
+
.e-rte-dropdown-popup .e-left-wrap::before {
|
|
145
|
+
content: "\e95b";
|
|
146
|
+
}
|
|
147
|
+
.e-toolbar-wrapper .e-right-wrap::before,
|
|
148
|
+
.e-toolbar-container .e-right-wrap::before,
|
|
149
|
+
.e-rte-toolbar .e-right-wrap::before,
|
|
150
|
+
.e-rte-dropdown-popup .e-right-wrap::before {
|
|
151
|
+
content: "\e95c";
|
|
152
|
+
}
|
|
141
153
|
.e-toolbar-wrapper .e-font-name::before,
|
|
142
154
|
.e-toolbar-container .e-font-name::before,
|
|
143
155
|
.e-rte-toolbar .e-font-name::before,
|
|
@@ -486,6 +498,12 @@
|
|
|
486
498
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
487
499
|
content: "\e954";
|
|
488
500
|
}
|
|
501
|
+
.e-toolbar-wrapper .e-table-editCell-properties::before,
|
|
502
|
+
.e-toolbar-container .e-table-editCell-properties::before,
|
|
503
|
+
.e-rte-toolbar .e-table-editCell-properties::before,
|
|
504
|
+
.e-rte-dropdown-popup .e-table-editCell-properties::before {
|
|
505
|
+
content: "\e95e";
|
|
506
|
+
}
|
|
489
507
|
.e-toolbar-wrapper .e-create-table::before,
|
|
490
508
|
.e-toolbar-container .e-create-table::before,
|
|
491
509
|
.e-rte-toolbar .e-create-table::before,
|
|
@@ -748,6 +766,69 @@
|
|
|
748
766
|
display: block;
|
|
749
767
|
font-size: 14px;
|
|
750
768
|
}
|
|
769
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper,
|
|
770
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper,
|
|
771
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper {
|
|
772
|
+
-webkit-user-select: none;
|
|
773
|
+
-moz-user-select: none;
|
|
774
|
+
-ms-user-select: none;
|
|
775
|
+
user-select: none;
|
|
776
|
+
position: absolute;
|
|
777
|
+
cursor: pointer;
|
|
778
|
+
}
|
|
779
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop,
|
|
780
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop,
|
|
781
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop {
|
|
782
|
+
display: -webkit-box;
|
|
783
|
+
display: -ms-flexbox;
|
|
784
|
+
display: flex;
|
|
785
|
+
-webkit-box-align: center;
|
|
786
|
+
-ms-flex-align: center;
|
|
787
|
+
align-items: center;
|
|
788
|
+
-webkit-box-pack: center;
|
|
789
|
+
-ms-flex-pack: center;
|
|
790
|
+
justify-content: center;
|
|
791
|
+
border-radius: 4px 0 0 4px;
|
|
792
|
+
}
|
|
793
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
794
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
795
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-rtl {
|
|
796
|
+
border-radius: 0 4px 4px 0;
|
|
797
|
+
}
|
|
798
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop:hover,
|
|
799
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop:hover,
|
|
800
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop:hover {
|
|
801
|
+
background: rgba(var(--color-sf-primary-container));
|
|
802
|
+
}
|
|
803
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
804
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
805
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-active {
|
|
806
|
+
background-color: rgba(var(--color-sf-primary));
|
|
807
|
+
color: rgba(var(--color-sf-on-primary));
|
|
808
|
+
}
|
|
809
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move,
|
|
810
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move,
|
|
811
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move {
|
|
812
|
+
border-radius: 50%;
|
|
813
|
+
}
|
|
814
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move:hover,
|
|
815
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move:hover,
|
|
816
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move:hover {
|
|
817
|
+
background: rgba(var(--color-sf-primary-container));
|
|
818
|
+
}
|
|
819
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move.e-active,
|
|
820
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move.e-active,
|
|
821
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move.e-active {
|
|
822
|
+
background-color: rgba(var(--color-sf-primary));
|
|
823
|
+
color: rgba(var(--color-sf-on-primary));
|
|
824
|
+
}
|
|
825
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop {
|
|
826
|
+
border-radius: 4px 4px 0 0;
|
|
827
|
+
}
|
|
828
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop::before {
|
|
829
|
+
-webkit-transform: rotate(90deg);
|
|
830
|
+
transform: rotate(90deg);
|
|
831
|
+
}
|
|
751
832
|
.e-richtexteditor .e-source-content {
|
|
752
833
|
display: none;
|
|
753
834
|
}
|
|
@@ -1469,6 +1550,30 @@
|
|
|
1469
1550
|
top: unset;
|
|
1470
1551
|
}
|
|
1471
1552
|
|
|
1553
|
+
.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,
|
|
1554
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1555
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1556
|
+
display: block;
|
|
1557
|
+
font-family: "e-icons";
|
|
1558
|
+
font-weight: 400;
|
|
1559
|
+
line-height: 1;
|
|
1560
|
+
text-transform: none;
|
|
1561
|
+
}
|
|
1562
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
|
|
1563
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
|
|
1564
|
+
background: none;
|
|
1565
|
+
display: block;
|
|
1566
|
+
margin-top: 3px;
|
|
1567
|
+
width: 100%;
|
|
1568
|
+
height: auto;
|
|
1569
|
+
}
|
|
1570
|
+
.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,
|
|
1571
|
+
.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 {
|
|
1572
|
+
height: 3px;
|
|
1573
|
+
bottom: 0;
|
|
1574
|
+
top: unset;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1472
1577
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1473
1578
|
font-family: var(--e-font-family);
|
|
1474
1579
|
}
|
|
@@ -1626,6 +1731,8 @@
|
|
|
1626
1731
|
}
|
|
1627
1732
|
|
|
1628
1733
|
.e-rte-image.e-imginline,
|
|
1734
|
+
.e-rte-image.e-img-inline,
|
|
1735
|
+
.e-img-caption-container.e-img-inline,
|
|
1629
1736
|
.e-rte-audio.e-audio-inline,
|
|
1630
1737
|
.e-rte-video.e-video-inline {
|
|
1631
1738
|
margin-left: 5px;
|
|
@@ -1638,6 +1745,10 @@
|
|
|
1638
1745
|
}
|
|
1639
1746
|
|
|
1640
1747
|
.e-rte-image.e-imgcenter,
|
|
1748
|
+
.e-rte-image.e-img-center,
|
|
1749
|
+
.e-rte-image.e-img-break,
|
|
1750
|
+
.e-img-caption-container.e-img-center,
|
|
1751
|
+
.e-img-caption-container.e-img-break,
|
|
1641
1752
|
.e-rte-video.e-video-center {
|
|
1642
1753
|
cursor: pointer;
|
|
1643
1754
|
display: block;
|
|
@@ -1802,6 +1913,12 @@
|
|
|
1802
1913
|
color: rgba(var(--color-sf-primary));
|
|
1803
1914
|
}
|
|
1804
1915
|
|
|
1916
|
+
.e-rte-table-resize .e-circle::before,
|
|
1917
|
+
.e-rte-table-resize .e-circle-add::before {
|
|
1918
|
+
background-color: rgba(var(--color-sf-surface));
|
|
1919
|
+
border-radius: 50%;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1805
1922
|
.e-rte-table-resize.e-tb-col-insert {
|
|
1806
1923
|
width: 26px;
|
|
1807
1924
|
height: 22px;
|
|
@@ -1822,6 +1939,7 @@
|
|
|
1822
1939
|
line-height: 16px;
|
|
1823
1940
|
border: 1px;
|
|
1824
1941
|
position: absolute;
|
|
1942
|
+
z-index: 2;
|
|
1825
1943
|
}
|
|
1826
1944
|
|
|
1827
1945
|
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
@@ -1844,6 +1962,7 @@
|
|
|
1844
1962
|
line-height: 8px;
|
|
1845
1963
|
border: 1px;
|
|
1846
1964
|
position: absolute;
|
|
1965
|
+
z-index: 2;
|
|
1847
1966
|
}
|
|
1848
1967
|
|
|
1849
1968
|
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
@@ -1877,6 +1996,63 @@
|
|
|
1877
1996
|
height: 1px;
|
|
1878
1997
|
}
|
|
1879
1998
|
|
|
1999
|
+
.e-rte-image.e-img-left-wrap,
|
|
2000
|
+
.e-img-caption-container.e-img-left-wrap {
|
|
2001
|
+
float: left;
|
|
2002
|
+
margin: 5px 5px 5px 0;
|
|
2003
|
+
}
|
|
2004
|
+
.e-rte-image.e-img-right-wrap,
|
|
2005
|
+
.e-img-caption-container.e-img-right-wrap {
|
|
2006
|
+
float: right;
|
|
2007
|
+
margin: 5px 0 5px 5px;
|
|
2008
|
+
}
|
|
2009
|
+
.e-rte-image.e-img-left, .e-rte-image.e-img-right,
|
|
2010
|
+
.e-img-caption-container.e-img-left,
|
|
2011
|
+
.e-img-caption-container.e-img-right {
|
|
2012
|
+
margin-top: 5px;
|
|
2013
|
+
margin-bottom: 5px;
|
|
2014
|
+
}
|
|
2015
|
+
.e-rte-image.e-img-right,
|
|
2016
|
+
.e-img-caption-container.e-img-right {
|
|
2017
|
+
margin-right: 0;
|
|
2018
|
+
margin-left: auto;
|
|
2019
|
+
}
|
|
2020
|
+
.e-rte-image.e-img-left,
|
|
2021
|
+
.e-img-caption-container.e-img-left {
|
|
2022
|
+
margin-left: 0;
|
|
2023
|
+
margin-right: auto;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.e-img-caption-container {
|
|
2027
|
+
max-width: 100%;
|
|
2028
|
+
position: relative;
|
|
2029
|
+
}
|
|
2030
|
+
.e-img-caption-container.e-img-left-wrap, .e-img-caption-container.e-img-right-wrap {
|
|
2031
|
+
display: inline-block;
|
|
2032
|
+
}
|
|
2033
|
+
.e-img-caption-container.e-img-left, .e-img-caption-container.e-img-right {
|
|
2034
|
+
display: block;
|
|
2035
|
+
}
|
|
2036
|
+
.e-img-caption-container .e-img-caption-text {
|
|
2037
|
+
-webkit-box-sizing: border-box;
|
|
2038
|
+
box-sizing: border-box;
|
|
2039
|
+
display: block;
|
|
2040
|
+
font-size: 16px;
|
|
2041
|
+
font-weight: 400;
|
|
2042
|
+
margin: auto;
|
|
2043
|
+
opacity: 0.9;
|
|
2044
|
+
position: relative;
|
|
2045
|
+
text-align: center;
|
|
2046
|
+
width: 100%;
|
|
2047
|
+
}
|
|
2048
|
+
.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 {
|
|
2049
|
+
margin-bottom: 0;
|
|
2050
|
+
}
|
|
2051
|
+
.e-img-caption-container.e-img-center, .e-img-caption-container.e-img-break {
|
|
2052
|
+
margin-left: auto;
|
|
2053
|
+
margin-right: auto;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
1880
2056
|
.e-richtexteditor .e-linkheader,
|
|
1881
2057
|
.e-richtexteditor .e-audioheader,
|
|
1882
2058
|
.e-richtexteditor .e-videoheader,
|
|
@@ -2159,6 +2335,114 @@
|
|
|
2159
2335
|
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
2160
2336
|
opacity: 0.75;
|
|
2161
2337
|
}
|
|
2338
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row,
|
|
2339
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row {
|
|
2340
|
+
display: -webkit-box;
|
|
2341
|
+
display: -ms-flexbox;
|
|
2342
|
+
display: flex;
|
|
2343
|
+
gap: 16px;
|
|
2344
|
+
}
|
|
2345
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2346
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight,
|
|
2347
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2348
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight {
|
|
2349
|
+
width: 50%;
|
|
2350
|
+
}
|
|
2351
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2352
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor,
|
|
2353
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2354
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor {
|
|
2355
|
+
width: 50%;
|
|
2356
|
+
}
|
|
2357
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex,
|
|
2358
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex {
|
|
2359
|
+
display: -webkit-box;
|
|
2360
|
+
display: -ms-flexbox;
|
|
2361
|
+
display: flex;
|
|
2362
|
+
-webkit-box-pack: justify;
|
|
2363
|
+
-ms-flex-pack: justify;
|
|
2364
|
+
justify-content: space-between;
|
|
2365
|
+
}
|
|
2366
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2367
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button,
|
|
2368
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2369
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button {
|
|
2370
|
+
padding: 2px 8px;
|
|
2371
|
+
margin-top: 2px;
|
|
2372
|
+
}
|
|
2373
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2374
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text,
|
|
2375
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2376
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text {
|
|
2377
|
+
display: inline-block;
|
|
2378
|
+
width: 18px;
|
|
2379
|
+
white-space: nowrap;
|
|
2380
|
+
overflow: hidden;
|
|
2381
|
+
text-overflow: ellipsis;
|
|
2382
|
+
}
|
|
2383
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container,
|
|
2384
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container {
|
|
2385
|
+
display: -webkit-box;
|
|
2386
|
+
display: -ms-flexbox;
|
|
2387
|
+
display: flex;
|
|
2388
|
+
gap: 24px;
|
|
2389
|
+
}
|
|
2390
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2391
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align,
|
|
2392
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2393
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align {
|
|
2394
|
+
margin-top: 8px;
|
|
2395
|
+
width: 50%;
|
|
2396
|
+
}
|
|
2397
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group,
|
|
2398
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group {
|
|
2399
|
+
margin-top: 4px;
|
|
2400
|
+
}
|
|
2401
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn,
|
|
2402
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn {
|
|
2403
|
+
width: auto;
|
|
2404
|
+
height: auto;
|
|
2405
|
+
padding: 12px;
|
|
2406
|
+
font-size: 14px;
|
|
2407
|
+
}
|
|
2408
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
2409
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
2410
|
+
display: -webkit-box;
|
|
2411
|
+
display: -ms-flexbox;
|
|
2412
|
+
display: flex;
|
|
2413
|
+
-webkit-box-pack: justify;
|
|
2414
|
+
-ms-flex-pack: justify;
|
|
2415
|
+
justify-content: space-between;
|
|
2416
|
+
}
|
|
2417
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2418
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2419
|
+
width: 37%;
|
|
2420
|
+
}
|
|
2421
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2422
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2423
|
+
width: 47px;
|
|
2424
|
+
}
|
|
2425
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-element,
|
|
2426
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-element {
|
|
2427
|
+
margin-top: 12px;
|
|
2428
|
+
}
|
|
2429
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field,
|
|
2430
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field {
|
|
2431
|
+
margin-top: 4px;
|
|
2432
|
+
}
|
|
2433
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text,
|
|
2434
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text {
|
|
2435
|
+
font-weight: 400;
|
|
2436
|
+
}
|
|
2437
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel,
|
|
2438
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel {
|
|
2439
|
+
font-weight: 600;
|
|
2440
|
+
font-style: semi-bold;
|
|
2441
|
+
}
|
|
2442
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-caret,
|
|
2443
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-caret {
|
|
2444
|
+
opacity: 0.75;
|
|
2445
|
+
}
|
|
2162
2446
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
2163
2447
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
2164
2448
|
border: none;
|
|
@@ -2832,7 +3116,6 @@
|
|
|
2832
3116
|
}
|
|
2833
3117
|
|
|
2834
3118
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
|
|
2835
|
-
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));
|
|
2836
3119
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
2837
3120
|
}
|
|
2838
3121
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
@@ -2960,6 +3243,112 @@
|
|
|
2960
3243
|
line-height: 2px;
|
|
2961
3244
|
}
|
|
2962
3245
|
|
|
3246
|
+
.e-smartrichtexteditor .e-rte-ai-selected-text {
|
|
3247
|
+
color: rgb(255, 255, 255);
|
|
3248
|
+
background: rgb(51, 103, 209);
|
|
3249
|
+
}
|
|
3250
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog {
|
|
3251
|
+
border: 0;
|
|
3252
|
+
}
|
|
3253
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content {
|
|
3254
|
+
min-height: 100px;
|
|
3255
|
+
overflow: hidden;
|
|
3256
|
+
display: -webkit-box !important;
|
|
3257
|
+
display: -ms-flexbox !important;
|
|
3258
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
3259
|
+
-webkit-box-orient: vertical;
|
|
3260
|
+
-webkit-box-direction: normal;
|
|
3261
|
+
-ms-flex-direction: column;
|
|
3262
|
+
flex-direction: column;
|
|
3263
|
+
padding: 0;
|
|
3264
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3265
|
+
}
|
|
3266
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-rte-ai-assit-content-container {
|
|
3267
|
+
-webkit-box-flex: 1;
|
|
3268
|
+
-ms-flex: 1 1 auto;
|
|
3269
|
+
flex: 1 1 auto;
|
|
3270
|
+
display: -webkit-box;
|
|
3271
|
+
display: -ms-flexbox;
|
|
3272
|
+
display: flex;
|
|
3273
|
+
-webkit-box-orient: vertical;
|
|
3274
|
+
-webkit-box-direction: normal;
|
|
3275
|
+
-ms-flex-direction: column;
|
|
3276
|
+
flex-direction: column;
|
|
3277
|
+
min-height: 0;
|
|
3278
|
+
width: 100%;
|
|
3279
|
+
}
|
|
3280
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview {
|
|
3281
|
+
-webkit-box-flex: 1;
|
|
3282
|
+
-ms-flex: 1 1 auto;
|
|
3283
|
+
flex: 1 1 auto;
|
|
3284
|
+
display: -webkit-box;
|
|
3285
|
+
display: -ms-flexbox;
|
|
3286
|
+
display: flex;
|
|
3287
|
+
-webkit-box-orient: vertical;
|
|
3288
|
+
-webkit-box-direction: normal;
|
|
3289
|
+
-ms-flex-direction: column;
|
|
3290
|
+
flex-direction: column;
|
|
3291
|
+
min-height: 0;
|
|
3292
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
3293
|
+
}
|
|
3294
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-header {
|
|
3295
|
+
-webkit-box-flex: 0;
|
|
3296
|
+
-ms-flex: 0 0 auto;
|
|
3297
|
+
flex: 0 0 auto;
|
|
3298
|
+
}
|
|
3299
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-content {
|
|
3300
|
+
-webkit-box-flex: 1;
|
|
3301
|
+
-ms-flex: 1 1 auto;
|
|
3302
|
+
flex: 1 1 auto;
|
|
3303
|
+
overflow-y: auto;
|
|
3304
|
+
overflow-x: hidden;
|
|
3305
|
+
min-height: 0;
|
|
3306
|
+
}
|
|
3307
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-container {
|
|
3308
|
+
margin: auto;
|
|
3309
|
+
}
|
|
3310
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content {
|
|
3311
|
+
display: -webkit-box;
|
|
3312
|
+
display: -ms-flexbox;
|
|
3313
|
+
display: flex;
|
|
3314
|
+
-webkit-box-orient: vertical;
|
|
3315
|
+
-webkit-box-direction: normal;
|
|
3316
|
+
-ms-flex-direction: column;
|
|
3317
|
+
flex-direction: column;
|
|
3318
|
+
-webkit-box-pack: center;
|
|
3319
|
+
-ms-flex-pack: center;
|
|
3320
|
+
justify-content: center;
|
|
3321
|
+
height: 230px;
|
|
3322
|
+
text-align: center;
|
|
3323
|
+
}
|
|
3324
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
3325
|
+
font-size: 35px;
|
|
3326
|
+
}
|
|
3327
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-footer {
|
|
3328
|
+
width: 85%;
|
|
3329
|
+
}
|
|
3330
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3331
|
+
border: 1px solid transparent;
|
|
3332
|
+
background-color: transparent;
|
|
3333
|
+
background: transparent;
|
|
3334
|
+
-webkit-box-shadow: none;
|
|
3335
|
+
box-shadow: none;
|
|
3336
|
+
}
|
|
3337
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-overlay {
|
|
3338
|
+
background-color: rgb(250, 250, 250);
|
|
3339
|
+
opacity: 0.6;
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
.e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
|
|
3343
|
+
overflow: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
.e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
|
|
3347
|
+
visibility: hidden;
|
|
3348
|
+
max-height: 200px;
|
|
3349
|
+
overflow-y: auto;
|
|
3350
|
+
}
|
|
3351
|
+
|
|
2963
3352
|
|
|
2964
3353
|
|
|
2965
3354
|
|
|
@@ -3093,7 +3482,6 @@ iframe.e-rte-content {
|
|
|
3093
3482
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
3094
3483
|
}
|
|
3095
3484
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
3096
|
-
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));
|
|
3097
3485
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3098
3486
|
}
|
|
3099
3487
|
.e-richtexteditor img.e-img-focus::-moz-selection, .e-richtexteditor audio.e-audio-focus::-moz-selection, .e-richtexteditor .e-video-focus::-moz-selection {
|
|
@@ -3150,20 +3538,16 @@ iframe.e-rte-content {
|
|
|
3150
3538
|
box-shadow: none;
|
|
3151
3539
|
}
|
|
3152
3540
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
|
|
3153
|
-
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));
|
|
3154
3541
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3155
3542
|
}
|
|
3156
3543
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos) {
|
|
3157
|
-
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));
|
|
3158
3544
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3159
3545
|
}
|
|
3160
3546
|
.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 {
|
|
3161
|
-
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));
|
|
3162
3547
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3163
3548
|
}
|
|
3164
3549
|
.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),
|
|
3165
3550
|
.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) {
|
|
3166
|
-
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));
|
|
3167
3551
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3168
3552
|
}
|
|
3169
3553
|
|
|
@@ -3171,11 +3555,9 @@ iframe.e-rte-content {
|
|
|
3171
3555
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
3172
3556
|
}
|
|
3173
3557
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:focus {
|
|
3174
|
-
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));
|
|
3175
3558
|
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));
|
|
3176
3559
|
}
|
|
3177
3560
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown:active {
|
|
3178
|
-
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));
|
|
3179
3561
|
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));
|
|
3180
3562
|
}
|
|
3181
3563
|
|
|
@@ -3191,7 +3573,6 @@ iframe.e-rte-content {
|
|
|
3191
3573
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
3192
3574
|
}
|
|
3193
3575
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
|
|
3194
|
-
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));
|
|
3195
3576
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3196
3577
|
border: 1px solid transparent;
|
|
3197
3578
|
}
|
|
@@ -3205,7 +3586,6 @@ iframe.e-rte-content {
|
|
|
3205
3586
|
}
|
|
3206
3587
|
|
|
3207
3588
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3208
|
-
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));
|
|
3209
3589
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3210
3590
|
border: 1px solid transparent;
|
|
3211
3591
|
}
|
|
@@ -3319,7 +3699,6 @@ iframe.e-rte-content {
|
|
|
3319
3699
|
}
|
|
3320
3700
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
3321
3701
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:hover {
|
|
3322
|
-
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));
|
|
3323
3702
|
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));
|
|
3324
3703
|
}
|
|
3325
3704
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover .e-rte-dropdown,
|
|
@@ -3394,12 +3773,10 @@ iframe.e-rte-content {
|
|
|
3394
3773
|
}
|
|
3395
3774
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active,
|
|
3396
3775
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active {
|
|
3397
|
-
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));
|
|
3398
3776
|
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));
|
|
3399
3777
|
}
|
|
3400
3778
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn,
|
|
3401
3779
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn {
|
|
3402
|
-
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));
|
|
3403
3780
|
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));
|
|
3404
3781
|
}
|
|
3405
3782
|
|
|
@@ -3517,7 +3894,6 @@ span.e-rte-videoboxmark {
|
|
|
3517
3894
|
}
|
|
3518
3895
|
|
|
3519
3896
|
.e-dropdown-popup ul .e-item.e-active {
|
|
3520
|
-
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));
|
|
3521
3897
|
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));
|
|
3522
3898
|
color: rgba(var(--color-sf-on-surface));
|
|
3523
3899
|
}
|
|
@@ -3571,12 +3947,10 @@ span.e-rte-videoboxmark {
|
|
|
3571
3947
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n),
|
|
3572
3948
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n) > td,
|
|
3573
3949
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n) > th {
|
|
3574
|
-
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));
|
|
3575
3950
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
3576
3951
|
}
|
|
3577
3952
|
|
|
3578
3953
|
.e-rte-table th {
|
|
3579
|
-
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));
|
|
3580
3954
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
3581
3955
|
}
|
|
3582
3956
|
|
|
@@ -3603,8 +3977,11 @@ span.e-table-box.e-rbox-select {
|
|
|
3603
3977
|
background: rgba(var(--color-sf-surface));
|
|
3604
3978
|
}
|
|
3605
3979
|
|
|
3980
|
+
.e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
|
|
3981
|
+
background: rgba(var(--color-sf-surface));
|
|
3982
|
+
}
|
|
3983
|
+
|
|
3606
3984
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3607
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
3608
3985
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
3609
3986
|
-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
3610
3987
|
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
@@ -3614,11 +3991,9 @@ span.e-table-box.e-rbox-select {
|
|
|
3614
3991
|
background: transparent;
|
|
3615
3992
|
}
|
|
3616
3993
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn.e-selected {
|
|
3617
|
-
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)));
|
|
3618
3994
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
3619
3995
|
}
|
|
3620
3996
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
3621
|
-
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)));
|
|
3622
3997
|
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
3623
3998
|
}
|
|
3624
3999
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-toolbar {
|
|
@@ -108,7 +108,7 @@ $rte-tb-hover-font-color: $icon-color !default;
|
|
|
108
108
|
$rte-split-btn-hover-bg: $content-bg-color-alt1 !default;
|
|
109
109
|
$rte-split-btn-span-hover-bg: $content-bg-color-alt3 !default;
|
|
110
110
|
$rte-split-btn-focus-bg: $content-bg-color-alt4 !default;
|
|
111
|
-
$rte-btn-active-bg: $
|
|
111
|
+
$rte-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
112
112
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
113
113
|
$rte-dropdown-color: $content-text-color !default;
|
|
114
114
|
$rte-dropdown-transition-color: $content-text-color-alt2 !default;
|
|
@@ -153,7 +153,7 @@ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
|
153
153
|
$rte-top-left-border-radius: 0;
|
|
154
154
|
$rte-top-right-border-radius: 0;
|
|
155
155
|
$rte-extended-toolbar-items-padding: 0;
|
|
156
|
-
$rte-table-multicell-select-bg-color:
|
|
156
|
+
$rte-table-multicell-select-bg-color: color-mix(in srgb, $primary-light 18%, transparent) !default;
|
|
157
157
|
$rte-insert-icon-color: $brand-primary !default;
|
|
158
158
|
$rte-default-btn-bg: $content-bg-color-alt2 !default;
|
|
159
159
|
$rte-split-btn-border-radius: 8px !default;
|
|
@@ -477,11 +477,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
|
477
477
|
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
478
478
|
|
|
479
479
|
//margin
|
|
480
|
-
$rte-img-caption-imgleft-margin: 0 !default;
|
|
481
480
|
$rte-table-tablecell-small-margin: 0 !default;
|
|
482
481
|
$rte-dialog-radio-small-margin: 0 !default;
|
|
483
482
|
$rte-video-elem-margin: 0 !default;
|
|
484
483
|
$rte-tbar-btn-small-margin: 0 !default;
|
|
484
|
+
$rte-table-gripper-active-bg: $primary !default;
|
|
485
|
+
$rte-table-gripper-active-color: $utility-primary-lighter !default;
|
|
486
|
+
$rte-table-gripper-hover-bg: $primary-lighter !default;
|
|
485
487
|
$rte-table-dlg-content-small-margin: 0 !default;
|
|
486
488
|
$rte-content-textarea-margin: 0 !default;
|
|
487
489
|
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
@@ -508,7 +510,6 @@ $rte-img-video-right-margin: 0 auto !default;
|
|
|
508
510
|
$rte-drop-text-margin: 0 auto !default;
|
|
509
511
|
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
510
512
|
$rte-img-caption-margin: 5px auto !default;
|
|
511
|
-
$rte-img-caption-inline-margin: 5px auto !default;
|
|
512
513
|
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
513
514
|
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
514
515
|
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
@@ -517,27 +518,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
|
|
|
517
518
|
$rte-media-elem-margin: auto !default;
|
|
518
519
|
$rte-content-img-caption-inner-margin: auto !default;
|
|
519
520
|
$rte-img-wrap-margin: auto !default;
|
|
521
|
+
$rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
|
|
522
|
+
$rte-img-rightwrap-margin: 5px 0 5px 5px !default;
|
|
520
523
|
|
|
521
524
|
//margin-left
|
|
522
525
|
$rte-content-blockquote-margin-left: 0 !default;
|
|
523
526
|
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
524
527
|
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
525
|
-
$rte-
|
|
528
|
+
$rte-imgleft-margin-left: 0 !default;
|
|
526
529
|
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
527
530
|
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
528
531
|
$rte-media-inline-elem-margin-left: 5px !default;
|
|
529
532
|
$rte-img-video-right-margin-left: 5px !default;
|
|
530
|
-
$rte-img-caption-inline-margin-left: 5px !default;
|
|
531
533
|
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
532
534
|
$rte-imgcenter-margin-left: auto !default;
|
|
533
535
|
$rte-imgright-margin-left: auto !default;
|
|
534
|
-
$rte-image-imgright-margin-left: auto !default;
|
|
535
536
|
|
|
536
537
|
//margin-right
|
|
537
|
-
$rte-
|
|
538
|
+
$rte-imgright-margin-right: 0 !default;
|
|
538
539
|
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
539
540
|
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
540
|
-
$rte-img-caption-inline-margin-right: 5px !default;
|
|
541
541
|
$rte-media-inline-elem-margin-right: 5px !default;
|
|
542
542
|
$rte-img-video-left-margin-right: 5px !default;
|
|
543
543
|
$rte-default-character-count-margin-right: 15px !default;
|
|
@@ -560,6 +560,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
|
560
560
|
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
561
561
|
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
562
562
|
$rte-content-table-margin-top: 10px !default;
|
|
563
|
+
$rte-imgleft-margin-top: 5px !default;
|
|
563
564
|
|
|
564
565
|
//margin-bottom
|
|
565
566
|
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
@@ -570,6 +571,9 @@ $rte-content-p-margin-bottom: 10px !default;
|
|
|
570
571
|
$rte-content-li-margin-bottom: 10px !default;
|
|
571
572
|
$rte-content-table-margin-bottom: 10px !default;
|
|
572
573
|
$rte-resize-bar-margin-bottom: 20px !default;
|
|
574
|
+
$rte-img-leftwrap-inner-margin-bottom: 5px !default;
|
|
575
|
+
$rte-img-rightwrap-inner-margin-bottom: 5px !default;
|
|
576
|
+
$rte-img-wrap-img-margin-bottom: 0 !default;
|
|
573
577
|
|
|
574
578
|
//border
|
|
575
579
|
$rte-content-pre-border: 0 !default;
|