@syncfusion/ej2-angular-richtexteditor 21.1.35 → 21.1.37
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/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/fluent-dark.css +5 -0
- package/styles/fluent.css +5 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +5 -0
- package/styles/material.css +5 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap4-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap5-definition.scss +1 -0
- package/styles/rich-text-editor/_fabric-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_fabric-definition.scss +1 -0
- package/styles/rich-text-editor/_fluent-definition.scss +1 -0
- package/styles/rich-text-editor/_fusionnew-definition.scss +1 -0
- package/styles/rich-text-editor/_highcontrast-definition.scss +1 -0
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +1 -0
- package/styles/rich-text-editor/_layout.scss +1 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_material-definition.scss +1 -0
- package/styles/rich-text-editor/_tailwind-definition.scss +1 -0
- package/styles/rich-text-editor/_theme.scss +3 -1
- package/styles/rich-text-editor/bootstrap-dark.css +5 -0
- package/styles/rich-text-editor/bootstrap.css +5 -0
- package/styles/rich-text-editor/bootstrap4.css +5 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +5 -0
- package/styles/rich-text-editor/bootstrap5.css +5 -0
- package/styles/rich-text-editor/fabric-dark.css +5 -0
- package/styles/rich-text-editor/fabric.css +5 -0
- package/styles/rich-text-editor/fluent-dark.css +5 -0
- package/styles/rich-text-editor/fluent.css +5 -0
- package/styles/rich-text-editor/highcontrast-light.css +5 -0
- package/styles/rich-text-editor/highcontrast.css +5 -0
- package/styles/rich-text-editor/material-dark.css +5 -0
- package/styles/rich-text-editor/material.css +5 -0
- package/styles/rich-text-editor/tailwind-dark.css +5 -0
- package/styles/rich-text-editor/tailwind.css +5 -0
- package/styles/tailwind-dark.css +5 -0
- package/styles/tailwind.css +5 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@21.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-rI5O/tEwtlpEOwM631pAxTWT3S1FjDsgT/Vji0jzV1/r6HDdwVEPSC6xeXKUqLi0Y4MjRAZXO25wLG6XftXNqg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-21.1.35.tgz",
|
|
23
|
+
"_shasum": "b9b4928745f95fd7768b1406e96c393a2c9ebf47",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~21.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~21.1.
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "21.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~21.1.37",
|
|
35
|
+
"@syncfusion/ej2-base": "~21.1.37",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "21.1.37",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
75
|
-
"version": "21.1.
|
|
75
|
+
"version": "21.1.37"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^21.1.35";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~21.1.35";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
4
|
-
exports.pkgVer = '^21.1.
|
|
4
|
+
exports.pkgVer = '^21.1.37';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~21.1.
|
|
6
|
+
exports.themeVer = '~21.1.37';
|
|
@@ -563,6 +563,7 @@
|
|
|
563
563
|
margin-right: 0;
|
|
564
564
|
}
|
|
565
565
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
566
|
+
display: inline-block;
|
|
566
567
|
margin-left: 0;
|
|
567
568
|
margin-right: 0;
|
|
568
569
|
overflow-x: auto;
|
|
@@ -2795,6 +2796,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2795
2796
|
color: #f0f0f0;
|
|
2796
2797
|
}
|
|
2797
2798
|
|
|
2799
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2800
|
+
color: #f0f0f0;
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2798
2803
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2799
2804
|
border-bottom: 0;
|
|
2800
2805
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -704,6 +704,7 @@
|
|
|
704
704
|
margin-right: 0;
|
|
705
705
|
}
|
|
706
706
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
707
|
+
display: inline-block;
|
|
707
708
|
margin-left: 0;
|
|
708
709
|
margin-right: 0;
|
|
709
710
|
overflow-x: auto;
|
|
@@ -2936,6 +2937,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2936
2937
|
color: #000;
|
|
2937
2938
|
}
|
|
2938
2939
|
|
|
2940
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2941
|
+
color: #000;
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2939
2944
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2940
2945
|
border-bottom: 0;
|
|
2941
2946
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -799,6 +799,7 @@
|
|
|
799
799
|
margin-right: 0;
|
|
800
800
|
}
|
|
801
801
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
802
|
+
display: inline-block;
|
|
802
803
|
margin-left: 0;
|
|
803
804
|
margin-right: 0;
|
|
804
805
|
overflow-x: auto;
|
|
@@ -3023,6 +3024,10 @@ span.e-table-box.e-rbox-select {
|
|
|
3023
3024
|
color: #fff;
|
|
3024
3025
|
}
|
|
3025
3026
|
|
|
3027
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
3028
|
+
color: #212529;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3026
3031
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
3027
3032
|
border-bottom: 0;
|
|
3028
3033
|
}
|
|
@@ -565,6 +565,7 @@
|
|
|
565
565
|
margin-right: 0;
|
|
566
566
|
}
|
|
567
567
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
568
|
+
display: inline-block;
|
|
568
569
|
margin-left: 0;
|
|
569
570
|
margin-right: 0;
|
|
570
571
|
overflow-x: auto;
|
|
@@ -2892,6 +2893,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2892
2893
|
color: #fff;
|
|
2893
2894
|
}
|
|
2894
2895
|
|
|
2896
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2897
|
+
color: #fff;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2895
2900
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2896
2901
|
background: #565e64;
|
|
2897
2902
|
border-radius: 4px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -565,6 +565,7 @@
|
|
|
565
565
|
margin-right: 0;
|
|
566
566
|
}
|
|
567
567
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
568
|
+
display: inline-block;
|
|
568
569
|
margin-left: 0;
|
|
569
570
|
margin-right: 0;
|
|
570
571
|
overflow-x: auto;
|
|
@@ -2892,6 +2893,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2892
2893
|
color: #fff;
|
|
2893
2894
|
}
|
|
2894
2895
|
|
|
2896
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2897
|
+
color: #fff;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2895
2900
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2896
2901
|
background: #565e64;
|
|
2897
2902
|
border-radius: 4px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2776,6 +2777,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2776
2777
|
color: #fff;
|
|
2777
2778
|
}
|
|
2778
2779
|
|
|
2780
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2781
|
+
color: #dadada;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2779
2784
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2780
2785
|
border-bottom: 0;
|
|
2781
2786
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2776,6 +2777,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2776
2777
|
color: #000;
|
|
2777
2778
|
}
|
|
2778
2779
|
|
|
2780
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2781
|
+
color: #000;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2779
2784
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2780
2785
|
border-bottom: 0;
|
|
2781
2786
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2842,6 +2843,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2842
2843
|
color: #a19f9d;
|
|
2843
2844
|
}
|
|
2844
2845
|
|
|
2846
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2847
|
+
color: #a19f9d;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2845
2850
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2846
2851
|
border-bottom: 0;
|
|
2847
2852
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2842,6 +2843,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2842
2843
|
color: #605e5c;
|
|
2843
2844
|
}
|
|
2844
2845
|
|
|
2846
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2847
|
+
color: #605e5c;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2845
2850
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2846
2851
|
border-bottom: 0;
|
|
2847
2852
|
}
|
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2776,6 +2777,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2776
2777
|
color: #fff;
|
|
2777
2778
|
}
|
|
2778
2779
|
|
|
2780
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2781
|
+
color: #000;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2779
2784
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2780
2785
|
border-bottom: 0;
|
|
2781
2786
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2772,6 +2773,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2772
2773
|
color: #fff;
|
|
2773
2774
|
}
|
|
2774
2775
|
|
|
2776
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2777
|
+
color: #fff;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2775
2780
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2776
2781
|
border-bottom: 0;
|
|
2777
2782
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2777,6 +2778,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2777
2778
|
color: #fff;
|
|
2778
2779
|
}
|
|
2779
2780
|
|
|
2781
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2782
|
+
color: #fff;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2780
2785
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2781
2786
|
border-bottom: 0;
|
|
2782
2787
|
}
|
package/styles/material.css
CHANGED
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2777,6 +2778,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2777
2778
|
color: #000;
|
|
2778
2779
|
}
|
|
2779
2780
|
|
|
2781
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2782
|
+
color: #000;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2780
2785
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2781
2786
|
border-bottom: 0;
|
|
2782
2787
|
}
|
|
@@ -13,6 +13,7 @@ $rte-content-bg: $grey-base !default;
|
|
|
13
13
|
$rte-content-font-color: $grey-dark-font !default;
|
|
14
14
|
$rte-item-color: $grey-dark-font !default;
|
|
15
15
|
$rte-icons-color: $grey-dark-font !default;
|
|
16
|
+
$rte-tlbar-expand-active: $grey-dark-font !default;
|
|
16
17
|
$rte-hover-icons-color: $grey-dark-font !default;
|
|
17
18
|
|
|
18
19
|
$rte-big-quick-item-btn-width: 39px !default;
|
|
@@ -12,6 +12,7 @@ $rte-content-bg: $grey-white !default;
|
|
|
12
12
|
$rte-content-font-color: #333 !default;
|
|
13
13
|
$rte-item-color: $base-font !default;
|
|
14
14
|
$rte-icons-color: $base-font !default;
|
|
15
|
+
$rte-tlbar-expand-active: $base-font !default;
|
|
15
16
|
$rte-hover-icons-color: $base-font !default;
|
|
16
17
|
|
|
17
18
|
$rte-big-quick-item-btn-width: 39px !default;
|
|
@@ -14,6 +14,7 @@ $rte-content-bg: $content-bg !default;
|
|
|
14
14
|
$rte-content-font-color: $gray-900 !default;
|
|
15
15
|
$rte-item-color: $gray-900 !default;
|
|
16
16
|
$rte-icons-color: $gray-900 !default;
|
|
17
|
+
$rte-tlbar-expand-active: $gray-900 !default;
|
|
17
18
|
$rte-hover-icons-color: $gray-900 !default;
|
|
18
19
|
$rte-big-quick-item-btn-width: 38px !default;
|
|
19
20
|
$rte-quick-item-btn-width: 32px !default;
|
|
@@ -13,6 +13,7 @@ $rte-content-bg: $neutral-white !default;
|
|
|
13
13
|
$rte-content-font-color: $neutral-light-font !default;
|
|
14
14
|
$rte-item-color: $neutral-light-font !default;
|
|
15
15
|
$rte-icons-color: $neutral-light-font !default;
|
|
16
|
+
$rte-tlbar-expand-active: $neutral-light-font !default;
|
|
16
17
|
$rte-hover-icons-color: $neutral-light-font !default;
|
|
17
18
|
|
|
18
19
|
$rte-big-quick-item-btn-width: 39px !default;
|
|
@@ -12,6 +12,7 @@ $rte-content-bg: $neutral-white !default;
|
|
|
12
12
|
$rte-content-font-color: #333 !default;
|
|
13
13
|
$rte-item-color: $neutral-light-fontalt !default;
|
|
14
14
|
$rte-icons-color: $neutral-light-fontalt !default;
|
|
15
|
+
$rte-tlbar-expand-active: $neutral-light-fontalt !default;
|
|
15
16
|
$rte-hover-icons-color: $neutral-light-fontalt !default;
|
|
16
17
|
$rte-content-padding: 16px !default;
|
|
17
18
|
$rte-table-popup-padding: 10px !default;
|
|
@@ -110,6 +110,7 @@ $rte-full-screen-bg: $content-bg-color !default;
|
|
|
110
110
|
$rte-content-font-color: $content-text-color !default;
|
|
111
111
|
$rte-item-color: $icon-color !default;
|
|
112
112
|
$rte-icons-color: $icon-color !default;
|
|
113
|
+
$rte-tlbar-expand-active: $icon-color !default;
|
|
113
114
|
$rte-hover-icons-color: $icon-color !default;
|
|
114
115
|
$rte-img-popup-border: 1px solid $border-light !default;
|
|
115
116
|
$rte-img-popup-box-shadow: $shadow-lg !default;
|
|
@@ -106,6 +106,7 @@ $rte-full-screen-bg: $content-bg-color !default;
|
|
|
106
106
|
$rte-content-font-color: $content-text-color !default;
|
|
107
107
|
$rte-item-color: $content-text-color !default;
|
|
108
108
|
$rte-icons-color: $icon-color !default;
|
|
109
|
+
$rte-tlbar-expand-active: $icon-color !default;
|
|
109
110
|
$rte-hover-icons-color: $icon-color !default;
|
|
110
111
|
$rte-img-popup-border: 1px solid $border-light !default;
|
|
111
112
|
$rte-img-popup-box-shadow: $shadow !default;
|
|
@@ -12,6 +12,7 @@ $rte-content-bg: $bg-base-0 !default;
|
|
|
12
12
|
$rte-content-font-color: #fff !default;
|
|
13
13
|
$rte-item-color: $content-font !default;
|
|
14
14
|
$rte-icons-color: $content-font !default;
|
|
15
|
+
$rte-tlbar-expand-active: $content-font !default;
|
|
15
16
|
$rte-hover-icons-color: $content-font !default;
|
|
16
17
|
$rte-content-padding: 16px !default;
|
|
17
18
|
$rte-table-popup-padding: 10px !default;
|
|
@@ -12,6 +12,7 @@ $rte-content-bg: $bg-base-0 !default;
|
|
|
12
12
|
$rte-content-font-color: #fff !default;
|
|
13
13
|
$rte-item-color: $content-font !default;
|
|
14
14
|
$rte-icons-color: $content-font !default;
|
|
15
|
+
$rte-tlbar-expand-active: $content-font !default;
|
|
15
16
|
$rte-hover-icons-color: $content-font !default;
|
|
16
17
|
$rte-table-popup-padding: 10px !default;
|
|
17
18
|
|
|
@@ -14,6 +14,7 @@ $rte-full-screen-bg: $grey-dark !default;
|
|
|
14
14
|
$rte-content-font-color: $grey-dark-font !default;
|
|
15
15
|
$rte-item-color: $grey-dark-font !default;
|
|
16
16
|
$rte-icons-color: $grey-dark-font !default;
|
|
17
|
+
$rte-tlbar-expand-active: $grey-dark-font !default;
|
|
17
18
|
$rte-hover-icons-color: $grey-dark-font !default;
|
|
18
19
|
$rte-content-padding: 16px !default;
|
|
19
20
|
$rte-table-popup-padding: 10px !default;
|
|
@@ -13,6 +13,7 @@ $rte-full-screen-bg: $grey-white !default;
|
|
|
13
13
|
$rte-content-font-color: #333 !default;
|
|
14
14
|
$rte-item-color: $grey-black !default;
|
|
15
15
|
$rte-icons-color: $grey-black !default;
|
|
16
|
+
$rte-tlbar-expand-active: $grey-black !default;
|
|
16
17
|
$rte-hover-icons-color: $grey-black !default;
|
|
17
18
|
$rte-content-padding: 16px !default;
|
|
18
19
|
$rte-table-popup-padding: 10px !default;
|
|
@@ -107,6 +107,7 @@ $rte-full-screen-bg: $content-bg-color !default;
|
|
|
107
107
|
$rte-content-font-color: $content-text-color !default;
|
|
108
108
|
$rte-item-color: $content-text-color !default;
|
|
109
109
|
$rte-icons-color: $icon-color !default;
|
|
110
|
+
$rte-tlbar-expand-active: $icon-color !default;
|
|
110
111
|
$rte-hover-icons-color: $icon-color !default;
|
|
111
112
|
$rte-img-popup-border: 1px solid $border-light !default;
|
|
112
113
|
$rte-img-popup-box-shadow: $shadow !default;
|
|
@@ -666,7 +666,9 @@
|
|
|
666
666
|
color: $rte-quick-item-active-font-color;
|
|
667
667
|
}
|
|
668
668
|
}
|
|
669
|
-
|
|
669
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
670
|
+
color: $rte-tlbar-expand-active;
|
|
671
|
+
}
|
|
670
672
|
@if $skin-name == 'tailwind' {
|
|
671
673
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
|
|
672
674
|
background: $rte-extended-toolbar-background;
|
|
@@ -563,6 +563,7 @@
|
|
|
563
563
|
margin-right: 0;
|
|
564
564
|
}
|
|
565
565
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
566
|
+
display: inline-block;
|
|
566
567
|
margin-left: 0;
|
|
567
568
|
margin-right: 0;
|
|
568
569
|
overflow-x: auto;
|
|
@@ -2795,6 +2796,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2795
2796
|
color: #f0f0f0;
|
|
2796
2797
|
}
|
|
2797
2798
|
|
|
2799
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2800
|
+
color: #f0f0f0;
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2798
2803
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2799
2804
|
border-bottom: 0;
|
|
2800
2805
|
}
|
|
@@ -704,6 +704,7 @@
|
|
|
704
704
|
margin-right: 0;
|
|
705
705
|
}
|
|
706
706
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
707
|
+
display: inline-block;
|
|
707
708
|
margin-left: 0;
|
|
708
709
|
margin-right: 0;
|
|
709
710
|
overflow-x: auto;
|
|
@@ -2936,6 +2937,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2936
2937
|
color: #000;
|
|
2937
2938
|
}
|
|
2938
2939
|
|
|
2940
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2941
|
+
color: #000;
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2939
2944
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2940
2945
|
border-bottom: 0;
|
|
2941
2946
|
}
|
|
@@ -799,6 +799,7 @@
|
|
|
799
799
|
margin-right: 0;
|
|
800
800
|
}
|
|
801
801
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
802
|
+
display: inline-block;
|
|
802
803
|
margin-left: 0;
|
|
803
804
|
margin-right: 0;
|
|
804
805
|
overflow-x: auto;
|
|
@@ -3023,6 +3024,10 @@ span.e-table-box.e-rbox-select {
|
|
|
3023
3024
|
color: #fff;
|
|
3024
3025
|
}
|
|
3025
3026
|
|
|
3027
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
3028
|
+
color: #212529;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3026
3031
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
3027
3032
|
border-bottom: 0;
|
|
3028
3033
|
}
|
|
@@ -565,6 +565,7 @@
|
|
|
565
565
|
margin-right: 0;
|
|
566
566
|
}
|
|
567
567
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
568
|
+
display: inline-block;
|
|
568
569
|
margin-left: 0;
|
|
569
570
|
margin-right: 0;
|
|
570
571
|
overflow-x: auto;
|
|
@@ -2892,6 +2893,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2892
2893
|
color: #fff;
|
|
2893
2894
|
}
|
|
2894
2895
|
|
|
2896
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2897
|
+
color: #fff;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2895
2900
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2896
2901
|
background: #565e64;
|
|
2897
2902
|
border-radius: 4px;
|
|
@@ -565,6 +565,7 @@
|
|
|
565
565
|
margin-right: 0;
|
|
566
566
|
}
|
|
567
567
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
568
|
+
display: inline-block;
|
|
568
569
|
margin-left: 0;
|
|
569
570
|
margin-right: 0;
|
|
570
571
|
overflow-x: auto;
|
|
@@ -2892,6 +2893,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2892
2893
|
color: #fff;
|
|
2893
2894
|
}
|
|
2894
2895
|
|
|
2896
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2897
|
+
color: #fff;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2895
2900
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2896
2901
|
background: #565e64;
|
|
2897
2902
|
border-radius: 4px;
|
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2776,6 +2777,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2776
2777
|
color: #fff;
|
|
2777
2778
|
}
|
|
2778
2779
|
|
|
2780
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2781
|
+
color: #dadada;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2779
2784
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2780
2785
|
border-bottom: 0;
|
|
2781
2786
|
}
|
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2776,6 +2777,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2776
2777
|
color: #000;
|
|
2777
2778
|
}
|
|
2778
2779
|
|
|
2780
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2781
|
+
color: #000;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2779
2784
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2780
2785
|
border-bottom: 0;
|
|
2781
2786
|
}
|
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2842,6 +2843,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2842
2843
|
color: #a19f9d;
|
|
2843
2844
|
}
|
|
2844
2845
|
|
|
2846
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2847
|
+
color: #a19f9d;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2845
2850
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2846
2851
|
border-bottom: 0;
|
|
2847
2852
|
}
|
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2842,6 +2843,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2842
2843
|
color: #605e5c;
|
|
2843
2844
|
}
|
|
2844
2845
|
|
|
2846
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2847
|
+
color: #605e5c;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2845
2850
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2846
2851
|
border-bottom: 0;
|
|
2847
2852
|
}
|
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2776,6 +2777,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2776
2777
|
color: #fff;
|
|
2777
2778
|
}
|
|
2778
2779
|
|
|
2780
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2781
|
+
color: #000;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2779
2784
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2780
2785
|
border-bottom: 0;
|
|
2781
2786
|
}
|
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
margin-right: 0;
|
|
553
553
|
}
|
|
554
554
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
555
|
+
display: inline-block;
|
|
555
556
|
margin-left: 0;
|
|
556
557
|
margin-right: 0;
|
|
557
558
|
overflow-x: auto;
|
|
@@ -2772,6 +2773,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2772
2773
|
color: #fff;
|
|
2773
2774
|
}
|
|
2774
2775
|
|
|
2776
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2777
|
+
color: #fff;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2775
2780
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2776
2781
|
border-bottom: 0;
|
|
2777
2782
|
}
|
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2777,6 +2778,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2777
2778
|
color: #fff;
|
|
2778
2779
|
}
|
|
2779
2780
|
|
|
2781
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2782
|
+
color: #fff;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2780
2785
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2781
2786
|
border-bottom: 0;
|
|
2782
2787
|
}
|
|
@@ -553,6 +553,7 @@
|
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
556
|
+
display: inline-block;
|
|
556
557
|
margin-left: 0;
|
|
557
558
|
margin-right: 0;
|
|
558
559
|
overflow-x: auto;
|
|
@@ -2777,6 +2778,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2777
2778
|
color: #000;
|
|
2778
2779
|
}
|
|
2779
2780
|
|
|
2781
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2782
|
+
color: #000;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2780
2785
|
.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
|
|
2781
2786
|
border-bottom: 0;
|
|
2782
2787
|
}
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
margin-right: 0;
|
|
558
558
|
}
|
|
559
559
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
560
|
+
display: inline-block;
|
|
560
561
|
margin-left: 0;
|
|
561
562
|
margin-right: 0;
|
|
562
563
|
overflow-x: auto;
|
|
@@ -2806,6 +2807,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2806
2807
|
color: #d1d5db;
|
|
2807
2808
|
}
|
|
2808
2809
|
|
|
2810
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2811
|
+
color: #d1d5db;
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2809
2814
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
|
|
2810
2815
|
background: #374151;
|
|
2811
2816
|
}
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
margin-right: 0;
|
|
558
558
|
}
|
|
559
559
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
560
|
+
display: inline-block;
|
|
560
561
|
margin-left: 0;
|
|
561
562
|
margin-right: 0;
|
|
562
563
|
overflow-x: auto;
|
|
@@ -2806,6 +2807,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2806
2807
|
color: #6b7280;
|
|
2807
2808
|
}
|
|
2808
2809
|
|
|
2810
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2811
|
+
color: #6b7280;
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2809
2814
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
|
|
2810
2815
|
background: #f3f4f6;
|
|
2811
2816
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
margin-right: 0;
|
|
558
558
|
}
|
|
559
559
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
560
|
+
display: inline-block;
|
|
560
561
|
margin-left: 0;
|
|
561
562
|
margin-right: 0;
|
|
562
563
|
overflow-x: auto;
|
|
@@ -2806,6 +2807,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2806
2807
|
color: #d1d5db;
|
|
2807
2808
|
}
|
|
2808
2809
|
|
|
2810
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2811
|
+
color: #d1d5db;
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2809
2814
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
|
|
2810
2815
|
background: #374151;
|
|
2811
2816
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
margin-right: 0;
|
|
558
558
|
}
|
|
559
559
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
560
|
+
display: inline-block;
|
|
560
561
|
margin-left: 0;
|
|
561
562
|
margin-right: 0;
|
|
562
563
|
overflow-x: auto;
|
|
@@ -2806,6 +2807,10 @@ span.e-table-box.e-rbox-select {
|
|
|
2806
2807
|
color: #6b7280;
|
|
2807
2808
|
}
|
|
2808
2809
|
|
|
2810
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
2811
|
+
color: #6b7280;
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2809
2814
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
|
|
2810
2815
|
background: #f3f4f6;
|
|
2811
2816
|
}
|