@syncfusion/blazor-themes 24.2.7 → 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 +114 -30
- package/SCSS-Themes/bootstrap.scss +116 -32
- package/SCSS-Themes/bootstrap4.scss +105 -21
- package/SCSS-Themes/bootstrap5-dark.scss +102 -18
- package/SCSS-Themes/bootstrap5.scss +102 -18
- package/SCSS-Themes/fabric-dark.scss +102 -18
- package/SCSS-Themes/fabric.scss +102 -18
- package/SCSS-Themes/fluent-dark.scss +105 -21
- package/SCSS-Themes/fluent.scss +105 -21
- 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 +0 -2
- 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 +0 -2
- package/SCSS-Themes/grids/grid/fluent.scss +0 -2
- 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 +102 -18
- package/SCSS-Themes/material-dark.scss +102 -18
- package/SCSS-Themes/material.scss +102 -18
- package/SCSS-Themes/material3-dark.scss +103 -19
- package/SCSS-Themes/material3.scss +103 -19
- 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/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 +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +2 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +2 -0
- package/SCSS-Themes/tailwind-dark.scss +102 -18
- package/SCSS-Themes/tailwind.scss +102 -18
- package/package.json +1 -1
|
@@ -4189,8 +4189,9 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
4189
4189
|
padding-bottom: 30px;
|
|
4190
4190
|
height: 18px;
|
|
4191
4191
|
}
|
|
4192
|
-
max-width: 237px;
|
|
4193
4192
|
position: absolute;
|
|
4193
|
+
overflow: hidden;
|
|
4194
|
+
text-overflow: ellipsis;
|
|
4194
4195
|
}
|
|
4195
4196
|
|
|
4196
4197
|
.e-pv-reply-title {
|
|
@@ -4209,10 +4210,11 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
4209
4210
|
@if $skin-name == 'Material3' {
|
|
4210
4211
|
font-size: $text-xs;
|
|
4211
4212
|
}
|
|
4212
|
-
max-width: 212px;
|
|
4213
4213
|
padding-left: 8px;
|
|
4214
4214
|
padding-top: $pv-comment-title-padding-top;
|
|
4215
4215
|
position: absolute;
|
|
4216
|
+
overflow: hidden;
|
|
4217
|
+
text-overflow: ellipsis;
|
|
4216
4218
|
}
|
|
4217
4219
|
|
|
4218
4220
|
.e-pv-comments-hover {
|
|
@@ -4189,8 +4189,9 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
4189
4189
|
padding-bottom: 30px;
|
|
4190
4190
|
height: 18px;
|
|
4191
4191
|
}
|
|
4192
|
-
max-width: 237px;
|
|
4193
4192
|
position: absolute;
|
|
4193
|
+
overflow: hidden;
|
|
4194
|
+
text-overflow: ellipsis;
|
|
4194
4195
|
}
|
|
4195
4196
|
|
|
4196
4197
|
.e-pv-reply-title {
|
|
@@ -4209,10 +4210,11 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
4209
4210
|
@if $skin-name == 'Material3' {
|
|
4210
4211
|
font-size: $text-xs;
|
|
4211
4212
|
}
|
|
4212
|
-
max-width: 212px;
|
|
4213
4213
|
padding-left: 8px;
|
|
4214
4214
|
padding-top: $pv-comment-title-padding-top;
|
|
4215
4215
|
position: absolute;
|
|
4216
|
+
overflow: hidden;
|
|
4217
|
+
text-overflow: ellipsis;
|
|
4216
4218
|
}
|
|
4217
4219
|
|
|
4218
4220
|
.e-pv-comments-hover {
|
|
@@ -4187,8 +4187,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4187
4187
|
padding-bottom: 30px;
|
|
4188
4188
|
height: 18px;
|
|
4189
4189
|
}
|
|
4190
|
-
max-width: 237px;
|
|
4191
4190
|
position: absolute;
|
|
4191
|
+
overflow: hidden;
|
|
4192
|
+
text-overflow: ellipsis;
|
|
4192
4193
|
}
|
|
4193
4194
|
|
|
4194
4195
|
.e-pv-reply-title {
|
|
@@ -4207,10 +4208,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4207
4208
|
@if $skin-name == 'Material3' {
|
|
4208
4209
|
font-size: $text-xs;
|
|
4209
4210
|
}
|
|
4210
|
-
max-width: 212px;
|
|
4211
4211
|
padding-left: 8px;
|
|
4212
4212
|
padding-top: $pv-comment-title-padding-top;
|
|
4213
4213
|
position: absolute;
|
|
4214
|
+
overflow: hidden;
|
|
4215
|
+
text-overflow: ellipsis;
|
|
4214
4216
|
}
|
|
4215
4217
|
|
|
4216
4218
|
.e-pv-comments-hover {
|
|
@@ -4186,8 +4186,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4186
4186
|
padding-bottom: 30px;
|
|
4187
4187
|
height: 18px;
|
|
4188
4188
|
}
|
|
4189
|
-
max-width: 237px;
|
|
4190
4189
|
position: absolute;
|
|
4190
|
+
overflow: hidden;
|
|
4191
|
+
text-overflow: ellipsis;
|
|
4191
4192
|
}
|
|
4192
4193
|
|
|
4193
4194
|
.e-pv-reply-title {
|
|
@@ -4206,10 +4207,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4206
4207
|
@if $skin-name == 'Material3' {
|
|
4207
4208
|
font-size: $text-xs;
|
|
4208
4209
|
}
|
|
4209
|
-
max-width: 212px;
|
|
4210
4210
|
padding-left: 8px;
|
|
4211
4211
|
padding-top: $pv-comment-title-padding-top;
|
|
4212
4212
|
position: absolute;
|
|
4213
|
+
overflow: hidden;
|
|
4214
|
+
text-overflow: ellipsis;
|
|
4213
4215
|
}
|
|
4214
4216
|
|
|
4215
4217
|
.e-pv-comments-hover {
|
|
@@ -4184,8 +4184,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4184
4184
|
padding-bottom: 30px;
|
|
4185
4185
|
height: 18px;
|
|
4186
4186
|
}
|
|
4187
|
-
max-width: 237px;
|
|
4188
4187
|
position: absolute;
|
|
4188
|
+
overflow: hidden;
|
|
4189
|
+
text-overflow: ellipsis;
|
|
4189
4190
|
}
|
|
4190
4191
|
|
|
4191
4192
|
.e-pv-reply-title {
|
|
@@ -4204,10 +4205,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4204
4205
|
@if $skin-name == 'Material3' {
|
|
4205
4206
|
font-size: $text-xs;
|
|
4206
4207
|
}
|
|
4207
|
-
max-width: 212px;
|
|
4208
4208
|
padding-left: 8px;
|
|
4209
4209
|
padding-top: $pv-comment-title-padding-top;
|
|
4210
4210
|
position: absolute;
|
|
4211
|
+
overflow: hidden;
|
|
4212
|
+
text-overflow: ellipsis;
|
|
4211
4213
|
}
|
|
4212
4214
|
|
|
4213
4215
|
.e-pv-comments-hover {
|
|
@@ -4190,8 +4190,9 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
4190
4190
|
padding-bottom: 30px;
|
|
4191
4191
|
height: 18px;
|
|
4192
4192
|
}
|
|
4193
|
-
max-width: 237px;
|
|
4194
4193
|
position: absolute;
|
|
4194
|
+
overflow: hidden;
|
|
4195
|
+
text-overflow: ellipsis;
|
|
4195
4196
|
}
|
|
4196
4197
|
|
|
4197
4198
|
.e-pv-reply-title {
|
|
@@ -4210,10 +4211,11 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
4210
4211
|
@if $skin-name == 'Material3' {
|
|
4211
4212
|
font-size: $text-xs;
|
|
4212
4213
|
}
|
|
4213
|
-
max-width: 212px;
|
|
4214
4214
|
padding-left: 8px;
|
|
4215
4215
|
padding-top: $pv-comment-title-padding-top;
|
|
4216
4216
|
position: absolute;
|
|
4217
|
+
overflow: hidden;
|
|
4218
|
+
text-overflow: ellipsis;
|
|
4217
4219
|
}
|
|
4218
4220
|
|
|
4219
4221
|
.e-pv-comments-hover {
|
|
@@ -4190,8 +4190,9 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
4190
4190
|
padding-bottom: 30px;
|
|
4191
4191
|
height: 18px;
|
|
4192
4192
|
}
|
|
4193
|
-
max-width: 237px;
|
|
4194
4193
|
position: absolute;
|
|
4194
|
+
overflow: hidden;
|
|
4195
|
+
text-overflow: ellipsis;
|
|
4195
4196
|
}
|
|
4196
4197
|
|
|
4197
4198
|
.e-pv-reply-title {
|
|
@@ -4210,10 +4211,11 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
4210
4211
|
@if $skin-name == 'Material3' {
|
|
4211
4212
|
font-size: $text-xs;
|
|
4212
4213
|
}
|
|
4213
|
-
max-width: 212px;
|
|
4214
4214
|
padding-left: 8px;
|
|
4215
4215
|
padding-top: $pv-comment-title-padding-top;
|
|
4216
4216
|
position: absolute;
|
|
4217
|
+
overflow: hidden;
|
|
4218
|
+
text-overflow: ellipsis;
|
|
4217
4219
|
}
|
|
4218
4220
|
|
|
4219
4221
|
.e-pv-comments-hover {
|
|
@@ -4191,8 +4191,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4191
4191
|
padding-bottom: 30px;
|
|
4192
4192
|
height: 18px;
|
|
4193
4193
|
}
|
|
4194
|
-
max-width: 237px;
|
|
4195
4194
|
position: absolute;
|
|
4195
|
+
overflow: hidden;
|
|
4196
|
+
text-overflow: ellipsis;
|
|
4196
4197
|
}
|
|
4197
4198
|
|
|
4198
4199
|
.e-pv-reply-title {
|
|
@@ -4211,10 +4212,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4211
4212
|
@if $skin-name == 'Material3' {
|
|
4212
4213
|
font-size: $text-xs;
|
|
4213
4214
|
}
|
|
4214
|
-
max-width: 212px;
|
|
4215
4215
|
padding-left: 8px;
|
|
4216
4216
|
padding-top: $pv-comment-title-padding-top;
|
|
4217
4217
|
position: absolute;
|
|
4218
|
+
overflow: hidden;
|
|
4219
|
+
text-overflow: ellipsis;
|
|
4218
4220
|
}
|
|
4219
4221
|
|
|
4220
4222
|
.e-pv-comments-hover {
|
|
@@ -4191,8 +4191,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4191
4191
|
padding-bottom: 30px;
|
|
4192
4192
|
height: 18px;
|
|
4193
4193
|
}
|
|
4194
|
-
max-width: 237px;
|
|
4195
4194
|
position: absolute;
|
|
4195
|
+
overflow: hidden;
|
|
4196
|
+
text-overflow: ellipsis;
|
|
4196
4197
|
}
|
|
4197
4198
|
|
|
4198
4199
|
.e-pv-reply-title {
|
|
@@ -4211,10 +4212,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4211
4212
|
@if $skin-name == 'Material3' {
|
|
4212
4213
|
font-size: $text-xs;
|
|
4213
4214
|
}
|
|
4214
|
-
max-width: 212px;
|
|
4215
4215
|
padding-left: 8px;
|
|
4216
4216
|
padding-top: $pv-comment-title-padding-top;
|
|
4217
4217
|
position: absolute;
|
|
4218
|
+
overflow: hidden;
|
|
4219
|
+
text-overflow: ellipsis;
|
|
4218
4220
|
}
|
|
4219
4221
|
|
|
4220
4222
|
.e-pv-comments-hover {
|
|
@@ -108,8 +108,8 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
108
108
|
$rte-tb-items-margin-left: 6px !default;
|
|
109
109
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
110
110
|
$rte-tb-items-padding-left: 6px !default;
|
|
111
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
112
|
-
$rte-active-tb-item-btn-padding: 0
|
|
111
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
112
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
113
113
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
114
114
|
$rte-tb-active-font-color: $grey-dark-font !default;
|
|
115
115
|
$rte-tb-item-active-border: $rte-border-size $rte-border-type $grey-8c !default;
|
|
@@ -157,15 +157,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
157
157
|
$rte-font-size-btn-min-width: 36px !default;
|
|
158
158
|
$rte-drop-btn-padding-left: 9px !default;
|
|
159
159
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
160
|
-
$rte-drop-btn-action-padding-left:
|
|
161
|
-
$rte-drop-btn-action-padding-right:
|
|
160
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
161
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
162
162
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
163
163
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
164
|
-
$rte-big-drop-btn-action-padding-left:
|
|
165
|
-
$rte-big-drop-btn-action-padding-right:
|
|
164
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
165
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
166
166
|
$rte-ext-tbar-overlay-icons-color: $grey-dark-font !default;
|
|
167
167
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
168
|
-
$rte-colorpicker-parent-padding-hover:
|
|
168
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
169
169
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
170
170
|
$rte-overlay-color: #383838 !default;
|
|
171
171
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -222,7 +222,7 @@ $rte-resize-handler-width: 15px;
|
|
|
222
222
|
$rte-resize-handler-height: 15px;
|
|
223
223
|
$rte-resize-handler-position: 0;
|
|
224
224
|
|
|
225
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
225
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
226
226
|
$rte-default-character-count-opacity: .54;
|
|
227
227
|
$rte-placeholder-padding: 16px !default;
|
|
228
228
|
|
|
@@ -1198,7 +1198,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1198
1198
|
|
|
1199
1199
|
.e-rte-image.e-imginline,
|
|
1200
1200
|
.e-rte-audio.e-audio-inline,
|
|
1201
|
-
.e-rte-video.e-video-inline
|
|
1201
|
+
.e-rte-video.e-video-inline {
|
|
1202
|
+
margin-left: 5px;
|
|
1203
|
+
margin-right: 5px;
|
|
1202
1204
|
display: inline-block;
|
|
1203
1205
|
float: none;
|
|
1204
1206
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -1807,6 +1809,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
1807
1809
|
.e-rte-quick-toolbar {
|
|
1808
1810
|
min-height: 48px;
|
|
1809
1811
|
|
|
1812
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
1813
|
+
.e-rte-color-content,
|
|
1814
|
+
.e-caret {
|
|
1815
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1816
|
+
|
|
1817
|
+
&:hover {
|
|
1818
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1810
1823
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1811
1824
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
1812
1825
|
min-height: 48px;
|
|
@@ -2555,12 +2568,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2555
2568
|
}
|
|
2556
2569
|
}
|
|
2557
2570
|
|
|
2558
|
-
@if $skin-name == 'bootstrap5' {
|
|
2559
|
-
.e-tbar-btn:focus .e-icons {
|
|
2560
|
-
color: $rte-quick-item-active-font-color;
|
|
2561
|
-
}
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
2571
|
&.e-active .e-tbar-btn,
|
|
2565
2572
|
&.e-active .e-tbar-btn:focus {
|
|
2566
2573
|
background: $rte-tb-item-active-bg;
|
|
@@ -2584,10 +2591,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2584
2591
|
.e-tbar-btn:hover .e-icons {
|
|
2585
2592
|
color: $rte-tb-hover-font-color;
|
|
2586
2593
|
}
|
|
2587
|
-
|
|
2588
|
-
.e-tbar-btn:focus .e-icons {
|
|
2589
|
-
color: $primary-text-focus;
|
|
2590
|
-
}
|
|
2591
2594
|
}
|
|
2592
2595
|
|
|
2593
2596
|
.e-dropdown-btn.e-active {
|
|
@@ -2699,9 +2702,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2699
2702
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2700
2703
|
color: $rte-hover-icons-color;
|
|
2701
2704
|
}
|
|
2702
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2703
|
-
color: $rte-hover-icons-color;
|
|
2704
|
-
}
|
|
2705
2705
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2706
2706
|
color: $rte-tb-active-font-color;
|
|
2707
2707
|
}
|
|
@@ -2942,6 +2942,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
2942
2942
|
.e-toolbar-items {
|
|
2943
2943
|
background: $rte-quick-pop-bg;
|
|
2944
2944
|
|
|
2945
|
+
.e-rte-backgroundcolor-dropdown {
|
|
2946
|
+
.e-rte-color-content{
|
|
2947
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
2948
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
2949
|
+
padding-top: 5px;
|
|
2950
|
+
}
|
|
2951
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
2952
|
+
@if $skin-name == 'FluentUI' {
|
|
2953
|
+
display: flex;
|
|
2954
|
+
align-items: center;
|
|
2955
|
+
justify-content: center;
|
|
2956
|
+
}
|
|
2957
|
+
&:hover {
|
|
2958
|
+
background: $rte-split-btn-span-hover-bg;
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2962
|
+
.e-caret {
|
|
2963
|
+
&:hover {
|
|
2964
|
+
background: $rte-split-btn-span-hover-bg;
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
&.e-tbar-btn:hover {
|
|
2968
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
2969
|
+
background: $rte-split-btn-hover-bg;
|
|
2970
|
+
}
|
|
2971
|
+
@if $skin-name =='bootstrap-dark'{
|
|
2972
|
+
background: $rte-tbar-default-bg;
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2945
2977
|
.e-separator {
|
|
2946
2978
|
border: .5px solid $rte-quick-vr-line-color;
|
|
2947
2979
|
}
|
|
@@ -3022,6 +3054,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3022
3054
|
}
|
|
3023
3055
|
}
|
|
3024
3056
|
|
|
3057
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
3058
|
+
.e-rte-color-content {
|
|
3059
|
+
@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' {
|
|
3060
|
+
padding-top: 8px;
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3025
3065
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
3026
3066
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3027
3067
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -3312,6 +3352,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
3312
3352
|
color: $rte-icons-color;
|
|
3313
3353
|
}
|
|
3314
3354
|
|
|
3355
|
+
.e-bigger .e-richtexteditor,
|
|
3356
|
+
.e-richtexteditor {
|
|
3357
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
3358
|
+
color: $icon-color-disabled;
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3315
3362
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
3316
3363
|
border-radius: 4px;
|
|
3317
3364
|
}
|
|
@@ -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
|
}
|