@syncfusion/blazor-themes 24.2.4 → 24.2.6

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.
Files changed (35) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +56 -12
  2. package/SCSS-Themes/bootstrap.scss +54 -10
  3. package/SCSS-Themes/bootstrap4.scss +60 -16
  4. package/SCSS-Themes/bootstrap5-dark.scss +54 -10
  5. package/SCSS-Themes/bootstrap5.scss +54 -10
  6. package/SCSS-Themes/fabric-dark.scss +54 -10
  7. package/SCSS-Themes/fabric.scss +54 -10
  8. package/SCSS-Themes/fluent-dark.scss +55 -11
  9. package/SCSS-Themes/fluent.scss +55 -11
  10. package/SCSS-Themes/highcontrast.scss +54 -10
  11. package/SCSS-Themes/material-dark.scss +54 -10
  12. package/SCSS-Themes/material.scss +54 -10
  13. package/SCSS-Themes/material3-dark.scss +55 -11
  14. package/SCSS-Themes/material3.scss +55 -11
  15. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +2 -2
  16. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +2 -2
  17. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +54 -10
  18. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +54 -10
  19. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +58 -14
  20. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +54 -10
  21. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +54 -10
  22. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +54 -10
  23. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +54 -10
  24. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +55 -11
  25. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +55 -11
  26. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +54 -10
  27. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +54 -10
  28. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +54 -10
  29. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +55 -11
  30. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +55 -11
  31. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +71 -27
  32. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +71 -27
  33. package/SCSS-Themes/tailwind-dark.scss +71 -27
  34. package/SCSS-Themes/tailwind.scss +71 -27
  35. package/package.json +1 -1
@@ -49,7 +49,7 @@ $rte-2px-border-size: 2px !default;
49
49
  $rte-border-type: solid !default;
50
50
  $rte-list-btn-flex: column !default;
51
51
  $rte-list-btn-line-height: 30px !default;
52
- $rte-big-list-btn-line-height: 36px !default;
52
+ $rte-big-list-btn-line-height: 38px !default;
53
53
  $rte-split-btn-line-height: 30px !default;
54
54
  $rte-big-split-btn-line-height: 38px !default;
55
55
  $rte-big-quick-item-btn-width: 38px !default;
@@ -79,7 +79,7 @@ $rte-big-tb-items-margin-left: 3px !default;
79
79
  $rte-tb-items-margin-left: 7px !default;
80
80
  $rte-big-tb-items-padding-left: 3px !default;
81
81
  $rte-tb-items-padding-left: 7px !default;
82
- $rte-active-tb-item-btn-padding: 0 !default;
82
+ $rte-active-tb-item-btn-padding: 0 4px !default;
83
83
  $rte-split-btn-bar-size: 0 !default;
84
84
  $rte-split-btn-active-color-icon-line-height: 30px !default;
85
85
  $rte-big-split-btn-active-color-icon-line-height: 35px !default;
@@ -90,17 +90,17 @@ $rte-drop-btn-padding-left: 7px !default;
90
90
  $dropdown-btn-font-size: $text-sm;
91
91
  $dropdown-btn-big-font-size: $text-base;
92
92
  $rte-drop-btn-padding-right: 2.5px !default;
93
- $rte-drop-btn-action-padding-left: 6px !default;
94
- $rte-drop-btn-action-padding-right: 1.5px !default;
93
+ $rte-drop-btn-action-padding-left: 7px !default;
94
+ $rte-drop-btn-action-padding-right: 2.5px !default;
95
95
  $rte-big-drop-btn-padding-left: 10px !default;
96
96
  $rte-big-drop-btn-padding-right: 6px !default;
97
- $rte-big-drop-btn-action-padding-left: 9px !default;
98
- $rte-big-drop-btn-action-padding-right: 5px !default;
99
- $rte-colorpicker-parent-padding: .8px !default;
100
- $rte-colorpicker-parent-padding-hover: 0 !default;
97
+ $rte-big-drop-btn-action-padding-left: 10px !default;
98
+ $rte-big-drop-btn-action-padding-right: 6px !default;
99
+ $rte-colorpicker-parent-padding: 1px !default;
100
+ $rte-colorpicker-parent-padding-hover: 1px !default;
101
101
  $rte-colorpicker-parent-padding-active-hover: 0 !default;
102
102
  $rte-dropdown-btn-color-content-height: 30px !default;
103
- $rte-big-dropdown-btn-color-content-height: 36px !default;
103
+ $rte-big-dropdown-btn-color-content-height: 38px !default;
104
104
  $rte-font-icon-width: 30px !default;
105
105
  $rte-font-arrow-width: 18px !default;
106
106
  $rte-font-arrow-touch-width: 20px !default;
@@ -108,7 +108,7 @@ $rte-font-icon-line-height: $leading-none !default;
108
108
  $rte-placeholder-line-height: $leading-normal !default;
109
109
  $rte-big-active-tb-item-btn-padding: 0 6px !default;
110
110
  $rte-table-popup-padding: 18px 18px 8px 22px !default;
111
- $rte-table-popup-border: 1px solid $cool-gray-600 !default;
111
+ $rte-table-popup-border: 1px solid $cool-gray-300 !default;
112
112
  $rte-insert-dialog-label-padding-top: 12px !default;
113
113
  $rte-insert-dialog-label-padding-bottom: 3px !default;
114
114
  $rte-big-quick-tbar-item-min-height: 38px !default;
@@ -130,13 +130,14 @@ $rte-big-inline-tmp-size-min-width: 59px;
130
130
  $rte-inline-tmp-size-min-width: 66px;
131
131
  $rte-big-inline-tmp-color-min-width: 50px;
132
132
  $rte-inline-tmp-color-min-width: 55px;
133
- $rte-big-color-list-span-common-padding-left-right: 0;
133
+ $rte-big-color-list-span-common-padding-left-right: 1px;
134
134
  $rte-placeholder-padding: 12px !default;
135
135
  $rte-default-character-count-opacity: 1;
136
136
  $rte-droparea-line-height: 10;
137
137
  $rte-droparea-browsebtn-height: 36px;
138
138
  $rte-droparea-browsebtn-padding: 0 18px;
139
- $rte-droparea-browsebtn-top: -50px;
139
+ $rte-droparea-browsebtn-top: -120px;
140
+ $rte-big-droparea-browsebtn-top: -120px;
140
141
  $rte-insert-dialog-font-size: 15px;
141
142
  $rte-big-insert-dialog-font-size: 15px;
142
143
  $rte-table-popup-tablecell-height: 14px;
@@ -148,10 +149,10 @@ $rte-big-tablecell-height : 16px;
148
149
  $rte-big-tablecell-width : 16px;
149
150
  $rte-toolbar-item-frist-last-child-margin: 0;
150
151
  $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
151
- $rte-toolbar-expaned-padding: 0 5px;
152
+ $rte-toolbar-expaned-padding: 0 4px;
152
153
  $rte-toolbar-expaned-padding-hover: 0 4px;
153
154
  $rte-formatlists-dropdown-line-height: 20px;
154
- $rte-big-formatlists-dropdown-line-height: 30px;
155
+ $rte-big-formatlists-dropdown-line-height: 35px;
155
156
 
156
157
  //Layout Variables End
157
158
 
@@ -169,7 +170,7 @@ $rte-img-popup-box-shadow: $shadow !default;
169
170
  $rte-img-popup-color: $border-light !default;
170
171
  $rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
171
172
  $rte-quick-item-active-font-color: $icon-color !default;
172
- $rte-quick-item-border: 0 !default;
173
+ $rte-quick-item-border: 1px solid transparent !default;
173
174
  $rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
174
175
  $rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
175
176
  $rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
@@ -184,7 +185,7 @@ $rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
184
185
  $rte-quick-tb-btn-hover: $secondary-bg-color-pressed !default;
185
186
  $rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
186
187
  $rte-tb-active-font-color: $icon-color !default;
187
- $rte-tb-item-active-border: 1px solid $secondary-border-color-pressed !default;
188
+ $rte-tb-item-active-border: 0 solid $secondary-border-color-pressed !default;
188
189
  $rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $border-light !default;
189
190
  $rte-color-picker-active-bg: inherit !default;
190
191
  $rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
@@ -245,7 +246,7 @@ $rte-border-bottom-right-radius: 0;
245
246
  $rte-border-bottom-left-radius: 0;
246
247
  $rte-big-border-radius: 0;
247
248
  $rte-extended-toolbar-items-padding: 0;
248
- $rte-expand-tbar-hover-bg: $content-bg-color-alt3 !default;
249
+ $rte-expand-tbar-hover-bg: $content-bg-color-alt1 !default;
249
250
 
250
251
  //Theme Variables End
251
252
 
@@ -272,13 +273,14 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
272
273
  $rte-big-table-dlg-max-height: 283px !default;
273
274
  $rte-big-edit-table-dlg-max-height: 388px !default;
274
275
  $rte-drop-text-width: 300px !default;
275
- $rte-drop-text-height: 185px !default;
276
+ $rte-drop-text-height: 128px !default;
277
+ $rte-big-drop-text-height: 140px !default;
276
278
  $rte-drop-text-mobile-width: 250px !default;
277
279
  $rte-tbar-default-bg: $content-bg-color-alt2;
278
280
  $rte-big-insert-dialog-label-padding-top: 12px;
279
281
  $rte-tbar-icon-size: 20px;
280
282
  $rte-dropdown-btn-color-content-padding: 1px !default;
281
- $rte-big-dropdown-btn-color-content-padding: 1px !default;
283
+ $rte-big-dropdown-btn-color-content-padding: 0 !default;
282
284
  $rte-tb-expended-min-height: 40px !default;
283
285
  $rte-big-tb-expended-min-height: 48px !default;
284
286
  $rte-tb-expended-padding-left: 1px !default;
@@ -443,6 +445,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
443
445
  .e-rte-content .e-content {
444
446
  font-size: $rte-big-content-font-size;
445
447
  }
448
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
449
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
450
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
451
+ top: $rte-big-droparea-browsebtn-top;
452
+ }
446
453
  }
447
454
 
448
455
  .e-richtexteditor {
@@ -965,6 +972,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
965
972
  }
966
973
  }
967
974
 
975
+ @if $skin-name == 'tailwind' {
976
+ .e-bigger {
977
+ .e-richtexteditor {
978
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
979
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
980
+ padding: 0 8px;
981
+ }
982
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
983
+ padding: 0 8px;
984
+ }
985
+ }
986
+ }
987
+ }
988
+
968
989
  .e-rte-linkcontent .e-rte-label {
969
990
  padding-top: $rte-insert-dialog-label-padding-top;
970
991
  }
@@ -1215,19 +1236,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1215
1236
  }
1216
1237
 
1217
1238
  .e-rte-img-caption.e-imgcenter {
1218
- display: block;
1239
+ display: contents;
1219
1240
  margin-left: auto;
1220
1241
  margin-right: auto;
1221
1242
  }
1222
1243
 
1223
1244
  .e-rte-img-caption.e-imgright {
1224
- display: block;
1245
+ display: contents;
1225
1246
  margin-left: auto;
1226
1247
  margin-right: 0;
1227
1248
  }
1228
1249
 
1229
1250
  .e-rte-img-caption.e-imgleft {
1230
- display: block;
1251
+ display: contents;
1231
1252
  margin-left: 0;
1232
1253
  margin-right: auto;
1233
1254
  }
@@ -1244,7 +1265,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1244
1265
  }
1245
1266
 
1246
1267
  .e-img-caption.e-rte-img-caption.e-imgbreak {
1247
- display: block;
1268
+ display: contents;
1248
1269
  }
1249
1270
 
1250
1271
  .e-rte-table {
@@ -1415,7 +1436,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1415
1436
 
1416
1437
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1417
1438
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1418
- top: -130px;
1439
+ top: $rte-droparea-browsebtn-top;
1419
1440
  }
1420
1441
 
1421
1442
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -1941,6 +1962,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1941
1962
  }
1942
1963
  }
1943
1964
  }
1965
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
1966
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1967
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1968
+ @if $skin-name == 'tailwind' {
1969
+ padding: 1px;
1970
+ }
1971
+ }
1972
+ }
1944
1973
 
1945
1974
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1946
1975
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -2990,7 +3019,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2990
3019
  }
2991
3020
 
2992
3021
  .e-dialog .e-vid-uploadwrap .e-droptext {
2993
- height: 108px;
3022
+ height: $rte-drop-text-height;
3023
+ }
3024
+
3025
+ .e-bigger .e-richtexteditor {
3026
+ .e-dialog .e-img-uploadwrap .e-droptext,
3027
+ .e-dialog .e-aud-uploadwrap .e-droptext,
3028
+ .e-dialog .e-vid-uploadwrap .e-droptext {
3029
+ height: $rte-big-drop-text-height;
3030
+ }
2994
3031
  }
2995
3032
 
2996
3033
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -3260,8 +3297,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3260
3297
  }
3261
3298
 
3262
3299
  .e-richtexteditor .e-toolbar .e-tbar-btn {
3263
- border-bottom: 1px solid $transparent;
3264
- border-top: 1px solid $transparent;
3300
+ border: 1px solid $transparent;
3265
3301
  }
3266
3302
 
3267
3303
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -3273,6 +3309,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3273
3309
  background: $rte-tb-hover-bg-color;
3274
3310
  border: 1px solid $rte-quick-item-hover-border-color;
3275
3311
  }
3312
+
3313
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
3314
+ border: 1px solid $transparent;
3315
+ }
3316
+
3317
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
3318
+ border: 1px solid $transparent;
3319
+ }
3276
3320
  }
3277
3321
 
3278
3322
  @if $skin-name == 'bootstrap5' {
@@ -49,7 +49,7 @@ $rte-2px-border-size: 2px !default;
49
49
  $rte-border-type: solid !default;
50
50
  $rte-list-btn-flex: column !default;
51
51
  $rte-list-btn-line-height: 30px !default;
52
- $rte-big-list-btn-line-height: 36px !default;
52
+ $rte-big-list-btn-line-height: 38px !default;
53
53
  $rte-split-btn-line-height: 30px !default;
54
54
  $rte-big-split-btn-line-height: 38px !default;
55
55
  $rte-big-quick-item-btn-width: 38px !default;
@@ -79,7 +79,7 @@ $rte-big-tb-items-margin-left: 3px !default;
79
79
  $rte-tb-items-margin-left: 7px !default;
80
80
  $rte-big-tb-items-padding-left: 3px !default;
81
81
  $rte-tb-items-padding-left: 7px !default;
82
- $rte-active-tb-item-btn-padding: 0 !default;
82
+ $rte-active-tb-item-btn-padding: 0 4px !default;
83
83
  $rte-split-btn-bar-size: 0 !default;
84
84
  $rte-split-btn-active-color-icon-line-height: 30px !default;
85
85
  $rte-big-split-btn-active-color-icon-line-height: 35px !default;
@@ -90,17 +90,17 @@ $rte-drop-btn-padding-left: 7px !default;
90
90
  $dropdown-btn-font-size: $text-sm;
91
91
  $dropdown-btn-big-font-size: $text-base;
92
92
  $rte-drop-btn-padding-right: 2.5px !default;
93
- $rte-drop-btn-action-padding-left: 6px !default;
94
- $rte-drop-btn-action-padding-right: 1.5px !default;
93
+ $rte-drop-btn-action-padding-left: 7px !default;
94
+ $rte-drop-btn-action-padding-right: 2.5px !default;
95
95
  $rte-big-drop-btn-padding-left: 10px !default;
96
96
  $rte-big-drop-btn-padding-right: 6px !default;
97
- $rte-big-drop-btn-action-padding-left: 9px !default;
98
- $rte-big-drop-btn-action-padding-right: 5px !default;
99
- $rte-colorpicker-parent-padding: .8px !default;
100
- $rte-colorpicker-parent-padding-hover: 0 !default;
97
+ $rte-big-drop-btn-action-padding-left: 10px !default;
98
+ $rte-big-drop-btn-action-padding-right: 6px !default;
99
+ $rte-colorpicker-parent-padding: 1px !default;
100
+ $rte-colorpicker-parent-padding-hover: 1px !default;
101
101
  $rte-colorpicker-parent-padding-active-hover: 0 !default;
102
102
  $rte-dropdown-btn-color-content-height: 30px !default;
103
- $rte-big-dropdown-btn-color-content-height: 36px !default;
103
+ $rte-big-dropdown-btn-color-content-height: 38px !default;
104
104
  $rte-font-icon-width: 30px !default;
105
105
  $rte-font-arrow-width: 18px !default;
106
106
  $rte-font-arrow-touch-width: 20px !default;
@@ -108,7 +108,7 @@ $rte-font-icon-line-height: $leading-none !default;
108
108
  $rte-placeholder-line-height: $leading-normal !default;
109
109
  $rte-big-active-tb-item-btn-padding: 0 6px !default;
110
110
  $rte-table-popup-padding: 18px 18px 8px 22px !default;
111
- $rte-table-popup-border: 1px solid $cool-gray-600 !default;
111
+ $rte-table-popup-border: 1px solid $cool-gray-300 !default;
112
112
  $rte-insert-dialog-label-padding-top: 12px !default;
113
113
  $rte-insert-dialog-label-padding-bottom: 3px !default;
114
114
  $rte-big-quick-tbar-item-min-height: 38px !default;
@@ -130,13 +130,14 @@ $rte-big-inline-tmp-size-min-width: 59px;
130
130
  $rte-inline-tmp-size-min-width: 66px;
131
131
  $rte-big-inline-tmp-color-min-width: 50px;
132
132
  $rte-inline-tmp-color-min-width: 55px;
133
- $rte-big-color-list-span-common-padding-left-right: 0;
133
+ $rte-big-color-list-span-common-padding-left-right: 1px;
134
134
  $rte-placeholder-padding: 12px !default;
135
135
  $rte-default-character-count-opacity: 1;
136
136
  $rte-droparea-line-height: 10;
137
137
  $rte-droparea-browsebtn-height: 36px;
138
138
  $rte-droparea-browsebtn-padding: 0 18px;
139
- $rte-droparea-browsebtn-top: -50px;
139
+ $rte-droparea-browsebtn-top: -120px;
140
+ $rte-big-droparea-browsebtn-top: -120px;
140
141
  $rte-insert-dialog-font-size: 15px;
141
142
  $rte-big-insert-dialog-font-size: 15px;
142
143
  $rte-table-popup-tablecell-height: 14px;
@@ -148,10 +149,10 @@ $rte-big-tablecell-height : 16px;
148
149
  $rte-big-tablecell-width : 16px;
149
150
  $rte-toolbar-item-frist-last-child-margin: 0;
150
151
  $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
151
- $rte-toolbar-expaned-padding: 0 5px;
152
+ $rte-toolbar-expaned-padding: 0 4px;
152
153
  $rte-toolbar-expaned-padding-hover: 0 4px;
153
154
  $rte-formatlists-dropdown-line-height: 20px;
154
- $rte-big-formatlists-dropdown-line-height: 30px;
155
+ $rte-big-formatlists-dropdown-line-height: 35px;
155
156
 
156
157
  //Layout Variables End
157
158
 
@@ -169,7 +170,7 @@ $rte-img-popup-box-shadow: $shadow !default;
169
170
  $rte-img-popup-color: $border-light !default;
170
171
  $rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
171
172
  $rte-quick-item-active-font-color: $icon-color !default;
172
- $rte-quick-item-border: 0 !default;
173
+ $rte-quick-item-border: 1px solid transparent !default;
173
174
  $rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
174
175
  $rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
175
176
  $rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
@@ -184,7 +185,7 @@ $rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
184
185
  $rte-quick-tb-btn-hover: $secondary-bg-color-pressed !default;
185
186
  $rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
186
187
  $rte-tb-active-font-color: $icon-color !default;
187
- $rte-tb-item-active-border: 1px solid $secondary-border-color-pressed !default;
188
+ $rte-tb-item-active-border: 0 solid $secondary-border-color-pressed !default;
188
189
  $rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $border-light !default;
189
190
  $rte-color-picker-active-bg: inherit !default;
190
191
  $rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
@@ -245,7 +246,7 @@ $rte-border-bottom-right-radius: 0;
245
246
  $rte-border-bottom-left-radius: 0;
246
247
  $rte-big-border-radius: 0;
247
248
  $rte-extended-toolbar-items-padding: 0;
248
- $rte-expand-tbar-hover-bg: $content-bg-color-alt3 !default;
249
+ $rte-expand-tbar-hover-bg: $content-bg-color-alt1 !default;
249
250
 
250
251
  //Theme Variables End
251
252
 
@@ -272,13 +273,14 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
272
273
  $rte-big-table-dlg-max-height: 283px !default;
273
274
  $rte-big-edit-table-dlg-max-height: 388px !default;
274
275
  $rte-drop-text-width: 300px !default;
275
- $rte-drop-text-height: 185px !default;
276
+ $rte-drop-text-height: 128px !default;
277
+ $rte-big-drop-text-height: 140px !default;
276
278
  $rte-drop-text-mobile-width: 250px !default;
277
279
  $rte-tbar-default-bg: $content-bg-color-alt2;
278
280
  $rte-big-insert-dialog-label-padding-top: 12px;
279
281
  $rte-tbar-icon-size: 20px;
280
282
  $rte-dropdown-btn-color-content-padding: 1px !default;
281
- $rte-big-dropdown-btn-color-content-padding: 1px !default;
283
+ $rte-big-dropdown-btn-color-content-padding: 0 !default;
282
284
  $rte-tb-expended-min-height: 40px !default;
283
285
  $rte-big-tb-expended-min-height: 48px !default;
284
286
  $rte-tb-expended-padding-left: 1px !default;
@@ -443,6 +445,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
443
445
  .e-rte-content .e-content {
444
446
  font-size: $rte-big-content-font-size;
445
447
  }
448
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
449
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
450
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
451
+ top: $rte-big-droparea-browsebtn-top;
452
+ }
446
453
  }
447
454
 
448
455
  .e-richtexteditor {
@@ -965,6 +972,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
965
972
  }
966
973
  }
967
974
 
975
+ @if $skin-name == 'tailwind' {
976
+ .e-bigger {
977
+ .e-richtexteditor {
978
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
979
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
980
+ padding: 0 8px;
981
+ }
982
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
983
+ padding: 0 8px;
984
+ }
985
+ }
986
+ }
987
+ }
988
+
968
989
  .e-rte-linkcontent .e-rte-label {
969
990
  padding-top: $rte-insert-dialog-label-padding-top;
970
991
  }
@@ -1215,19 +1236,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1215
1236
  }
1216
1237
 
1217
1238
  .e-rte-img-caption.e-imgcenter {
1218
- display: block;
1239
+ display: contents;
1219
1240
  margin-left: auto;
1220
1241
  margin-right: auto;
1221
1242
  }
1222
1243
 
1223
1244
  .e-rte-img-caption.e-imgright {
1224
- display: block;
1245
+ display: contents;
1225
1246
  margin-left: auto;
1226
1247
  margin-right: 0;
1227
1248
  }
1228
1249
 
1229
1250
  .e-rte-img-caption.e-imgleft {
1230
- display: block;
1251
+ display: contents;
1231
1252
  margin-left: 0;
1232
1253
  margin-right: auto;
1233
1254
  }
@@ -1244,7 +1265,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1244
1265
  }
1245
1266
 
1246
1267
  .e-img-caption.e-rte-img-caption.e-imgbreak {
1247
- display: block;
1268
+ display: contents;
1248
1269
  }
1249
1270
 
1250
1271
  .e-rte-table {
@@ -1415,7 +1436,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1415
1436
 
1416
1437
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1417
1438
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1418
- top: -130px;
1439
+ top: $rte-droparea-browsebtn-top;
1419
1440
  }
1420
1441
 
1421
1442
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -1941,6 +1962,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1941
1962
  }
1942
1963
  }
1943
1964
  }
1965
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
1966
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1967
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1968
+ @if $skin-name == 'tailwind' {
1969
+ padding: 1px;
1970
+ }
1971
+ }
1972
+ }
1944
1973
 
1945
1974
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1946
1975
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -2990,7 +3019,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2990
3019
  }
2991
3020
 
2992
3021
  .e-dialog .e-vid-uploadwrap .e-droptext {
2993
- height: 108px;
3022
+ height: $rte-drop-text-height;
3023
+ }
3024
+
3025
+ .e-bigger .e-richtexteditor {
3026
+ .e-dialog .e-img-uploadwrap .e-droptext,
3027
+ .e-dialog .e-aud-uploadwrap .e-droptext,
3028
+ .e-dialog .e-vid-uploadwrap .e-droptext {
3029
+ height: $rte-big-drop-text-height;
3030
+ }
2994
3031
  }
2995
3032
 
2996
3033
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -3260,8 +3297,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3260
3297
  }
3261
3298
 
3262
3299
  .e-richtexteditor .e-toolbar .e-tbar-btn {
3263
- border-bottom: 1px solid $transparent;
3264
- border-top: 1px solid $transparent;
3300
+ border: 1px solid $transparent;
3265
3301
  }
3266
3302
 
3267
3303
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -3273,6 +3309,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3273
3309
  background: $rte-tb-hover-bg-color;
3274
3310
  border: 1px solid $rte-quick-item-hover-border-color;
3275
3311
  }
3312
+
3313
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
3314
+ border: 1px solid $transparent;
3315
+ }
3316
+
3317
+ .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
3318
+ border: 1px solid $transparent;
3319
+ }
3276
3320
  }
3277
3321
 
3278
3322
  @if $skin-name == 'bootstrap5' {