@syncfusion/blazor-themes 24.2.6 → 24.2.8
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/SCSS-Themes/bootstrap-dark.scss +172 -31
- package/SCSS-Themes/bootstrap.scss +174 -33
- package/SCSS-Themes/bootstrap4.scss +165 -24
- package/SCSS-Themes/bootstrap5-dark.scss +160 -19
- package/SCSS-Themes/bootstrap5.scss +160 -19
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +1 -1
- package/SCSS-Themes/buttons/button/tailwind.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +160 -19
- package/SCSS-Themes/fabric.scss +160 -19
- package/SCSS-Themes/fluent-dark.scss +165 -24
- package/SCSS-Themes/fluent.scss +165 -24
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -4
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric.scss +0 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -4
- package/SCSS-Themes/grids/grid/fluent.scss +2 -4
- package/SCSS-Themes/grids/grid/highcontrast.scss +0 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material.scss +0 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material3.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +0 -2
- package/SCSS-Themes/highcontrast.scss +160 -19
- package/SCSS-Themes/material-dark.scss +160 -19
- package/SCSS-Themes/material.scss +160 -19
- package/SCSS-Themes/material3-dark.scss +161 -20
- package/SCSS-Themes/material3.scss +161 -20
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +39 -4
- package/SCSS-Themes/navigations/toolbar/bootstrap.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/fluent.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/highcontrast.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind.scss +35 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +4 -2
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +69 -22
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +75 -28
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +61 -14
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +59 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +59 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +59 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +59 -0
- package/SCSS-Themes/tailwind-dark.scss +161 -20
- package/SCSS-Themes/tailwind.scss +161 -20
- package/package.json +1 -1
|
@@ -72,7 +72,7 @@ $rte-big-quick-item-line-height: normal !default;
|
|
|
72
72
|
$rte-quick-item-line-height: 20px !default;
|
|
73
73
|
$rte-quick-item-active-bg: rgba($grey-base, .12) !default;
|
|
74
74
|
$rte-quick-item-active-font-color: $base-font !default;
|
|
75
|
-
$rte-quick-item-border:
|
|
75
|
+
$rte-quick-item-border: 0 solid transparent !default;
|
|
76
76
|
$rte-quick-item-hover-border-color: $grey-8c !default;
|
|
77
77
|
$rte-quick-item-active-border-color: $grey-8c !default;
|
|
78
78
|
$rte-content-padding: 16px !default;
|
|
@@ -110,11 +110,11 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
110
110
|
$rte-tb-items-margin-left: 6px !default;
|
|
111
111
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
112
112
|
$rte-tb-items-padding-left: 6px !default;
|
|
113
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
114
|
-
$rte-active-tb-item-btn-padding: 0
|
|
113
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
114
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
115
115
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
116
116
|
$rte-tb-active-font-color: $base-font !default;
|
|
117
|
-
$rte-tb-item-active-border:
|
|
117
|
+
$rte-tb-item-active-border: 0 !default;
|
|
118
118
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(250, 250, 250) !default;
|
|
119
119
|
$rte-color-picker-active-bg: inherit !default;
|
|
120
120
|
$rte-drop-btn-active-bg: $grey-e6 !default;
|
|
@@ -132,7 +132,7 @@ $rte-split-btn-span-active-bg: $grey-e6 !default;
|
|
|
132
132
|
$rte-split-btn-bar-bg: $grey-ad !default;
|
|
133
133
|
$rte-split-btn-active-bar-bg: $grey-ad !default;
|
|
134
134
|
$rte-split-btn-bar-size: 0 !default;
|
|
135
|
-
$rte-split-btn-active-border:
|
|
135
|
+
$rte-split-btn-active-border: 0 solid $grey-ad !default;
|
|
136
136
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
137
137
|
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
138
138
|
$rte-formatlists-dropdown-line-height: 20px;
|
|
@@ -159,15 +159,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
159
159
|
$rte-font-size-btn-min-width: 36px !default;
|
|
160
160
|
$rte-drop-btn-padding-left: 9px !default;
|
|
161
161
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
162
|
-
$rte-drop-btn-action-padding-left:
|
|
163
|
-
$rte-drop-btn-action-padding-right:
|
|
162
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
163
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
164
164
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
165
165
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
166
|
-
$rte-big-drop-btn-action-padding-left:
|
|
167
|
-
$rte-big-drop-btn-action-padding-right:
|
|
166
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
167
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
168
168
|
$rte-ext-tbar-overlay-icons-color: $base-font !default;
|
|
169
169
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
170
|
-
$rte-colorpicker-parent-padding-hover:
|
|
170
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
171
171
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
172
172
|
$rte-overlay-color: #383838 !default;
|
|
173
173
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -223,7 +223,7 @@ $rte-resize-handler-height: 15px;
|
|
|
223
223
|
$rte-resize-handler-position: 0;
|
|
224
224
|
$rte-default-character-count-opacity: .54;
|
|
225
225
|
|
|
226
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
226
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
227
227
|
$rte-placeholder-padding: 16px !default;
|
|
228
228
|
|
|
229
229
|
$rte-img-dlg-max-height: 426px !default;
|
|
@@ -312,9 +312,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
312
312
|
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
313
313
|
& .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
314
314
|
background: $rte-dropdown-active-bg;
|
|
315
|
-
border:
|
|
316
|
-
padding-left:
|
|
317
|
-
padding-right:
|
|
315
|
+
border: 0;
|
|
316
|
+
padding-left: 9px;
|
|
317
|
+
padding-right: 3.5px;
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
}
|
|
@@ -1255,7 +1255,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1255
1255
|
|
|
1256
1256
|
.e-rte-image.e-imginline,
|
|
1257
1257
|
.e-rte-audio.e-audio-inline,
|
|
1258
|
-
.e-rte-video.e-video-inline
|
|
1258
|
+
.e-rte-video.e-video-inline {
|
|
1259
|
+
margin-left: 5px;
|
|
1260
|
+
margin-right: 5px;
|
|
1259
1261
|
display: inline-block;
|
|
1260
1262
|
float: none;
|
|
1261
1263
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -1864,6 +1866,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1864
1866
|
.e-rte-quick-toolbar {
|
|
1865
1867
|
min-height: 48px;
|
|
1866
1868
|
|
|
1869
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
1870
|
+
.e-rte-color-content,
|
|
1871
|
+
.e-caret {
|
|
1872
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1873
|
+
|
|
1874
|
+
&:hover {
|
|
1875
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1867
1880
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1868
1881
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
1869
1882
|
min-height: 48px;
|
|
@@ -2612,12 +2625,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2612
2625
|
}
|
|
2613
2626
|
}
|
|
2614
2627
|
|
|
2615
|
-
@if $skin-name == 'bootstrap5' {
|
|
2616
|
-
.e-tbar-btn:focus .e-icons {
|
|
2617
|
-
color: $rte-quick-item-active-font-color;
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
2628
|
&.e-active .e-tbar-btn,
|
|
2622
2629
|
&.e-active .e-tbar-btn:focus {
|
|
2623
2630
|
background: $rte-tb-item-active-bg;
|
|
@@ -2641,10 +2648,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2641
2648
|
.e-tbar-btn:hover .e-icons {
|
|
2642
2649
|
color: $rte-tb-hover-font-color;
|
|
2643
2650
|
}
|
|
2644
|
-
|
|
2645
|
-
.e-tbar-btn:focus .e-icons {
|
|
2646
|
-
color: $primary-text-focus;
|
|
2647
|
-
}
|
|
2648
2651
|
}
|
|
2649
2652
|
|
|
2650
2653
|
.e-dropdown-btn.e-active {
|
|
@@ -2756,9 +2759,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2756
2759
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2757
2760
|
color: $rte-hover-icons-color;
|
|
2758
2761
|
}
|
|
2759
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2760
|
-
color: $rte-hover-icons-color;
|
|
2761
|
-
}
|
|
2762
2762
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2763
2763
|
color: $rte-tb-active-font-color;
|
|
2764
2764
|
}
|
|
@@ -2999,6 +2999,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2999
2999
|
.e-toolbar-items {
|
|
3000
3000
|
background: $rte-quick-pop-bg;
|
|
3001
3001
|
|
|
3002
|
+
.e-rte-backgroundcolor-dropdown {
|
|
3003
|
+
.e-rte-color-content{
|
|
3004
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
3005
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
3006
|
+
padding-top: 5px;
|
|
3007
|
+
}
|
|
3008
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
3009
|
+
@if $skin-name == 'FluentUI' {
|
|
3010
|
+
display: flex;
|
|
3011
|
+
align-items: center;
|
|
3012
|
+
justify-content: center;
|
|
3013
|
+
}
|
|
3014
|
+
&:hover {
|
|
3015
|
+
background: $rte-split-btn-span-hover-bg;
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
.e-caret {
|
|
3020
|
+
&:hover {
|
|
3021
|
+
background: $rte-split-btn-span-hover-bg;
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
&.e-tbar-btn:hover {
|
|
3025
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
3026
|
+
background: $rte-split-btn-hover-bg;
|
|
3027
|
+
}
|
|
3028
|
+
@if $skin-name =='bootstrap-dark'{
|
|
3029
|
+
background: $rte-tbar-default-bg;
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3002
3034
|
.e-separator {
|
|
3003
3035
|
border: .5px solid $rte-quick-vr-line-color;
|
|
3004
3036
|
}
|
|
@@ -3079,6 +3111,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3079
3111
|
}
|
|
3080
3112
|
}
|
|
3081
3113
|
|
|
3114
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
3115
|
+
.e-rte-color-content {
|
|
3116
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
3117
|
+
padding-top: 8px;
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3082
3122
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3083
3123
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3084
3124
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -3369,6 +3409,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3369
3409
|
color: $rte-icons-color;
|
|
3370
3410
|
}
|
|
3371
3411
|
|
|
3412
|
+
.e-bigger .e-richtexteditor,
|
|
3413
|
+
.e-richtexteditor {
|
|
3414
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
3415
|
+
color: $icon-color-disabled;
|
|
3416
|
+
}
|
|
3417
|
+
}
|
|
3418
|
+
|
|
3372
3419
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
3373
3420
|
border-radius: 4px;
|
|
3374
3421
|
}
|
|
@@ -1381,7 +1381,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1381
1381
|
|
|
1382
1382
|
.e-rte-image.e-imginline,
|
|
1383
1383
|
.e-rte-audio.e-audio-inline,
|
|
1384
|
-
.e-rte-video.e-video-inline
|
|
1384
|
+
.e-rte-video.e-video-inline {
|
|
1385
|
+
margin-left: 5px;
|
|
1386
|
+
margin-right: 5px;
|
|
1385
1387
|
display: inline-block;
|
|
1386
1388
|
float: none;
|
|
1387
1389
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -1990,6 +1992,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1990
1992
|
.e-rte-quick-toolbar {
|
|
1991
1993
|
min-height: 48px;
|
|
1992
1994
|
|
|
1995
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
1996
|
+
.e-rte-color-content,
|
|
1997
|
+
.e-caret {
|
|
1998
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1999
|
+
|
|
2000
|
+
&:hover {
|
|
2001
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
|
|
1993
2006
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1994
2007
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
1995
2008
|
min-height: 48px;
|
|
@@ -2738,12 +2751,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2738
2751
|
}
|
|
2739
2752
|
}
|
|
2740
2753
|
|
|
2741
|
-
@if $skin-name == 'bootstrap5' {
|
|
2742
|
-
.e-tbar-btn:focus .e-icons {
|
|
2743
|
-
color: $rte-quick-item-active-font-color;
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
2754
|
&.e-active .e-tbar-btn,
|
|
2748
2755
|
&.e-active .e-tbar-btn:focus {
|
|
2749
2756
|
background: $rte-tb-item-active-bg;
|
|
@@ -2767,10 +2774,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2767
2774
|
.e-tbar-btn:hover .e-icons {
|
|
2768
2775
|
color: $rte-tb-hover-font-color;
|
|
2769
2776
|
}
|
|
2770
|
-
|
|
2771
|
-
.e-tbar-btn:focus .e-icons {
|
|
2772
|
-
color: $primary-text-focus;
|
|
2773
|
-
}
|
|
2774
2777
|
}
|
|
2775
2778
|
|
|
2776
2779
|
.e-dropdown-btn.e-active {
|
|
@@ -2882,9 +2885,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2882
2885
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2883
2886
|
color: $rte-hover-icons-color;
|
|
2884
2887
|
}
|
|
2885
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2886
|
-
color: $rte-hover-icons-color;
|
|
2887
|
-
}
|
|
2888
2888
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2889
2889
|
color: $rte-tb-active-font-color;
|
|
2890
2890
|
}
|
|
@@ -3125,6 +3125,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3125
3125
|
.e-toolbar-items {
|
|
3126
3126
|
background: $rte-quick-pop-bg;
|
|
3127
3127
|
|
|
3128
|
+
.e-rte-backgroundcolor-dropdown {
|
|
3129
|
+
.e-rte-color-content{
|
|
3130
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
3131
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
3132
|
+
padding-top: 5px;
|
|
3133
|
+
}
|
|
3134
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
3135
|
+
@if $skin-name == 'FluentUI' {
|
|
3136
|
+
display: flex;
|
|
3137
|
+
align-items: center;
|
|
3138
|
+
justify-content: center;
|
|
3139
|
+
}
|
|
3140
|
+
&:hover {
|
|
3141
|
+
background: $rte-split-btn-span-hover-bg;
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
.e-caret {
|
|
3146
|
+
&:hover {
|
|
3147
|
+
background: $rte-split-btn-span-hover-bg;
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
&.e-tbar-btn:hover {
|
|
3151
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
3152
|
+
background: $rte-split-btn-hover-bg;
|
|
3153
|
+
}
|
|
3154
|
+
@if $skin-name =='bootstrap-dark'{
|
|
3155
|
+
background: $rte-tbar-default-bg;
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3128
3160
|
.e-separator {
|
|
3129
3161
|
border: .5px solid $rte-quick-vr-line-color;
|
|
3130
3162
|
}
|
|
@@ -3205,6 +3237,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3205
3237
|
}
|
|
3206
3238
|
}
|
|
3207
3239
|
|
|
3240
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
3241
|
+
.e-rte-color-content {
|
|
3242
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
3243
|
+
padding-top: 8px;
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3208
3248
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3209
3249
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3210
3250
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -3495,6 +3535,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3495
3535
|
color: $rte-icons-color;
|
|
3496
3536
|
}
|
|
3497
3537
|
|
|
3538
|
+
.e-bigger .e-richtexteditor,
|
|
3539
|
+
.e-richtexteditor {
|
|
3540
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
3541
|
+
color: $icon-color-disabled;
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3498
3545
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
3499
3546
|
border-radius: 4px;
|
|
3500
3547
|
}
|
|
@@ -1183,7 +1183,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1183
1183
|
|
|
1184
1184
|
.e-rte-image.e-imginline,
|
|
1185
1185
|
.e-rte-audio.e-audio-inline,
|
|
1186
|
-
.e-rte-video.e-video-inline
|
|
1186
|
+
.e-rte-video.e-video-inline {
|
|
1187
|
+
margin-left: 5px;
|
|
1188
|
+
margin-right: 5px;
|
|
1187
1189
|
display: inline-block;
|
|
1188
1190
|
float: none;
|
|
1189
1191
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -1792,6 +1794,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1792
1794
|
.e-rte-quick-toolbar {
|
|
1793
1795
|
min-height: 48px;
|
|
1794
1796
|
|
|
1797
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
1798
|
+
.e-rte-color-content,
|
|
1799
|
+
.e-caret {
|
|
1800
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1801
|
+
|
|
1802
|
+
&:hover {
|
|
1803
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1795
1808
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1796
1809
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
1797
1810
|
min-height: 48px;
|
|
@@ -2540,12 +2553,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2540
2553
|
}
|
|
2541
2554
|
}
|
|
2542
2555
|
|
|
2543
|
-
@if $skin-name == 'bootstrap5' {
|
|
2544
|
-
.e-tbar-btn:focus .e-icons {
|
|
2545
|
-
color: $rte-quick-item-active-font-color;
|
|
2546
|
-
}
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
2556
|
&.e-active .e-tbar-btn,
|
|
2550
2557
|
&.e-active .e-tbar-btn:focus {
|
|
2551
2558
|
background: $rte-tb-item-active-bg;
|
|
@@ -2569,10 +2576,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2569
2576
|
.e-tbar-btn:hover .e-icons {
|
|
2570
2577
|
color: $rte-tb-hover-font-color;
|
|
2571
2578
|
}
|
|
2572
|
-
|
|
2573
|
-
.e-tbar-btn:focus .e-icons {
|
|
2574
|
-
color: $primary-text-focus;
|
|
2575
|
-
}
|
|
2576
2579
|
}
|
|
2577
2580
|
|
|
2578
2581
|
.e-dropdown-btn.e-active {
|
|
@@ -2684,9 +2687,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2684
2687
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2685
2688
|
color: $rte-hover-icons-color;
|
|
2686
2689
|
}
|
|
2687
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2688
|
-
color: $rte-hover-icons-color;
|
|
2689
|
-
}
|
|
2690
2690
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2691
2691
|
color: $rte-tb-active-font-color;
|
|
2692
2692
|
}
|
|
@@ -2927,6 +2927,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2927
2927
|
.e-toolbar-items {
|
|
2928
2928
|
background: $rte-quick-pop-bg;
|
|
2929
2929
|
|
|
2930
|
+
.e-rte-backgroundcolor-dropdown {
|
|
2931
|
+
.e-rte-color-content{
|
|
2932
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
2933
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
2934
|
+
padding-top: 5px;
|
|
2935
|
+
}
|
|
2936
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
2937
|
+
@if $skin-name == 'FluentUI' {
|
|
2938
|
+
display: flex;
|
|
2939
|
+
align-items: center;
|
|
2940
|
+
justify-content: center;
|
|
2941
|
+
}
|
|
2942
|
+
&:hover {
|
|
2943
|
+
background: $rte-split-btn-span-hover-bg;
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
.e-caret {
|
|
2948
|
+
&:hover {
|
|
2949
|
+
background: $rte-split-btn-span-hover-bg;
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
&.e-tbar-btn:hover {
|
|
2953
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
2954
|
+
background: $rte-split-btn-hover-bg;
|
|
2955
|
+
}
|
|
2956
|
+
@if $skin-name =='bootstrap-dark'{
|
|
2957
|
+
background: $rte-tbar-default-bg;
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2930
2962
|
.e-separator {
|
|
2931
2963
|
border: .5px solid $rte-quick-vr-line-color;
|
|
2932
2964
|
}
|
|
@@ -3007,6 +3039,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3007
3039
|
}
|
|
3008
3040
|
}
|
|
3009
3041
|
|
|
3042
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
3043
|
+
.e-rte-color-content {
|
|
3044
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
3045
|
+
padding-top: 8px;
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3010
3050
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3011
3051
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3012
3052
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -3297,6 +3337,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3297
3337
|
color: $rte-icons-color;
|
|
3298
3338
|
}
|
|
3299
3339
|
|
|
3340
|
+
.e-bigger .e-richtexteditor,
|
|
3341
|
+
.e-richtexteditor {
|
|
3342
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
3343
|
+
color: $icon-color-disabled;
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3300
3347
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
3301
3348
|
border-radius: 4px;
|
|
3302
3349
|
}
|
|
@@ -1183,7 +1183,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1183
1183
|
|
|
1184
1184
|
.e-rte-image.e-imginline,
|
|
1185
1185
|
.e-rte-audio.e-audio-inline,
|
|
1186
|
-
.e-rte-video.e-video-inline
|
|
1186
|
+
.e-rte-video.e-video-inline {
|
|
1187
|
+
margin-left: 5px;
|
|
1188
|
+
margin-right: 5px;
|
|
1187
1189
|
display: inline-block;
|
|
1188
1190
|
float: none;
|
|
1189
1191
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -1792,6 +1794,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1792
1794
|
.e-rte-quick-toolbar {
|
|
1793
1795
|
min-height: 48px;
|
|
1794
1796
|
|
|
1797
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
1798
|
+
.e-rte-color-content,
|
|
1799
|
+
.e-caret {
|
|
1800
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1801
|
+
|
|
1802
|
+
&:hover {
|
|
1803
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1795
1808
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1796
1809
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
1797
1810
|
min-height: 48px;
|
|
@@ -2540,12 +2553,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2540
2553
|
}
|
|
2541
2554
|
}
|
|
2542
2555
|
|
|
2543
|
-
@if $skin-name == 'bootstrap5' {
|
|
2544
|
-
.e-tbar-btn:focus .e-icons {
|
|
2545
|
-
color: $rte-quick-item-active-font-color;
|
|
2546
|
-
}
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
2556
|
&.e-active .e-tbar-btn,
|
|
2550
2557
|
&.e-active .e-tbar-btn:focus {
|
|
2551
2558
|
background: $rte-tb-item-active-bg;
|
|
@@ -2569,10 +2576,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2569
2576
|
.e-tbar-btn:hover .e-icons {
|
|
2570
2577
|
color: $rte-tb-hover-font-color;
|
|
2571
2578
|
}
|
|
2572
|
-
|
|
2573
|
-
.e-tbar-btn:focus .e-icons {
|
|
2574
|
-
color: $primary-text-focus;
|
|
2575
|
-
}
|
|
2576
2579
|
}
|
|
2577
2580
|
|
|
2578
2581
|
.e-dropdown-btn.e-active {
|
|
@@ -2684,9 +2687,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2684
2687
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2685
2688
|
color: $rte-hover-icons-color;
|
|
2686
2689
|
}
|
|
2687
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2688
|
-
color: $rte-hover-icons-color;
|
|
2689
|
-
}
|
|
2690
2690
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2691
2691
|
color: $rte-tb-active-font-color;
|
|
2692
2692
|
}
|
|
@@ -2927,6 +2927,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2927
2927
|
.e-toolbar-items {
|
|
2928
2928
|
background: $rte-quick-pop-bg;
|
|
2929
2929
|
|
|
2930
|
+
.e-rte-backgroundcolor-dropdown {
|
|
2931
|
+
.e-rte-color-content{
|
|
2932
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
2933
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
2934
|
+
padding-top: 5px;
|
|
2935
|
+
}
|
|
2936
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
2937
|
+
@if $skin-name == 'FluentUI' {
|
|
2938
|
+
display: flex;
|
|
2939
|
+
align-items: center;
|
|
2940
|
+
justify-content: center;
|
|
2941
|
+
}
|
|
2942
|
+
&:hover {
|
|
2943
|
+
background: $rte-split-btn-span-hover-bg;
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
.e-caret {
|
|
2948
|
+
&:hover {
|
|
2949
|
+
background: $rte-split-btn-span-hover-bg;
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
&.e-tbar-btn:hover {
|
|
2953
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
2954
|
+
background: $rte-split-btn-hover-bg;
|
|
2955
|
+
}
|
|
2956
|
+
@if $skin-name =='bootstrap-dark'{
|
|
2957
|
+
background: $rte-tbar-default-bg;
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2930
2962
|
.e-separator {
|
|
2931
2963
|
border: .5px solid $rte-quick-vr-line-color;
|
|
2932
2964
|
}
|
|
@@ -3007,6 +3039,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3007
3039
|
}
|
|
3008
3040
|
}
|
|
3009
3041
|
|
|
3042
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
3043
|
+
.e-rte-color-content {
|
|
3044
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
3045
|
+
padding-top: 8px;
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3010
3050
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3011
3051
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3012
3052
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -3297,6 +3337,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3297
3337
|
color: $rte-icons-color;
|
|
3298
3338
|
}
|
|
3299
3339
|
|
|
3340
|
+
.e-bigger .e-richtexteditor,
|
|
3341
|
+
.e-richtexteditor {
|
|
3342
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
3343
|
+
color: $icon-color-disabled;
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3300
3347
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
3301
3348
|
border-radius: 4px;
|
|
3302
3349
|
}
|