@syncfusion/ej2-richtexteditor 27.1.48 → 27.1.50
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 +10 -0
- 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 +28 -9
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +28 -9
- 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 +13 -14
- package/src/editor-manager/plugin/clearformat.js +13 -6
- package/src/editor-manager/plugin/inserthtml.js +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +8 -0
- package/src/rich-text-editor/base/rich-text-editor.js +5 -1
- package/src/rich-text-editor/formatter/formatter.js +1 -1
- package/src/rich-text-editor/models/default-locale.js +1 -1
- package/styles/bootstrap-dark-lite.css +20 -0
- package/styles/bootstrap-dark.css +20 -0
- package/styles/bootstrap-lite.css +20 -0
- package/styles/bootstrap.css +20 -0
- package/styles/bootstrap4-lite.css +20 -0
- package/styles/bootstrap4.css +20 -0
- package/styles/bootstrap5-dark-lite.css +20 -0
- package/styles/bootstrap5-dark.css +20 -0
- package/styles/bootstrap5-lite.css +20 -0
- package/styles/bootstrap5.3-lite.css +26 -0
- package/styles/bootstrap5.3.css +26 -0
- package/styles/bootstrap5.css +20 -0
- package/styles/fabric-dark-lite.css +20 -0
- package/styles/fabric-dark.css +20 -0
- package/styles/fabric-lite.css +20 -0
- package/styles/fabric.css +20 -0
- package/styles/fluent-dark-lite.css +20 -0
- package/styles/fluent-dark.css +20 -0
- package/styles/fluent-lite.css +20 -0
- package/styles/fluent.css +20 -0
- package/styles/fluent2-lite.css +20 -0
- package/styles/fluent2.css +20 -0
- package/styles/highcontrast-light-lite.css +20 -0
- package/styles/highcontrast-light.css +20 -0
- package/styles/highcontrast-lite.css +20 -0
- package/styles/highcontrast.css +20 -0
- package/styles/material-dark-lite.css +20 -0
- package/styles/material-dark.css +20 -0
- package/styles/material-lite.css +20 -0
- package/styles/material.css +20 -0
- package/styles/material3-dark-lite.css +20 -0
- package/styles/material3-dark.css +20 -0
- package/styles/material3-lite.css +20 -0
- package/styles/material3.css +20 -0
- package/styles/rich-text-editor/_layout.scss +17 -1
- package/styles/rich-text-editor/_theme.scss +24 -6
- package/styles/rich-text-editor/bootstrap-dark.css +20 -0
- package/styles/rich-text-editor/bootstrap.css +20 -0
- package/styles/rich-text-editor/bootstrap4.css +20 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +20 -0
- package/styles/rich-text-editor/bootstrap5.3.css +26 -0
- package/styles/rich-text-editor/bootstrap5.css +20 -0
- package/styles/rich-text-editor/fabric-dark.css +20 -0
- package/styles/rich-text-editor/fabric.css +20 -0
- package/styles/rich-text-editor/fluent-dark.css +20 -0
- package/styles/rich-text-editor/fluent.css +20 -0
- package/styles/rich-text-editor/fluent2.css +20 -0
- package/styles/rich-text-editor/highcontrast-light.css +20 -0
- package/styles/rich-text-editor/highcontrast.css +20 -0
- package/styles/rich-text-editor/material-dark.css +20 -0
- package/styles/rich-text-editor/material.css +20 -0
- package/styles/rich-text-editor/material3-dark.css +20 -0
- package/styles/rich-text-editor/material3.css +20 -0
- package/styles/rich-text-editor/tailwind-dark.css +20 -0
- package/styles/rich-text-editor/tailwind.css +20 -0
- package/styles/tailwind-dark-lite.css +20 -0
- package/styles/tailwind-dark.css +20 -0
- package/styles/tailwind-lite.css +20 -0
- package/styles/tailwind.css +20 -0
|
@@ -1115,6 +1115,26 @@
|
|
|
1115
1115
|
-webkit-margin-before: 10px;
|
|
1116
1116
|
margin-block-start: 10px;
|
|
1117
1117
|
}
|
|
1118
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
1119
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
1120
|
+
list-style-type: disc;
|
|
1121
|
+
}
|
|
1122
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
1123
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
1124
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
1125
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
1126
|
+
list-style-type: circle;
|
|
1127
|
+
}
|
|
1128
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
1129
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
1130
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
1131
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
1132
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
1133
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
1134
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
1135
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
1136
|
+
list-style-type: square;
|
|
1137
|
+
}
|
|
1118
1138
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
1119
1139
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
1120
1140
|
font-size: 2.857em;
|
|
@@ -875,6 +875,26 @@
|
|
|
875
875
|
-webkit-margin-before: 10px;
|
|
876
876
|
margin-block-start: 10px;
|
|
877
877
|
}
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
880
|
+
list-style-type: disc;
|
|
881
|
+
}
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
884
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
886
|
+
list-style-type: circle;
|
|
887
|
+
}
|
|
888
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
889
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
890
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
891
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
893
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
894
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
895
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
896
|
+
list-style-type: square;
|
|
897
|
+
}
|
|
878
898
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
879
899
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
880
900
|
font-size: 2.857em;
|
|
@@ -872,6 +872,26 @@
|
|
|
872
872
|
-webkit-margin-before: 10px;
|
|
873
873
|
margin-block-start: 10px;
|
|
874
874
|
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
876
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
877
|
+
list-style-type: disc;
|
|
878
|
+
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
881
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
882
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
883
|
+
list-style-type: circle;
|
|
884
|
+
}
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
893
|
+
list-style-type: square;
|
|
894
|
+
}
|
|
875
895
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
876
896
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
877
897
|
font-size: 2.857em;
|
|
@@ -2654,6 +2674,9 @@ iframe.e-rte-content {
|
|
|
2654
2674
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
|
|
2655
2675
|
color: var(--color-sf-secondary-text-color-hover);
|
|
2656
2676
|
}
|
|
2677
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
2678
|
+
color: var(--color-sf-secondary-text-color-hover);
|
|
2679
|
+
}
|
|
2657
2680
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2658
2681
|
color: var(--color-sf-icon-color);
|
|
2659
2682
|
}
|
|
@@ -2669,6 +2692,9 @@ iframe.e-rte-content {
|
|
|
2669
2692
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
|
|
2670
2693
|
background: var(--color-sf-secondary-bg-color-pressed);
|
|
2671
2694
|
}
|
|
2695
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2696
|
+
color: var(--color-sf-secondary-text-color-hover);
|
|
2697
|
+
}
|
|
2672
2698
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2673
2699
|
background: var(--color-sf-content-bg-color-alt1);
|
|
2674
2700
|
}
|
|
@@ -875,6 +875,26 @@
|
|
|
875
875
|
-webkit-margin-before: 10px;
|
|
876
876
|
margin-block-start: 10px;
|
|
877
877
|
}
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
880
|
+
list-style-type: disc;
|
|
881
|
+
}
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
884
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
886
|
+
list-style-type: circle;
|
|
887
|
+
}
|
|
888
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
889
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
890
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
891
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
893
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
894
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
895
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
896
|
+
list-style-type: square;
|
|
897
|
+
}
|
|
878
898
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
879
899
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
880
900
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
|
@@ -876,6 +876,26 @@
|
|
|
876
876
|
-webkit-margin-before: 10px;
|
|
877
877
|
margin-block-start: 10px;
|
|
878
878
|
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
881
|
+
list-style-type: disc;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
887
|
+
list-style-type: circle;
|
|
888
|
+
}
|
|
889
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
893
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
894
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
895
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
896
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
897
|
+
list-style-type: square;
|
|
898
|
+
}
|
|
879
899
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
880
900
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
881
901
|
font-size: 2.857em;
|
|
@@ -850,6 +850,26 @@
|
|
|
850
850
|
-webkit-margin-before: 10px;
|
|
851
851
|
margin-block-start: 10px;
|
|
852
852
|
}
|
|
853
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
854
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
855
|
+
list-style-type: disc;
|
|
856
|
+
}
|
|
857
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
858
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
859
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
860
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
861
|
+
list-style-type: circle;
|
|
862
|
+
}
|
|
863
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
864
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
865
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
866
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
867
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
868
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
869
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
870
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
871
|
+
list-style-type: square;
|
|
872
|
+
}
|
|
853
873
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
854
874
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
855
875
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
|
@@ -872,6 +872,26 @@
|
|
|
872
872
|
-webkit-margin-before: 10px;
|
|
873
873
|
margin-block-start: 10px;
|
|
874
874
|
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
876
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
877
|
+
list-style-type: disc;
|
|
878
|
+
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
881
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
882
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
883
|
+
list-style-type: circle;
|
|
884
|
+
}
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
893
|
+
list-style-type: square;
|
|
894
|
+
}
|
|
875
895
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
876
896
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
877
897
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
package/styles/tailwind.css
CHANGED
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|