@syncfusion/blazor-themes 23.1.44 → 23.2.4

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 (110) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +156 -10
  2. package/SCSS-Themes/bootstrap.scss +151 -10
  3. package/SCSS-Themes/bootstrap4.scss +151 -10
  4. package/SCSS-Themes/bootstrap5-dark.scss +153 -11
  5. package/SCSS-Themes/bootstrap5.scss +153 -11
  6. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +7 -0
  7. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +7 -0
  8. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +7 -0
  9. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +7 -0
  10. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +7 -0
  11. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +7 -0
  12. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +7 -0
  13. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +7 -0
  14. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +7 -0
  15. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +7 -0
  16. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +7 -0
  17. package/SCSS-Themes/documenteditor/document-editor/material.scss +7 -0
  18. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +7 -0
  19. package/SCSS-Themes/documenteditor/document-editor/material3.scss +7 -0
  20. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +7 -0
  21. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +7 -0
  22. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +69 -0
  23. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +69 -0
  24. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +69 -0
  25. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +69 -0
  26. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +69 -0
  27. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +69 -0
  28. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +69 -0
  29. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +69 -0
  30. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +69 -0
  31. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +69 -0
  32. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +69 -0
  33. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +69 -0
  34. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +69 -0
  35. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +69 -0
  36. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +69 -0
  37. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +69 -0
  38. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +5 -0
  39. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +2 -1
  40. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +2 -1
  41. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +5 -0
  42. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +2 -1
  43. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +2 -1
  44. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +5 -0
  45. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +2 -1
  46. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +2 -1
  47. package/SCSS-Themes/fabric-dark.scss +156 -10
  48. package/SCSS-Themes/fabric.scss +151 -10
  49. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  50. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  51. package/SCSS-Themes/fluent-dark.scss +153 -11
  52. package/SCSS-Themes/fluent.scss +153 -11
  53. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +34 -2
  54. package/SCSS-Themes/grids/grid/bootstrap.scss +34 -2
  55. package/SCSS-Themes/grids/grid/bootstrap4.scss +34 -2
  56. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +34 -2
  57. package/SCSS-Themes/grids/grid/bootstrap5.scss +34 -2
  58. package/SCSS-Themes/grids/grid/fabric-dark.scss +34 -2
  59. package/SCSS-Themes/grids/grid/fabric.scss +34 -2
  60. package/SCSS-Themes/grids/grid/fluent-dark.scss +34 -2
  61. package/SCSS-Themes/grids/grid/fluent.scss +34 -2
  62. package/SCSS-Themes/grids/grid/highcontrast.scss +34 -2
  63. package/SCSS-Themes/grids/grid/material-dark.scss +34 -2
  64. package/SCSS-Themes/grids/grid/material.scss +34 -2
  65. package/SCSS-Themes/grids/grid/material3-dark.scss +34 -2
  66. package/SCSS-Themes/grids/grid/material3.scss +34 -2
  67. package/SCSS-Themes/grids/grid/tailwind-dark.scss +34 -2
  68. package/SCSS-Themes/grids/grid/tailwind.scss +34 -2
  69. package/SCSS-Themes/highcontrast.scss +156 -10
  70. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +25 -7
  71. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +25 -7
  72. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +25 -7
  73. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +25 -7
  74. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +25 -7
  75. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +25 -7
  76. package/SCSS-Themes/image-editor/image-editor/fabric.scss +25 -7
  77. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +25 -7
  78. package/SCSS-Themes/image-editor/image-editor/fluent.scss +25 -7
  79. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +25 -7
  80. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +25 -7
  81. package/SCSS-Themes/image-editor/image-editor/material.scss +25 -7
  82. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +25 -7
  83. package/SCSS-Themes/image-editor/image-editor/material3.scss +25 -7
  84. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +25 -7
  85. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +25 -7
  86. package/SCSS-Themes/material-dark.scss +151 -10
  87. package/SCSS-Themes/material.scss +151 -10
  88. package/SCSS-Themes/material3-dark.scss +153 -12
  89. package/SCSS-Themes/material3.scss +153 -12
  90. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +1 -1
  91. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +1 -1
  92. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +16 -1
  93. package/SCSS-Themes/schedule/schedule/bootstrap.scss +16 -1
  94. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +16 -1
  95. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +16 -1
  96. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +16 -1
  97. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +16 -1
  98. package/SCSS-Themes/schedule/schedule/fabric.scss +16 -1
  99. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +16 -1
  100. package/SCSS-Themes/schedule/schedule/fluent.scss +16 -1
  101. package/SCSS-Themes/schedule/schedule/highcontrast.scss +16 -1
  102. package/SCSS-Themes/schedule/schedule/material-dark.scss +16 -1
  103. package/SCSS-Themes/schedule/schedule/material.scss +16 -1
  104. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  105. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  106. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +16 -1
  107. package/SCSS-Themes/schedule/schedule/tailwind.scss +16 -1
  108. package/SCSS-Themes/tailwind-dark.scss +153 -11
  109. package/SCSS-Themes/tailwind.scss +153 -11
  110. package/package.json +1 -1
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: $text-base !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: $text-lg !default;
24
24
  $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
25
25
  $image-editor-drop-border: 2px dashed rgba($icon-color);
26
+ $image-editor-dropdown-btn-preview-top: -2px !default;
27
+ $image-editor-dropdown-btn-preview-left: -9px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -1px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -7px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: $text-lg !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
24
24
  $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
25
25
  $image-editor-drop-border: 2px dashed $icon-color !default;
26
+ $image-editor-dropdown-btn-preview-top: -2px !default;
27
+ $image-editor-dropdown-btn-preview-left: -6px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -2px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -6px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: $text-lg !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
24
24
  $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
25
25
  $image-editor-drop-border: 2px dashed $icon-color !default;
26
+ $image-editor-dropdown-btn-preview-top: -2px !default;
27
+ $image-editor-dropdown-btn-preview-left: -6px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -2px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -6px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -65699,6 +65699,13 @@ $de-column-presets-font-size: 60px !default;
65699
65699
  padding-left: 20px;
65700
65700
  padding-right: 20px;
65701
65701
  }
65702
+
65703
+ .e-de-para-tab {
65704
+ float: left;
65705
+ }
65706
+ .e-de-para-tab.e-rtl {
65707
+ float: right;
65708
+ }
65702
65709
 
65703
65710
  .e-de-column-label.e-de-rtl {
65704
65711
  font-size: $de-border-dlg-settinglabels-fontsize;
@@ -70143,6 +70150,14 @@ $e-de-ctnr-break-listview-margin-right-big: $e-de-ctnr-break-listview-margin-rig
70143
70150
  $e-de-ctnr-break-listview-margin-left: 12px !default;
70144
70151
  $e-de-ctnr-break-listview-margin-left-big: $e-de-ctnr-break-listview-margin-left !default;
70145
70152
  $de-tlbr-btn-height: calc(100% - 10px) !default;
70153
+ $de-ruler-background-color: $grey-900 !default;
70154
+ $de-ruler-margin-color: $grey-800 !default;
70155
+ $de-ruler-tick-stroke: $grey-500 !default;
70156
+ $de-ruler-label-fill: $grey-dark-font !default;
70157
+ $de-ruler-indent-stroke: $grey-200 !default;
70158
+ $de-ruler-indent-fill: $grey-800 !default;
70159
+ $de-ruler-indent-hover: $grey-900 !default;
70160
+ $de-ruler-indent-active: $primary !default;
70146
70161
 
70147
70162
  // Subtract toolbar & statusbar height
70148
70163
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
@@ -71933,6 +71948,62 @@ $de-prop-btn-icon-clr: #ccc;
71933
71948
  }
71934
71949
  }
71935
71950
  }
71951
+ .e-de-hRuler {
71952
+ background-color: $de-ruler-background-color;
71953
+ @if $skin-name =='Material3' {
71954
+ background: $de-ruler-background-color;
71955
+ }
71956
+ border-bottom: 0.5px solid $de-panel-border;
71957
+ }
71958
+ .e-de-vRuler {
71959
+ background-color: $de-ruler-background-color;
71960
+ @if $skin-name =='Material3' {
71961
+ background: $de-ruler-background-color;
71962
+ }
71963
+ border-right: 0.5px solid $de-panel-border;
71964
+ }
71965
+ .e-de-ruler-margin {
71966
+ background-color: $de-ruler-margin-color;
71967
+ @if $skin-name =='Material3' {
71968
+ background: $de-ruler-margin-color;
71969
+ }
71970
+ }
71971
+ .e-de-ruler-tick {
71972
+ stroke: $de-ruler-tick-stroke;
71973
+ }
71974
+ .e-de-ruler-tick-label {
71975
+ fill: $de-ruler-label-fill
71976
+ }
71977
+ .e-de-ruler-markIndicator {
71978
+ background-color: $de-ruler-margin-color;
71979
+ }
71980
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
71981
+ fill: $de-ruler-tick-stroke;
71982
+ }
71983
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
71984
+ fill: $de-ruler-tick-stroke;
71985
+ }
71986
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
71987
+ fill: $de-ruler-indent-fill;
71988
+ stroke: $de-ruler-indent-stroke;
71989
+ }
71990
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
71991
+ fill: $de-ruler-indent-hover;
71992
+ stroke: $de-ruler-indent-stroke;
71993
+ }
71994
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
71995
+ fill: $de-ruler-indent-active;
71996
+ stroke: $de-ruler-indent-stroke;
71997
+ }
71998
+ .e-de-ruler-table-svg {
71999
+ fill: $de-ruler-indent-stroke;
72000
+ }
72001
+ .e-de-ruler-table-svg:hover {
72002
+ fill: $de-ruler-indent-hover;
72003
+ }
72004
+ .e-de-ruler-table-svg:active {
72005
+ fill: $de-ruler-indent-active;
72006
+ }
71936
72007
  .e-rtl {
71937
72008
  .e-listview .e-list-icon {
71938
72009
  height: 24px;
@@ -71945,6 +72016,11 @@ $de-prop-btn-icon-clr: #ccc;
71945
72016
  line-height: 22px;
71946
72017
  margin-left: $e-de-ctnr-break-listview-margin-left;
71947
72018
  }
72019
+ .e-de-vRuler {
72020
+ background-color: $de-ruler-background-color;
72021
+ border-right: none;
72022
+ border-left: 0.5px solid $de-panel-border;
72023
+ }
71948
72024
  }
71949
72025
  .e-bigger {
71950
72026
  @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
@@ -77677,6 +77753,15 @@ $grid-dropitems-count-margin-left: -8px !default;
77677
77753
  border-bottom-width: $grid-border-bottom-width;
77678
77754
  }
77679
77755
 
77756
+ .e-bigger & .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell,
77757
+ &.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell,
77758
+ .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell {
77759
+ &.e-groupcaption,
77760
+ &.e-summarycell {
77761
+ border-bottom-width: 0;
77762
+ }
77763
+ }
77764
+
77680
77765
  & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
77681
77766
  position: relative;
77682
77767
  left: -5px;
@@ -80997,7 +81082,7 @@ margin: $grid-group-animator-cell-margin;
80997
81082
  text-align: left;
80998
81083
  }
80999
81084
 
81000
- &.e-default table th:not([rowspan = '1']) {
81085
+ &.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
81001
81086
  border-width: $grid-headercell-both-border-width;
81002
81087
  }
81003
81088
 
@@ -81023,7 +81108,7 @@ margin: $grid-group-animator-cell-margin;
81023
81108
  border-right-width: 1px;
81024
81109
  }
81025
81110
 
81026
- &.e-rtl.e-default table th:not([rowspan = '1']) {
81111
+ &.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
81027
81112
  border-width: $grid-rtl-headercell-both-border-width;
81028
81113
  }
81029
81114
 
@@ -81065,6 +81150,29 @@ margin: $grid-group-animator-cell-margin;
81065
81150
  &.e-rtl.e-default.e-bothlines .e-detailheadercell {
81066
81151
  border-width: $grid-headercell-both-border-width;
81067
81152
  }
81153
+
81154
+ &.e-resize-lines,
81155
+ &.e-resize-lines.e-rtl {
81156
+
81157
+ & th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder),
81158
+ & th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
81159
+ border-left: 0;
81160
+ border-right: 0;
81161
+ border-top: 0;
81162
+ }
81163
+ }
81164
+
81165
+ &.e-default.e-bothlines .e-headercell,
81166
+ &.e-default.e-bothlines .e-detailheadercell {
81167
+ border-width: $grid-headercell-both-border-width;
81168
+ }
81169
+
81170
+ &.e-bothlines .e-gridheader th.e-stackedheadercell {
81171
+ border-bottom-style: $grid-border-type;
81172
+ border-bottom-width: $grid-border-size;
81173
+ border-left-style: $grid-border-type;
81174
+ border-left-width: $grid-border-size;
81175
+ }
81068
81176
 
81069
81177
  .e-bigger #{&}.e-grid.sf-grid,
81070
81178
  #{&}.e-grid.sf-grid.e-bigger {
@@ -118379,7 +118487,18 @@ $schedule-tree-content-color: #fff !default;
118379
118487
  line-height: normal;
118380
118488
  }
118381
118489
 
118382
- .e-save-icon {
118490
+ .e-title-text {
118491
+ text-align: center;
118492
+ }
118493
+
118494
+ .e-save-icon,
118495
+ .e-back-icon,
118496
+ .e-delete-icon {
118497
+ width: 2.5em;
118498
+ }
118499
+
118500
+ .e-save-icon,
118501
+ .e-delete-icon {
118383
118502
  text-align: right;
118384
118503
  }
118385
118504
 
@@ -119892,6 +120011,10 @@ $schedule-tree-content-color: #fff !default;
119892
120011
  content: '\e98e';
119893
120012
  }
119894
120013
 
120014
+ .e-delete-icon::before {
120015
+ content: '\e94a';
120016
+ }
120017
+
119895
120018
  .e-recurrence-container {
119896
120019
  .e-recurrence-edit-button {
119897
120020
  .e-recurrence-edit.e-icons::before {
@@ -119977,6 +120100,10 @@ $image-editor-tbar-btn-fontsize: 16px !default;
119977
120100
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
119978
120101
  $image-editor-contextual-toolbar: $grey-900 !default;
119979
120102
  $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120103
+ $image-editor-dropdown-btn-preview-top: -4px !default;
120104
+ $image-editor-dropdown-btn-preview-left: -1px !default;
120105
+ $image-editor-bigger-dropdown-btn-preview-top: -3px !default;
120106
+ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
119980
120107
 
119981
120108
  @include export-module('image-editor-layout') {
119982
120109
 
@@ -120044,6 +120171,7 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120044
120171
 
120045
120172
  & .e-fill.e-template,
120046
120173
  & .e-stroke.e-template,
120174
+ & .e-frame-stroke.e-template,
120047
120175
  & .e-pen-stroke-color.e-template,
120048
120176
  & .e-text-font-color.e-template,
120049
120177
  & .e-save.e-template {
@@ -120062,6 +120190,17 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120062
120190
  }
120063
120191
  }
120064
120192
 
120193
+ & .e-btn-icon.e-dropdownbtn-preview {
120194
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
120195
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
120196
+ }
120197
+
120198
+ & .e-dropdown-btn.e-icon-btn {
120199
+ @if $skin-name == 'Material3' {
120200
+ padding: 7px 15px;
120201
+ }
120202
+ }
120203
+
120065
120204
  & .e-dropdown-btn.e-image-popup {
120066
120205
  & .e-select,
120067
120206
  & .e-annotation,
@@ -120208,6 +120347,7 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120208
120347
 
120209
120348
  & .e-fill.e-template,
120210
120349
  & .e-stroke.e-template,
120350
+ & .e-frame-stroke.e-template,
120211
120351
  & .e-pen-stroke-color.e-template,
120212
120352
  & .e-text-font-color.e-template,
120213
120353
  & .e-save.e-template {
@@ -120229,7 +120369,8 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120229
120369
  & .e-btn-icon.e-dropdownbtn-preview {
120230
120370
  height: 18px;
120231
120371
  width: 18px;
120232
- margin-top: -4px;
120372
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
120373
+ margin-left: $image-editor-dropdown-btn-preview-left;
120233
120374
  }
120234
120375
 
120235
120376
  & .e-dropdown-btn.e-image-popup {
@@ -120301,6 +120442,11 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120301
120442
  margin: 4px;
120302
120443
  text-align: center;
120303
120444
  }
120445
+
120446
+ & .e-dropdown-btn {
120447
+ margin: 0 auto;
120448
+ width: max-content;
120449
+ }
120304
120450
  }
120305
120451
 
120306
120452
  &.e-frame-wrapper {
@@ -120342,12 +120488,7 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
120342
120488
 
120343
120489
  & .e-slider-container {
120344
120490
  margin-left: calc(50% - 137px);
120345
- @if $skin-name == 'Material3' {
120346
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
120347
- }
120348
- @else {
120349
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
120350
- }
120491
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
120351
120492
  }
120352
120493
  }
120353
120494
  }