@syncfusion/ej2-angular-documenteditor 20.3.49-ngcc → 20.3.49

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 (139) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/document-editor/documenteditor-all.module.mjs +113 -0
  3. package/esm2020/src/document-editor/documenteditor.component.mjs +262 -0
  4. package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
  5. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
  6. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
  7. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
  8. package/esm2020/src/index.mjs +8 -0
  9. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +506 -0
  11. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +506 -0
  13. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  14. package/package.json +26 -12
  15. package/src/document-editor/documenteditor-all.module.d.ts +6 -0
  16. package/src/document-editor/documenteditor.component.d.ts +3 -0
  17. package/src/document-editor/documenteditor.module.d.ts +6 -0
  18. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
  19. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
  20. package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
  21. package/styles/document-editor/_all.scss +3 -0
  22. package/styles/document-editor/_bootstrap-dark-definition.scss +544 -0
  23. package/styles/document-editor/_bootstrap-definition.scss +543 -0
  24. package/styles/document-editor/_bootstrap4-definition.scss +556 -0
  25. package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
  26. package/styles/document-editor/_bootstrap5-definition.scss +557 -0
  27. package/styles/document-editor/_fabric-dark-definition.scss +546 -0
  28. package/styles/document-editor/_fabric-definition.scss +545 -0
  29. package/styles/document-editor/_fluent-dark-definition.scss +1 -0
  30. package/styles/document-editor/_fluent-definition.scss +566 -0
  31. package/styles/document-editor/_fusionnew-definition.scss +557 -0
  32. package/styles/document-editor/_highcontrast-definition.scss +545 -0
  33. package/styles/document-editor/_highcontrast-light-definition.scss +2985 -0
  34. package/styles/document-editor/_layout.scss +216 -0
  35. package/styles/document-editor/_material-dark-definition.scss +562 -0
  36. package/styles/document-editor/_material-definition.scss +562 -0
  37. package/styles/document-editor/_material3-definition.scss +557 -0
  38. package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
  39. package/styles/document-editor/_tailwind-definition.scss +554 -0
  40. package/styles/document-editor/_theme.scss +3391 -0
  41. package/styles/document-editor/bootstrap-dark.scss +4 -1
  42. package/styles/document-editor/bootstrap.scss +4 -1
  43. package/styles/document-editor/bootstrap4.scss +4 -1
  44. package/styles/document-editor/bootstrap5-dark.scss +4 -1
  45. package/styles/document-editor/bootstrap5.scss +4 -1
  46. package/styles/document-editor/fabric-dark.scss +4 -1
  47. package/styles/document-editor/fabric.scss +4 -1
  48. package/styles/document-editor/fluent-dark.scss +4 -1
  49. package/styles/document-editor/fluent.scss +4 -1
  50. package/styles/document-editor/highcontrast-light.scss +4 -1
  51. package/styles/document-editor/highcontrast.scss +4 -1
  52. package/styles/document-editor/icons/_bootstrap-dark.scss +607 -0
  53. package/styles/document-editor/icons/_bootstrap.scss +607 -0
  54. package/styles/document-editor/icons/_bootstrap4.scss +592 -0
  55. package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
  56. package/styles/document-editor/icons/_bootstrap5.scss +642 -0
  57. package/styles/document-editor/icons/_fabric-dark.scss +607 -0
  58. package/styles/document-editor/icons/_fabric.scss +607 -0
  59. package/styles/document-editor/icons/_fluent-dark.scss +1 -0
  60. package/styles/document-editor/icons/_fluent.scss +640 -0
  61. package/styles/document-editor/icons/_fusionnew.scss +642 -0
  62. package/styles/document-editor/icons/_highcontrast-light.scss +612 -0
  63. package/styles/document-editor/icons/_highcontrast.scss +607 -0
  64. package/styles/document-editor/icons/_material-dark.scss +600 -0
  65. package/styles/document-editor/icons/_material.scss +600 -0
  66. package/styles/document-editor/icons/_material3.scss +642 -0
  67. package/styles/document-editor/icons/_tailwind-dark.scss +642 -0
  68. package/styles/document-editor/icons/_tailwind.scss +642 -0
  69. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +171 -0
  70. package/styles/document-editor/material-dark.scss +4 -1
  71. package/styles/document-editor/material.scss +4 -1
  72. package/styles/document-editor/tailwind-dark.scss +4 -1
  73. package/styles/document-editor/tailwind.scss +4 -1
  74. package/styles/document-editor-container/_all.scss +2 -0
  75. package/styles/document-editor-container/_bootstrap-dark-definition.scss +127 -0
  76. package/styles/document-editor-container/_bootstrap-definition.scss +127 -0
  77. package/styles/document-editor-container/_bootstrap4-definition.scss +143 -0
  78. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
  79. package/styles/document-editor-container/_bootstrap5-definition.scss +153 -0
  80. package/styles/document-editor-container/_definition.scss +11 -0
  81. package/styles/document-editor-container/_fabric-dark-definition.scss +132 -0
  82. package/styles/document-editor-container/_fabric-definition.scss +129 -0
  83. package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
  84. package/styles/document-editor-container/_fluent-definition.scss +154 -0
  85. package/styles/document-editor-container/_fusionnew-definition.scss +153 -0
  86. package/styles/document-editor-container/_highcontrast-definition.scss +130 -0
  87. package/styles/document-editor-container/_highcontrast-light-definition.scss +133 -0
  88. package/styles/document-editor-container/_layout.scss +87 -0
  89. package/styles/document-editor-container/_material-dark-definition.scss +131 -0
  90. package/styles/document-editor-container/_material-definition.scss +130 -0
  91. package/styles/document-editor-container/_material3-definition.scss +153 -0
  92. package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
  93. package/styles/document-editor-container/_tailwind-definition.scss +147 -0
  94. package/styles/document-editor-container/_theme.scss +2005 -0
  95. package/styles/document-editor-container/bootstrap-dark.scss +5 -1
  96. package/styles/document-editor-container/bootstrap.scss +5 -1
  97. package/styles/document-editor-container/bootstrap4.scss +5 -1
  98. package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
  99. package/styles/document-editor-container/bootstrap5.scss +5 -1
  100. package/styles/document-editor-container/fabric-dark.scss +5 -1
  101. package/styles/document-editor-container/fabric.scss +5 -1
  102. package/styles/document-editor-container/fluent-dark.scss +5 -1
  103. package/styles/document-editor-container/fluent.scss +5 -1
  104. package/styles/document-editor-container/highcontrast-light.scss +5 -1
  105. package/styles/document-editor-container/highcontrast.scss +5 -1
  106. package/styles/document-editor-container/icons/_bootstrap-dark.scss +402 -0
  107. package/styles/document-editor-container/icons/_bootstrap.scss +402 -0
  108. package/styles/document-editor-container/icons/_bootstrap4.scss +402 -0
  109. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
  110. package/styles/document-editor-container/icons/_bootstrap5.scss +428 -0
  111. package/styles/document-editor-container/icons/_fabric-dark.scss +402 -0
  112. package/styles/document-editor-container/icons/_fabric.scss +402 -0
  113. package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
  114. package/styles/document-editor-container/icons/_fluent.scss +428 -0
  115. package/styles/document-editor-container/icons/_fusionnew.scss +428 -0
  116. package/styles/document-editor-container/icons/_highcontrast-light.scss +402 -0
  117. package/styles/document-editor-container/icons/_highcontrast.scss +402 -0
  118. package/styles/document-editor-container/icons/_material-dark.scss +404 -0
  119. package/styles/document-editor-container/icons/_material.scss +404 -0
  120. package/styles/document-editor-container/icons/_material3.scss +428 -0
  121. package/styles/document-editor-container/icons/_tailwind-dark.scss +428 -0
  122. package/styles/document-editor-container/icons/_tailwind.scss +428 -0
  123. package/styles/document-editor-container/material-dark.scss +5 -1
  124. package/styles/document-editor-container/material.scss +5 -1
  125. package/styles/document-editor-container/tailwind-dark.scss +5 -1
  126. package/styles/document-editor-container/tailwind.scss +5 -1
  127. package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
  128. package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -574
  129. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
  130. package/@syncfusion/ej2-angular-documenteditor.js +0 -544
  131. package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
  132. package/CHANGELOG.md +0 -3020
  133. package/dist/ej2-angular-documenteditor.umd.js +0 -844
  134. package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
  135. package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
  136. package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
  137. package/ej2-angular-documenteditor.d.ts +0 -6
  138. package/ej2-angular-documenteditor.metadata.json +0 -1
  139. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,2005 @@
1
+ @include export-module('document-editor-container-theme') {
2
+ /* stylelint-disable */
3
+ .e-de-toolbar {
4
+ height: 100%;
5
+ }
6
+ .e-de-statusbar-pageweb {
7
+ background-color: $de-ctnr-bg-clr;
8
+ border: 0;
9
+ box-shadow: none;
10
+ float: right;
11
+ @if $skin-name!='bootstrap5' and $skin-name!='tailwind' and $skin-name!='FluentUI' {
12
+ height: 33px;
13
+ width: 33px;
14
+ }
15
+ @if $skin-name=='bootstrap4' {
16
+ color: $e-de-statusbar-separator-color;
17
+ }
18
+ @if $skin-name=='bootstrap5' {
19
+ color: $icon-color;
20
+ }
21
+ #{if(&, '&', '*')}:hover {
22
+ @if $skin-name=='bootstrap5' {
23
+ color: $e-de-bzr-button-hover-font-color;
24
+ }
25
+ box-shadow: none;
26
+ }
27
+ }
28
+ .e-de-statusbar-pageweb .e-de-printlayout,
29
+ .e-de-statusbar-pageweb .e-de-weblayout {
30
+ font-size: $e-de-bzr-btn-font-size;
31
+ }
32
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
33
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
34
+ font-size: $e-de-bzr-btn-font-size;
35
+ @if $skin-name=='bootstrap5' {
36
+ color: $e-de-bzr-button-hover-font-color;
37
+ }
38
+ }
39
+ .e-bigger {
40
+ @if $skin-name !='bootstrap5' and $skin-name !='tailwind' and $skin-name!='FluentUI' {
41
+ .e-btn.e-de-statusbar-pageweb {
42
+ padding: 0;
43
+ }
44
+ }
45
+ .e-de-statusbar-pageweb .e-de-printlayout,
46
+ .e-de-statusbar-pageweb .e-de-weblayout {
47
+ font-size: $e-de-bzr-btn-font-size-big;
48
+ @if $skin-name=='bootstrap' {
49
+ margin-top: -6px;
50
+ }
51
+ }
52
+ }
53
+ .e-de-linespacing {
54
+ margin-top: $e-de-ctnr-linespacing-tick-icon;
55
+ }
56
+ .e-de-statusbar-zoom {
57
+ background-color: $de-ctnr-bg-clr;
58
+ border: 0;
59
+ color: $de-font-color;
60
+ float: right;
61
+ font-weight: 400;
62
+ height: 33px;
63
+ @if $skin-name =='bootstrap5' {
64
+ box-shadow: none;
65
+ }
66
+ }
67
+
68
+ .e-de-pagenumber-text {
69
+ border: none !important;
70
+ // height: 22px !important;
71
+ // margin-top: $de-pagenumber-text-margin-top !important;
72
+ }
73
+
74
+ .e-de-pagenumber-input {
75
+ background: $e-de-pagenumber-bg;
76
+ border: 1px solid $de-panel-border;
77
+ border-radius: $de-pagenumber-text-border-radius;
78
+ color: $de-font-color;
79
+ @if $skin-name=='bootstrap5' or $skin-name=='tailwind' or $skin-name =='FluentUI' {
80
+ font-family: inherit;
81
+ font-size: $e-de-btn-font-size;
82
+ }
83
+ padding: 0px;
84
+ text-align: center;
85
+ width: 22px;
86
+ }
87
+ @if $skin-name=='bootstrap5' or $skin-name=='tailwind' or $skin-name =='FluentUI' {
88
+ .e-bigger {
89
+ .e-de-pagenumber-input {
90
+ font-size: $e-de-btn-font-size-big;
91
+ //margin-top: $de-page-number-margin-top-big;
92
+ }
93
+ }
94
+ }
95
+ .e-btn-pageweb-toggle {
96
+ background-color: $de-pageweb-toggle-color;
97
+ box-shadow: none;
98
+ outline: $de-pageweb-toggle-outline;
99
+ outline-offset: 0;
100
+ @if $skin-name=='bootstrap4' {
101
+ color: $de-prop-btn-bg-color;
102
+ }
103
+ }
104
+ .e-btn-pageweb-spellcheck {
105
+ border: 0;
106
+ box-shadow: none;
107
+ float: right;
108
+ margin-left: $de-zoom-tlbr-margin-left;
109
+ }
110
+ @if $skin-name=='tailwind' $skin-name=='material' or $skin-name=='bootstrap-dark' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='fabric-dark' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='material-dark' {
111
+ .e-bigger .e-btn-pageweb-spellcheck {
112
+ margin-left: $de-zoom-tlbr-margin-left-big;
113
+ }
114
+ }
115
+ .e-de-ctn-title {
116
+ background-color: $de-title-bar-bg-clr;
117
+ border-bottom: none !important;
118
+ color: $de-title-bar-font-clr;
119
+ @if $skin-name=='tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
120
+ font-size: $e-de-btn-font-size !important;
121
+ button {
122
+ font-size: $e-de-btn-font-size !important;
123
+ height: 36px !important;
124
+ @if $skin-name !='tailwind' {
125
+ margin: 0 !important;
126
+ }
127
+ .e-btn-icon {
128
+ font-size: $e-de-btn-font-icon-size !important;
129
+ }
130
+ }
131
+ }
132
+ }
133
+ @if $skin-name=='tailwind' or $skin-name == 'bootstrap5' or $skin-name =='FluentUI' {
134
+ .e-bigger {
135
+ .e-de-ctn-title {
136
+ font-size: $e-de-btn-font-size-big !important;
137
+ height: 40px !important;
138
+ button {
139
+ font-size: $e-de-btn-font-size-big !important;
140
+ height: auto !important;
141
+ @if $skin-name !='tailwind' {
142
+ margin: 0 !important;
143
+ }
144
+ .e-btn-icon {
145
+ font-size: $e-de-btn-font-icon-size-big !important;
146
+ }
147
+ }
148
+ }
149
+ }
150
+ }
151
+ .e-de-tool-ctnr-properties-pane {
152
+ display: flex;
153
+ height: $de-tool-ctnr-editor-height;
154
+ width: 100%;
155
+ }
156
+ .e-de-ctnr-properties-pane {
157
+ display: flex;
158
+ height: $de-ctnr-editor-height;
159
+ width: 100%;
160
+ }
161
+ .e-de-statusbar-separator {
162
+ border-left: 1px solid $e-de-statusbar-separator-color;
163
+ height: 16px;
164
+ margin-left: $de-status-br-left;
165
+ margin-top: $de-status-br-top;
166
+ }
167
+ .e-de-statusbar-spellcheck {
168
+ border-radius: 2px;
169
+ font-weight: 400;
170
+ margin-left: $de-spellcheck-tlbr-margin-left;
171
+ }
172
+ .e-de-ctn {
173
+ background-color: $de-ctnr-bg-clr;
174
+ border: 1px solid $de-panel-border;
175
+ height: $de-ctnr-height;
176
+ position: relative;
177
+ width: 100%;
178
+ }
179
+ .e-bigger .e-de-statusbar-spellcheck {
180
+ border-radius: 2px;
181
+ margin-left: $de-spellcheck-tlbr-margin-left;
182
+ }
183
+ .e-de-ctnr-toolbar {
184
+ display: flex;
185
+ height: $de-ctnr-tlbr-height;
186
+ width: 100%;
187
+ }
188
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
189
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
190
+ border: 0;
191
+ }
192
+ .e-de-pane {
193
+ border-left: 1px solid $de-panel-border;
194
+ }
195
+ .e-de-pane-rtl {
196
+ border-right: 1px solid $de-panel-border;
197
+ }
198
+ @if $skin-name=='material' {
199
+ .e-de-pane>div button:not(.e-primary),
200
+ .e-de-pane-rtl>div button:not(.e-primary) {
201
+ background-color: $de-panel-btn-bg-clr;
202
+ }
203
+ }
204
+ .e-de-tool-ctnr-properties-pane,
205
+ .e-de-ctnr-properties-pane {
206
+ background-color: $de-ctnr-prop-bg-clr;
207
+ border-bottom: 1px solid $de-panel-border;
208
+ border-top: 1px solid $de-panel-border;
209
+ }
210
+ .e-de-ctnr-segment {
211
+ margin-bottom: $de-ctnr-margin-bottom;
212
+ }
213
+ @if $skin-name=='tailwind' or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
214
+ .e-de-insert-del-cell>div:last-child {
215
+ margin-left: $de-pane-margin-right !important;
216
+ }
217
+ .e-bigger {
218
+ .e-de-ctnr-prop-label,
219
+ .e-de-ctnr-segment {
220
+ margin-bottom: 16px;
221
+ }
222
+ .e-de-property-div-padding {
223
+ //padding-bottom: 16px;
224
+ padding: 16px;
225
+ }
226
+ .e-de-insert-del-cell>div:last-child {
227
+ margin-left: $de-pane-margin-right-big !important;
228
+ }
229
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon {
230
+ margin-left: $de-btn-icon-margin;
231
+ }
232
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
233
+ font-size: $de-btn-font-size-bigger;
234
+ }
235
+ .e-de-pane-rtl {
236
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon {
237
+ margin-left: 0px;
238
+ @if $skin-name=='tailwind' {
239
+ margin-right: -5px;
240
+ }
241
+ @else {
242
+ margin-right: $de-btn-icon-margin;
243
+ }
244
+ }
245
+ }
246
+ }
247
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
248
+ font-size: $de-btn-font-size;
249
+ }
250
+ .e-de-property-div-padding .e-de-cellmargin-text {
251
+ padding-bottom: 3px;
252
+ }
253
+ .e-de-cntr-pane-padding.e-de-prop-separator-line>div>div:first-child>div:first-child {
254
+ margin-bottom: 0 !important;
255
+ }
256
+ }
257
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
258
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
259
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
260
+ margin-right: $de-pane-margin-right;
261
+ }
262
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
263
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
264
+ margin-left: $de-pane-margin-right;
265
+ margin-right: 0;
266
+ }
267
+ }
268
+ @if $skin-name=='bootstrap-dark' {
269
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
270
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
271
+ margin-right: $de-pane-margin-right;
272
+ }
273
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
274
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
275
+ margin-left: $de-pane-margin-right;
276
+ margin-right: 0;
277
+ }
278
+ }
279
+ .e-de-ctnr-segment>div:first-child:not(.e-rtl),
280
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
281
+ .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
282
+ margin-right: $de-pane-margin-right;
283
+ }
284
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
285
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
286
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
287
+ margin-left: $de-pane-margin-right;
288
+ margin-right: 0;
289
+ }
290
+ .e-de-tlbr-wrapper {
291
+ background-color: $de-prpty-btn-bg-clr;
292
+ height: $de-ctnr-tlbr-height;
293
+ width: $de-ctnr-tlbr-width;
294
+ }
295
+ .e-de-ctnr-prop-label {
296
+ color: $de-panel-header-color;
297
+ display: inline-block;
298
+ font-size: $de-panel-header-size;
299
+ font-weight: 500;
300
+ letter-spacing: 0.05px;
301
+ @if $skin-name=='tailwind' {
302
+ line-height: 1.5;
303
+ }
304
+ margin-bottom: $de-ctnr-margin-bottom;
305
+ opacity: 0.87;
306
+ }
307
+ .e-de-table-prop-label {
308
+ margin-left: 12px;
309
+ }
310
+ .e-de-table-prop-label.e-de-rtl {
311
+ margin-left: 0;
312
+ margin-right: 12px;
313
+ }
314
+ .e-de-toolbar.e-toolbar {
315
+ border-radius: 0;
316
+ @if $skin-name =='FluentUI' {
317
+ box-shadow: none;
318
+ }
319
+ }
320
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
321
+ margin-left: 0;
322
+ margin-right: $de-tlbr-margin-right;
323
+ }
324
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
325
+ margin-left: $de-tlbr-margin-right;
326
+ margin-right: 0;
327
+ }
328
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
329
+ margin-left: 0;
330
+ margin-right: $de-tlbr-margin-right-big;
331
+ }
332
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
333
+ margin-left: $de-tlbr-margin-right-big;
334
+ margin-right: 0;
335
+ }
336
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
337
+ margin-left: $de-tlbr-margin-right;
338
+ margin-right: 0;
339
+ }
340
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
341
+ margin-left: 0;
342
+ margin-right: $de-tlbr-margin-right;
343
+ }
344
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
345
+ margin-left: $de-tlbr-margin-right-big;
346
+ margin-right: 0;
347
+ }
348
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
349
+ margin-left: 0;
350
+ margin-right: $de-tlbr-margin-right-big;
351
+ }
352
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
353
+ height: $de-ctnr-tlbr-height;
354
+ .e-toolbar-item.e-de-separator {
355
+ @if $skin-name=='fabric' {
356
+ border: 1px solid $de-ctnr-separator-clr;
357
+ border-width: 0 1px 0 0;
358
+ }
359
+ height: 59px;
360
+ margin: $de-ctrnr-tblr-separator-margin;
361
+ }
362
+ .e-toolbar-item.e-de-toolbar-btn-start {
363
+ margin-left: $de-tlbr-margin-first;
364
+ margin-right: $de-tlbr-margin-right;
365
+ }
366
+ .e-toolbar-item.e-de-toolbar-btn-middle {
367
+ margin-left: $de-tlbr-margin-right;
368
+ margin-right: $de-tlbr-margin-right;
369
+ }
370
+ .e-toolbar-item.e-de-toolbar-btn-end {
371
+ margin-left: $de-tlbr-margin-right;
372
+ margin-right: $de-tlbr-margin-first;
373
+ }
374
+ .e-toolbar-item.e-de-image-focus :focus {
375
+ background-color: $de-toggle-bg-color;
376
+ }
377
+ }
378
+ @if $skin-name=='bootstrap' {
379
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
380
+ padding: 0 1px;
381
+ padding-bottom: 6px;
382
+ #{if(&, '&', '*')}:focus {
383
+ padding: 0;
384
+ padding-bottom: 6px;
385
+ }
386
+ #{if(&, '&', '*')}:active {
387
+ padding: 0;
388
+ padding-bottom: 6px;
389
+ }
390
+ #{if(&, '&', '*')}:hover {
391
+ padding: 0;
392
+ padding-bottom: 6px;
393
+ }
394
+ }
395
+ }
396
+ @if $skin-name !='bootstrap' {
397
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
398
+ padding: 0;
399
+ padding-bottom: $de-toolbar-padding-bottom;
400
+ #{if(&, '&', '*')}:focus {
401
+ padding: 0;
402
+ padding-bottom: $de-toolbar-padding-bottom;
403
+ }
404
+ #{if(&, '&', '*')}:active {
405
+ padding: 0;
406
+ padding-bottom: $de-toolbar-padding-bottom;
407
+ }
408
+ #{if(&, '&', '*')}:hover {
409
+ padding: 0;
410
+ padding-bottom: $de-toolbar-padding-bottom;
411
+ }
412
+ }
413
+ }
414
+ @if $skin-name=='bootstrap4' {
415
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
416
+ padding: 0 1px;
417
+ padding-bottom: 6px;
418
+ #{if(&, '&', '*')}:focus {
419
+ padding: 0;
420
+ padding-bottom: 6px;
421
+ }
422
+ #{if(&, '&', '*')}:active {
423
+ padding: 0;
424
+ padding-bottom: 6px;
425
+ }
426
+ #{if(&, '&', '*')}:hover {
427
+ padding: 0;
428
+ padding-bottom: 6px;
429
+ }
430
+ }
431
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
432
+ color: $de-toolbar-icon-clr;
433
+ font-size: 16px;
434
+ }
435
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
436
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
437
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
438
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled {
439
+ .e-btn-icon {
440
+ color: $de-toggle-btn-color;
441
+ }
442
+ }
443
+ .e-bigger {
444
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
445
+ color: $de-toolbar-icon-clr;
446
+ font-size: 18px;
447
+ }
448
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
449
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
450
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
451
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled {
452
+ .e-btn-icon {
453
+ color: $de-toggle-btn-color;
454
+ }
455
+ }
456
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
457
+ font-size: 13px;
458
+ }
459
+ }
460
+ }
461
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
462
+ padding: 0;
463
+ }
464
+ .e-de-overlay {
465
+ height: 100%;
466
+ opacity: 0.5;
467
+ pointer-events: none;
468
+ touch-action: none;
469
+ width: 100%;
470
+ }
471
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
472
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
473
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
474
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn,
475
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
476
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn.e-rtl {
477
+ padding: 0;
478
+ }
479
+
480
+ .e-de-prop-font-colorpicker .e-btn.e-icon-btn,
481
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
482
+ padding: 4px 8px !important;
483
+ }
484
+
485
+ .e-de-ctnr-style-div {
486
+ width: $de-text-pane-style-width;
487
+ }
488
+
489
+ .e-btn-toggle {
490
+ .e-tbar-btn-text {
491
+ color: $de-toggle-btn-color !important;
492
+ }
493
+ .e-btn-icon {
494
+ color: $de-toggle-btn-color !important;
495
+ }
496
+ }
497
+
498
+ .e-de-ctnr-list,
499
+ .e-de-list-header-presetmenu {
500
+ color: $de-prop-btn-icon-clr;
501
+ }
502
+ .e-de-ctnr-group-btn {
503
+ .e-btn {
504
+ background-color: $de-prop-btn-bg-color;
505
+ border-color: $de-prop-btn-border-color;
506
+ #{if(&, '&', '*')}:focus {
507
+ background-color: $de-toggle-border-hover-color;
508
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' {
509
+ border: 1px;
510
+ }
511
+ border-color: $de-toggle-border-color;
512
+ box-shadow: 0 0 0 0 $de-toggle-bg-color;
513
+ outline-color: $de-toggle-bg-color;
514
+ }
515
+ #{if(&, '&', '*')}:active,
516
+ .e-btn-toggle {
517
+ background-color: $de-toggle-border-hover-color;
518
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' {
519
+ border: 1px;
520
+ }
521
+ border-color: $de-toggle-border-color;
522
+ }
523
+ #{if(&, '&', '*')}:hover {
524
+ @if $skin-name !='tailwind' {
525
+ background-color: $de-toggle-hover-color;
526
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' {
527
+ border: 1px;
528
+ }
529
+ @if $skin-name!='bootstrap5' {
530
+ border-color: $de-toggle-border-hover-color;
531
+ }
532
+ }
533
+ }
534
+ }
535
+ @if $skin-name=='bootstrap4' {
536
+ .e-split-btn-wrapper.e-rtl .e-split-btn {
537
+ border-color: $de-prop-btn-border-color;
538
+ }
539
+ }
540
+ }
541
+ .e-de-ctnr-group-btn .e-btn:disabled {
542
+ background-color: $de-toggle-bg-color;
543
+ border-color: $de-toggle-bg-color;
544
+ opacity: 65%;
545
+ }
546
+ .e-de-ctnr-group-btn .e-btn:hover,
547
+ .e-de-ctnr-group-btn .e-btn:focus,
548
+ .e-de-ctnr-group-btn .e-btn:active,
549
+ .e-de-ctnr-group-btn .e-btn:disabled {
550
+ .e-btn-icon {
551
+ @if $skin-name=='bootstrap5' {
552
+ color: $de-white-color;
553
+ }
554
+ @else {
555
+ color: $de-toggle-btn-color;
556
+ }
557
+ }
558
+ }
559
+ .e-de-ctnr-group-btn .e-btn-icon {
560
+ color: $de-prop-btn-icon-clr;
561
+ font-size: $de-btn-font-size;
562
+ }
563
+ .e-bigger {
564
+ .e-de-ctnr-group-btn .e-btn-icon {
565
+ color: $de-prop-btn-icon-clr;
566
+ }
567
+ }
568
+ .e-btn-toggle .e-btn-icon {
569
+ color: $de-toggle-btn-color;
570
+ }
571
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn,
572
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon,
573
+ .e-de-border-size-button,
574
+ .e-de-border-size-button .e-btn-icon {
575
+ background-color: $de-prop-btn-bg-color;
576
+ border-color: $de-prop-btn-border-color;
577
+ color: $de-prop-btn-icon-clr;
578
+ }
579
+ .e-de-border-size-button:focus,
580
+ .e-de-border-size-button:hover,
581
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover,
582
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus {
583
+ background-color: $de-toggle-bg-color;
584
+ box-shadow: $de-toggle-btn-border;
585
+ .e-btn-icon {
586
+ background-color: $de-toggle-bg-color;
587
+ box-shadow: $de-toggle-btn-border;
588
+ color: $de-toggle-btn-color;
589
+ }
590
+ }
591
+ .e-de-border-size-button .e-btn-icon:focus,
592
+ .e-de-border-size-button .e-btn-icon:hover {
593
+ background-color: $de-toggle-bg-color;
594
+ box-shadow: $de-toggle-btn-border;
595
+ color: $de-toggle-btn-color;
596
+ }
597
+
598
+ .e-de-pagenumber-text {
599
+ border: none !important;
600
+ // height: 22px !important;
601
+ // margin-top: $de-pagenumber-text-margin-top !important;
602
+ }
603
+
604
+ }
605
+ // .de-split-button>div:first-child {
606
+ // margin-right: $de-list-button-margin-right;
607
+ // }
608
+ .e-de-ctnr-properties-pane-btn {
609
+ width: 75px;
610
+ }
611
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn {
612
+ .e-btn {
613
+ color: $de-pane-color-border;
614
+ }
615
+ }
616
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn {
617
+ .e-btn {
618
+ color: $de-font-color;
619
+ }
620
+ }
621
+ .e-de-ctnr-properties-pane-btn {
622
+ .e-btn {
623
+ background-color: $de-prpty-btn-bg-clr;
624
+ border-radius: 0;
625
+ box-shadow: none;
626
+ color: $de-pane-color-border;
627
+ min-height: 100%;
628
+ min-width: 100%;
629
+ #{if(&, '&', '*')}:focus {
630
+ box-shadow: none;
631
+ }
632
+ #{if(&, '&', '*')}:active {
633
+ box-shadow: none;
634
+ }
635
+ #{if(&, '&', '*')}:hover {
636
+ box-shadow: none;
637
+ }
638
+ }
639
+ }
640
+ .e-de-showhide-btn {
641
+ border: 0;
642
+ height: $de-ctnr-tlbr-height;
643
+ }
644
+ .e-de-showhide-btn-rtl {
645
+ border: 0;
646
+ height: $de-ctnr-tlbr-height;
647
+ }
648
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
649
+ padding: $de-ctrnr-tblr-item-padding;
650
+ }
651
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
652
+ display: table;
653
+ font-size: $de-toolbar-font-size;
654
+ margin: $de-ctrnr-tblr-item-margin;
655
+ padding: 0;
656
+ white-space: normal;
657
+ }
658
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
659
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
660
+ padding: 0 !important;
661
+ }
662
+ .e-de-hdr-ftr-frst-div {
663
+ margin-bottom: $de-hdr-ftr-frst-div-mrgn-btm;
664
+ }
665
+ .e-de-hdr-ftr-top-div {
666
+ margin-bottom: $de-hdr-ftr-top-div-mrgn-btm;
667
+ }
668
+ .e-de-cntr-pane-padding {
669
+ padding: $de-ctnr-padding;
670
+ }
671
+ .e-de-prop-pane {
672
+ height: 100%;
673
+ min-height: 200px;
674
+ overflow: auto;
675
+ width: $de-text-pane-width;
676
+ }
677
+ .e-de-review-pane {
678
+ border-left: 1px solid $de-op-border-clr;
679
+ height: 100%;
680
+ min-height: 200px;
681
+ overflow: auto;
682
+ width: $e-de-review-pane-width;
683
+ @if $skin-name == 'FluentUI' {
684
+ .e-toolbar {
685
+ box-shadow: none;
686
+ }
687
+ }
688
+ }
689
+ .e-bigger {
690
+ .e-de-cntr-pane-padding {
691
+ @if $skin-name=='FluentUI' {
692
+ padding: 24px;
693
+ }
694
+ @else {
695
+ padding: 16px;
696
+ }
697
+ }
698
+ .e-de-prop-pane {
699
+ height: 100%;
700
+ min-height: 200px;
701
+ overflow: auto;
702
+ width: $de-text-pane-width-big;
703
+ }
704
+ @if $skin-name=='bootstrap4' {
705
+ .e-btn-toggle .e-tbar-btn-text {
706
+ color: $de-toggle-btn-color !important;
707
+ }
708
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn {
709
+ border-color: $de-clr-picker-border-clr;
710
+ }
711
+ }
712
+ @if $skin-name=='tailwind' {
713
+ .e-de-prop-sub-label {
714
+ font-size: 14px;
715
+ }
716
+ .e-de-hdr-ftr-top-div,
717
+ .e-de-hdr-ftr-frst-div {
718
+ margin-bottom: 16px;
719
+ }
720
+ }
721
+ }
722
+ .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
723
+ box-shadow: none;
724
+ height: $de-group-btn-hgt;
725
+ #{if(&, '&', '*')}:focus {
726
+ box-shadow: none;
727
+ }
728
+ #{if(&, '&', '*')}:active {
729
+ box-shadow: none;
730
+ }
731
+ #{if(&, '&', '*')}:hover {
732
+ box-shadow: none;
733
+ }
734
+ }
735
+ .e-de-ctnr-group-btn button {
736
+ box-shadow: none;
737
+ height: $de-group-btn-hgt;
738
+ #{if(&, '&', '*')}:focus {
739
+ box-shadow: none;
740
+ }
741
+ #{if(&, '&', '*')}:active {
742
+ box-shadow: none;
743
+ }
744
+ #{if(&, '&', '*')}:hover {
745
+ box-shadow: none;
746
+ }
747
+ }
748
+ .e-de-property-div-padding {
749
+ border-bottom: 0.5px solid $de-pane-separator;
750
+ //padding-bottom: $de-prop-div-padding-bottom;
751
+ padding: $de-prop-div-padding-top;
752
+ }
753
+ .e-de-ctnr-dropdown-ftr {
754
+ border-top: 1px solid $de-pane-separator;
755
+ color: $de-panel-header-color;
756
+ cursor: pointer;
757
+ display: block;
758
+ font-size: 12px;
759
+ line-height: 40px;
760
+ text-indent: 1.2em;
761
+ }
762
+ .e-de-char-fmt-btn-left>button,
763
+ .e-de-insert-del-cell button {
764
+ width: $de-left-btn-width;
765
+ }
766
+ .e-de-char-fmt-btn-right>button {
767
+ width: $de-right-btn-width;
768
+ }
769
+ .e-de-panel-left-width {
770
+ width: $de-left-panel-width;
771
+ }
772
+ .e-bigger {
773
+ .e-de-panel-left-width {
774
+ width: $de-left-panel-width-big;
775
+ }
776
+ .e-de-char-fmt-btn-left>button,
777
+ .e-de-insert-del-cell button {
778
+ width: $de-left-btn-width-big;
779
+ }
780
+ }
781
+ .e-de-panel-right-width {
782
+ width: $de-right-panel-width;
783
+ }
784
+ @if $skin-name=='bootstrap5' or $skin-name=='FluentUI' or $skin-name=='tailwind' {
785
+ .e-bigger {
786
+ .e-de-panel-right-width {
787
+ width: $de-right-font-size-width-big;
788
+ }
789
+ .e-de-char-fmt-btn-left > button,
790
+ .e-de-char-fmt-btn-right>button {
791
+ width: $de-right-btn-width-big;
792
+ }
793
+ }
794
+ }
795
+ .e-de-cntr-highlight-pane {
796
+ border: 1px solid $de-panel-border;
797
+ }
798
+
799
+ .e-de-btn-hghlclr>button:first-child {
800
+ padding: 1px !important;
801
+ }
802
+ .e-de-ctnr-hglt-color {
803
+ font-size: 12px;
804
+ font-weight: 400;
805
+ height: $de-hlt-clr-height !important;
806
+ width: $de-hlt-clr-height !important;
807
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='tailwind' {
808
+ border-radius: 4px;
809
+ }
810
+ }
811
+
812
+ .e-de-font-clr-picker>div div button,
813
+ .e-de-font-clr-picker>div button,
814
+ .e-de-font-clr-picker>button {
815
+ width: $de-clr-pckr-width;
816
+ }
817
+
818
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
819
+ height: 55px;
820
+ padding: 4px !important;
821
+ width: 60px;
822
+ }
823
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
824
+ border: 3px solid $de-list-hover-bg;
825
+ padding: 2px !important;
826
+ }
827
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
828
+ height: 38px;
829
+ padding: 4px !important;
830
+ width: 38px;
831
+ }
832
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
833
+ border: 3px solid $de-list-hover-bg;
834
+ padding: 2px !important;
835
+ }
836
+ .e-de-list-header-presetmenu {
837
+ cursor: pointer;
838
+ font-size: 11px;
839
+ line-height: 14px;
840
+ overflow: hidden;
841
+ text-align: left;
842
+ min-width: 50px;
843
+ white-space: nowrap;
844
+ width: 100%;
845
+ @if $skin-name=='tailwind' {
846
+ color: $icon-color;
847
+ }
848
+ }
849
+ .e-de-bullet-list-header-presetmenu {
850
+ cursor: pointer;
851
+ font-size: 14px;
852
+ left: -11px;
853
+ line-height: $de-bullet-icon-line-height;
854
+ min-width: 50px;
855
+ overflow: hidden;
856
+ position: relative;
857
+ white-space: nowrap;
858
+ width: 100%;
859
+ }
860
+ .e-rtl {
861
+ .e-de-bullet-list-header-presetmenu {
862
+ cursor: pointer;
863
+ font-size: 14px;
864
+ left: 10px;
865
+ line-height: $de-bullet-icon-line-height;
866
+ min-width: 50px;
867
+ overflow: hidden;
868
+ position: relative;
869
+ white-space: nowrap;
870
+ width: 100%;
871
+ }
872
+ }
873
+ .e-de-bullet {
874
+ font-size: 42px;
875
+ }
876
+ .e-de-list-header-presetmenu .e-de-list-line {
877
+ border-bottom: 1px solid $de-prop-btn-icon-clr;
878
+ margin-left: 5px;
879
+ width: 100%;
880
+ }
881
+ .e-de-toc-optionsdiv {
882
+ margin-bottom: 11.5px;
883
+ margin-left: 5.5px;
884
+ margin-top: 15.5px;
885
+ }
886
+ .e-de-toc-optionsdiv.e-de-rtl {
887
+ margin-right: 5.5px;
888
+ margin-left: 0;
889
+ }
890
+ .e-de-list-header-presetmenu div span {
891
+ //color: #aaa;
892
+ display: inline-block;
893
+ vertical-align: middle;
894
+ }
895
+ .e-de-floating-menu .e-de-floating-menuitem,
896
+ .e-de-floating-menu .e-de-menuitem-none {
897
+ cursor: pointer;
898
+ height: 70px;
899
+ padding: 0 !important;
900
+ margin: 0 5px 5px 0 !important;
901
+ width: 70px;
902
+ }
903
+ .e-de-list-thumbnail .e-de-list-items {
904
+ float: left;
905
+ }
906
+ .e-de-list-thumbnail .e-de-list-items {
907
+ border: 1px solid $de-list-thmbnail-border-clr;
908
+ clear: initial;
909
+ display: inline-block;
910
+ height: auto;
911
+ margin: 5px;
912
+ padding: 2px;
913
+ text-align: center;
914
+ width: auto;
915
+ }
916
+ .e-de-list-items {
917
+ cursor: pointer;
918
+ background: $de-ctnr-bg-clr;
919
+ box-sizing: border-box;
920
+ list-style: none;
921
+ padding: 7px 10px 7px 10px;
922
+ position: relative;
923
+ }
924
+ .e-de-list-item-size {
925
+ font-size: 14px;
926
+ }
927
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
928
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
929
+ border: 3px solid $de-title-bar-bg-clr;
930
+ padding: 2px !important;
931
+ }
932
+ .e-de-floating-menu {
933
+ padding: 10px 4px 5px 10px !important;
934
+ }
935
+ @if $skin-name !='tailwind' {
936
+ .e-de-list-container {
937
+ background: $de-ctnr-bg-clr;
938
+ border: 1px solid #ccc;
939
+ border-radius: 2px;
940
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
941
+ box-sizing: border-box;
942
+ display: inline-block;
943
+ line-height: normal;
944
+ margin: 0;
945
+ outline: 0;
946
+ padding: 5px 0;
947
+ position: absolute;
948
+ width: auto;
949
+ z-index: 10020;
950
+ }
951
+ }
952
+ .e-de-ctnr-list {
953
+ font-size: $de-bullet-icon-font-size;
954
+ @if ( $skin-name !='bootstrap4' and $skin-name !='tailwind') {
955
+ vertical-align: top;
956
+ }
957
+ }
958
+ .e-de-image-property {
959
+ padding-left: 32px;
960
+ }
961
+ .e-de-img-prty-span {
962
+ color: $de-font-color;
963
+ left: $de-img-span-left;
964
+ position: absolute;
965
+ top: $de-img-span-top;
966
+ }
967
+ .e-btn-toggle {
968
+ background-color: $de-toggle-bg-color !important;
969
+ @if $skin-name=='highcontrast' {
970
+ color: $de-title-bar-font-clr !important;
971
+ }
972
+ @if $skin-name=='fabric' {
973
+ border-color: $de-toggle-bg-color !important;
974
+ }
975
+ outline: $de-toggle-btn-outline;
976
+ outline-offset: 0;
977
+ box-shadow: $de-toggle-btn-border !important;
978
+ #{if(&, '&', '*')}:hover {
979
+ background-color: $de-toggle-bg-color !important;
980
+ @if $skin-name=='fabric' {
981
+ border-color: $de-toggle-bg-color !important;
982
+ }
983
+ outline: $de-toggle-btn-outline;
984
+ outline-offset: 0;
985
+ box-shadow: $de-toggle-btn-border !important;
986
+ }
987
+ }
988
+ @if $skin-name=='highcontrast' {
989
+ .e-btn-toggle .e-tbar-btn-text {
990
+ color: $de-title-bar-font-clr !important;
991
+ }
992
+ .e-btn-toggle>span {
993
+ color: $de-title-bar-font-clr !important;
994
+ }
995
+ }
996
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
997
+ .e-de-ctnr-group-btn-top>button:first-child {
998
+ border-radius: 0;
999
+ border-top-left-radius: 4px;
1000
+ }
1001
+ .e-de-ctnr-group-btn-top.e-de-rtl>button:first-child {
1002
+ border-top-left-radius: 0;
1003
+ border-top-right-radius: 4px;
1004
+ }
1005
+ .e-de-ctnr-group-btn-top>button:last-child {
1006
+ border-radius: 0;
1007
+ border-top-right-radius: 4px;
1008
+ }
1009
+ .e-de-ctnr-group-btn-top.e-de-rtl>button:last-child {
1010
+ border-top-left-radius: 4px;
1011
+ border-top-right-radius: 0;
1012
+ }
1013
+ .e-de-ctnr-group-btn-middle>button {
1014
+ border-radius: 0;
1015
+ border-top: 0;
1016
+ border-bottom: 0;
1017
+ }
1018
+ .e-de-ctnr-group-btn-bottom>button:first-child {
1019
+ border-radius: 0;
1020
+ border-bottom-left-radius: 4px;
1021
+ }
1022
+ .e-de-ctnr-group-btn-bottom.e-de-rtl>button:first-child {
1023
+ border-bottom-left-radius: 0;
1024
+ border-bottom-right-radius: 4px;
1025
+ }
1026
+ .e-de-ctnr-group-btn-bottom>button:last-child {
1027
+ border-radius: 0;
1028
+ border-bottom-right-radius: 4px;
1029
+ }
1030
+ .e-de-ctnr-group-btn-bottom.e-de-rtl>button:last-child {
1031
+ border-bottom-right-radius: 0;
1032
+ border-bottom-left-radius: 4px;
1033
+ }
1034
+ }
1035
+ .e-de-toc-template1 {
1036
+ @if $skin-name != 'tailwind' {
1037
+ background: $de-ctnr-bg-clr;
1038
+ }
1039
+ border: 1px solid $de-panel-border;
1040
+ color: $de-panel-header-color;
1041
+ height: 129px;
1042
+ margin-left: 78px;
1043
+ width: 94px;
1044
+ }
1045
+ .e-de-toc-template1.e-de-rtl {
1046
+ margin-left: 0;
1047
+ margin-right: 78px;
1048
+ }
1049
+
1050
+ .e-de-toc-template1-content1 {
1051
+ font-size: 10px;
1052
+ height: 11px;
1053
+ margin-left: 5.4px;
1054
+ margin-top: 6.7px;
1055
+ width: $de-toc-template-content1;
1056
+ }
1057
+ .e-de-toc-template1-content2 {
1058
+ font-size: 8px;
1059
+ height: 9px;
1060
+ margin-left: 20.4px;
1061
+ margin-top: 5.7px;
1062
+ width: $de-toc-template-content2;
1063
+ }
1064
+ .e-de-toc-template1-content3 {
1065
+ font-size: 7px;
1066
+ height: 8px;
1067
+ margin-left: 28.4px;
1068
+ margin-top: 6.7px;
1069
+ width: $de-toc-template-content3;
1070
+ }
1071
+ .e-de-prop-sub-label {
1072
+ color: $de-panel-sub-label-color;
1073
+ @if $skin-name=='tailwind' {
1074
+ font-size: 12px;
1075
+ line-height: 18px;
1076
+ }
1077
+ @else {
1078
+ font-size: 13px;
1079
+ }
1080
+ margin-bottom: $de-prop-sub-label-mrgn-btm;
1081
+ font-weight: $de-header-font-weight;
1082
+ }
1083
+ .e-de-toc-checkbox1 {
1084
+ height: $de-prop-pane-margin;
1085
+ margin-top: $de-prop-pane-margin;
1086
+ }
1087
+ .e-de-toc-checkbox2 {
1088
+ height: $de-prop-pane-margin;
1089
+ margin-top: $de-prop-pane-margin;
1090
+ }
1091
+ .e-de-toc-checkbox3 {
1092
+ height: $de-prop-pane-margin;
1093
+ margin-top: $de-prop-pane-margin;
1094
+ }
1095
+ .e-de-status-bar {
1096
+ background-color: $de-ctnr-bg-clr;
1097
+ //border-bottom: 1px solid $de-panel-border;
1098
+ display: flex;
1099
+ padding-top: $e-de-status-bar-padding-top;
1100
+ width: 100%;
1101
+ }
1102
+ .e-de-ctnr-pg-no {
1103
+ color: $de-font-color;
1104
+ display: inline-flex;
1105
+ font-size: $de-ctnr-pg-no-spellout-fnt-size;
1106
+ height: 100%;
1107
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top;
1108
+
1109
+ span {
1110
+ border: 1px solid transparent;
1111
+ }
1112
+ }
1113
+ .e-de-ctnr-pg-no-spellout {
1114
+ color: $de-font-color;
1115
+ display: inline-flex;
1116
+ font-size: $de-ctnr-pg-no-spellout-fnt-size;
1117
+ height: 100%;
1118
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top;
1119
+ width: $de-page-no-width-spellout;
1120
+
1121
+ span {
1122
+ border: 1px solid transparent;
1123
+ }
1124
+ }
1125
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1126
+ color: $de-font-color;
1127
+ display: inline-flex;
1128
+ font-size: $de-ctnr-pg-no-spellout-fnt-size-bg;
1129
+ height: 100%;
1130
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top-big;
1131
+ width: $de-page-no-width-spellout-big;
1132
+ }
1133
+ .e-de-statusbar-zoom-spell {
1134
+ background-color: $de-ctnr-bg-clr;
1135
+ border: 0;
1136
+ color: $de-font-color;
1137
+ float: right;
1138
+ height: 34px;
1139
+ margin-left: $de-zoom-tlbr-margin-left;
1140
+ }
1141
+ .e-bigger .e-de-statusbar-zoom-spell {
1142
+ background-color: $de-ctnr-bg-clr;
1143
+ border: 0;
1144
+ color: $de-font-color;
1145
+ float: right;
1146
+ height: 34px;
1147
+ margin-left: $de-zoom-tlbr-margin-left-big;
1148
+ }
1149
+ .e-de-btn-cancel {
1150
+ margin-left: 10px;
1151
+ }
1152
+ .e-de-btn-cancel-rtl {
1153
+ margin-left: 0;
1154
+ margin-right: 10px;
1155
+ }
1156
+ .e-de-prop-header-label {
1157
+ color: $de-panel-header-color;
1158
+ display: inline-block;
1159
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1160
+ font-size: $de-panel-header-size;
1161
+ }
1162
+ @else {
1163
+ font-size: 13px;
1164
+ }
1165
+ font-weight: bold;
1166
+ letter-spacing: 0.05px;
1167
+ opacity: 0.87;
1168
+ }
1169
+ .e-de-prop-separator-line {
1170
+ border-bottom: $de-header-line-color;
1171
+ }
1172
+ .e-de-status-bar>div label {
1173
+ font-weight: $de-status-br-lbl-fnt-weight;
1174
+ }
1175
+ .e-de-stylediv {
1176
+ padding-left: $de-prop-style-padding;
1177
+ }
1178
+ .e-de-stylediv-rtl {
1179
+ padding-left: 0;
1180
+ padding-right: $de-prop-style-padding;
1181
+ }
1182
+ // .e-de-border-style-div {
1183
+ // margin-left: 12px;
1184
+ // }
1185
+ // .e-de-border-style-div.e-de-rtl {
1186
+ // margin-left: 0;
1187
+ // margin-right: 12px;
1188
+ // }
1189
+ // .e-de-insert-del-cell {
1190
+ // margin-left: 12px;
1191
+ // }
1192
+ // .e-de-insert-del-cell.e-de-rtl {
1193
+ // margin-left: 0;
1194
+ // margin-right: 12px;
1195
+ // }
1196
+ // .e-de-cell-margin {
1197
+ // margin-left: 12px;
1198
+ // }
1199
+ // .e-de-align-text {
1200
+ // margin-left: 12px;
1201
+ // }
1202
+ // .e-de-align-text.e-de-rtl {
1203
+ // margin-left: 0;
1204
+ // margin-right: 12px;
1205
+ // }
1206
+ .e-de-border-size-button {
1207
+ height: $de-border-size-button-height;
1208
+ margin-top: $de-table-prop-border-margin;
1209
+ width: $de-border-size-button-width;
1210
+ }
1211
+ .e-de-color-picker {
1212
+ height: $de-border-size-button-height;
1213
+ width: $de-border-size-button-width;
1214
+ }
1215
+ // .e-de-cell-div {
1216
+ // margin-left: $de-prop-style-padding;
1217
+ // }
1218
+ // .e-de-cell-div.e-de-rtl {
1219
+ // margin-left: 0;
1220
+ // margin-right: $de-prop-style-padding;
1221
+ // }
1222
+ .e-de-cell-text-box {
1223
+ margin-right: $de-prop-style-padding;
1224
+ }
1225
+ .e-de-pane-rtl {
1226
+ .e-de-cell-text-box {
1227
+ margin-left: $de-prop-style-padding;
1228
+ margin-right: 0;
1229
+ }
1230
+ }
1231
+ .e-de-prop-fill-label {
1232
+ //margin-left: 10.3px;
1233
+ margin-right: 8px;
1234
+ }
1235
+ .e-de-prop-fill-label.e-de-rtl {
1236
+ margin-left: 8px;
1237
+ margin-right: 0;
1238
+ }
1239
+
1240
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1241
+ height: 38px !important;
1242
+ }
1243
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1244
+ height: 42px !important;
1245
+ }
1246
+
1247
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
1248
+ height: 38px;
1249
+ @if $skin-name =='bootstrap5' {
1250
+ width: 39px;
1251
+ }
1252
+ @else {
1253
+ width: 38px;
1254
+ }
1255
+ }
1256
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
1257
+ height: 42px;
1258
+ width: $de-border-btn-width-big;
1259
+ }
1260
+ .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1261
+ width: 70px;
1262
+ }
1263
+ @if $skin-name=='tailwind' {
1264
+ .e-de-prop-fill-label {
1265
+ font-size: 16px;
1266
+ line-height: 24px;
1267
+ color: $de-panel-header-color;
1268
+ }
1269
+ .e-documenteditorcontainer {
1270
+ .e-tab .e-content .e-item {
1271
+ padding: 0;
1272
+ }
1273
+ }
1274
+ }
1275
+ .e-bigger {
1276
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
1277
+ .de-split-button>div:first-child {
1278
+ margin-right: 0;
1279
+ }
1280
+ }
1281
+ @else {
1282
+ .de-split-button>div:first-child {
1283
+ margin-right: $de-list-button-margin-right-bigger;
1284
+ }
1285
+ }
1286
+ .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1287
+ width: 66px;
1288
+ }
1289
+ .e-de-prop-fill-label {
1290
+ margin-left: 0;
1291
+ margin-right: 9.8px;
1292
+ }
1293
+ .e-de-prop-fill-label.e-de-rtl {
1294
+ margin-left: 9.8px;
1295
+ margin-right: 0px;
1296
+ }
1297
+ // .e-de-cell-text-box {
1298
+ // margin-right: 16px;
1299
+ // }
1300
+ .e-rtl {
1301
+ .e-de-cell-text-box {
1302
+ margin-left: 16px;
1303
+ margin-right: 0;
1304
+ }
1305
+ }
1306
+ .e-de-cell-div {
1307
+ //margin-left: 16px;
1308
+ @if $skin-name =='bootstrap5' {
1309
+ button {
1310
+ width: 45px !important;
1311
+ }
1312
+ }
1313
+ }
1314
+
1315
+ .e-de-color-picker {
1316
+ height: $de-border-size-button-height-bg;
1317
+ width: $de-border-size-button-width-bg;
1318
+ }
1319
+ .e-de-border-size-button {
1320
+ height: $de-border-size-button-height-bg;
1321
+ margin-top: $de-table-prop-border-margin;
1322
+ width: $de-border-size-button-width-bg;
1323
+ }
1324
+
1325
+ .e-de-stylediv {
1326
+ padding-left: 16px;
1327
+ }
1328
+ .e-de-stylediv-rtl {
1329
+ padding-right: 16px;
1330
+ }
1331
+ .e-de-tool-ctnr-properties-pane {
1332
+ display: flex;
1333
+ height: $de-tool-ctnr-editor-height-big;
1334
+ min-height: 200px;
1335
+ width: 100%;
1336
+ }
1337
+ .e-de-ctnr-properties-pane {
1338
+ display: flex;
1339
+ height: $de-ctnr-editor-height-big;
1340
+ width: 100%;
1341
+ }
1342
+ .e-de-ctn {
1343
+ background-color: $de-ctnr-bg-clr;
1344
+ border: 1px solid $de-panel-border;
1345
+ height: $de-ctnr-height;
1346
+ position: relative;
1347
+ width: 100%;
1348
+ }
1349
+ .e-de-ctnr-toolbar {
1350
+ display: flex;
1351
+ height: $de-ctnr-tlbt-height-big;
1352
+ width: 100%;
1353
+ }
1354
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1355
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1356
+ border: 0;
1357
+ }
1358
+ .e-de-pane {
1359
+ border-left: 1px solid $de-panel-border;
1360
+ }
1361
+ .e-de-pane-rtl {
1362
+ border-right: 1px solid $de-panel-border;
1363
+ }
1364
+ @if $skin-name=='material' {
1365
+ .e-de-pane>div button:not(.e-primary),
1366
+ .e-de-pane-rtl>div button:not(.e-primary) {
1367
+ background-color: $de-panel-btn-bg-clr;
1368
+ }
1369
+ }
1370
+ .e-de-ctnr-segment {
1371
+ margin-bottom: $de-ctnr-margin-bottom-big;
1372
+ }
1373
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or $skin-name=='bootstrap5' {
1374
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1375
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
1376
+ margin-right: $de-pane-margin-right-big;
1377
+ }
1378
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1379
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
1380
+ margin-left: $de-pane-margin-right-big;
1381
+ margin-right: 0;
1382
+ }
1383
+ }
1384
+ @if $skin-name=='bootstrap-dark' {
1385
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1386
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
1387
+ margin-right: $de-pane-margin-right-big;
1388
+ }
1389
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1390
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
1391
+ margin-left: $de-pane-margin-right-big;
1392
+ margin-right: 0;
1393
+ }
1394
+ }
1395
+
1396
+ .e-de-ctnr-segment>div:first-child:not(.e-rtl),
1397
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
1398
+ .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
1399
+ margin-right: $de-pane-margin-right-big;
1400
+ }
1401
+
1402
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
1403
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
1404
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
1405
+ margin-left: $de-pane-margin-right-big;
1406
+ margin-right: 0;
1407
+ }
1408
+ .e-de-tlbr-wrapper {
1409
+ background-color: $de-prpty-btn-bg-clr;
1410
+ height: $de-ctnr-tlbt-height-big;
1411
+ width: $de-ctnr-tlbr-width;
1412
+ }
1413
+ .e-de-ctnr-prop-label {
1414
+ color: $de-panel-header-color;
1415
+ display: inline-block;
1416
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1417
+ font-size: 16px;
1418
+ }
1419
+ @else {
1420
+ font-size: $de-panel-header-size;
1421
+ }
1422
+ font-weight: 500;
1423
+ letter-spacing: 0.05px;
1424
+ margin-bottom: $de-ctnr-margin-bottom-big;
1425
+ opacity: 0.87;
1426
+ @if $skin-name=='tailwind' {
1427
+ line-height: 1.5;
1428
+ }
1429
+ }
1430
+ .e-de-table-prop-label {
1431
+ margin-left: 14.5px;
1432
+ }
1433
+ .e-de-table-prop-label.e-de-rtl {
1434
+ margin-left: 0;
1435
+ margin-right: 14.5px;
1436
+ }
1437
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
1438
+ height: $de-ctnr-tlbt-height-big;
1439
+ .e-toolbar-item.e-de-separator {
1440
+ height: 25px;
1441
+ margin: $de-ctrnr-tblr-separator-margin-big;
1442
+ }
1443
+ .e-toolbar-item.e-de-toolbar-btn-start {
1444
+ margin-left: $de-tlbr-margin-first-big;
1445
+ margin-right: $de-tlbr-margin-right-big;
1446
+ }
1447
+ .e-toolbar-item.e-de-toolbar-btn-middle {
1448
+ margin-left: $de-tlbr-margin-right-big;
1449
+ margin-right: $de-tlbr-margin-right-big;
1450
+ }
1451
+ .e-toolbar-item.e-de-toolbar-btn-end {
1452
+ margin-left: $de-tlbr-margin-right-big;
1453
+ margin-right: $de-tlbr-margin-first-big;
1454
+ }
1455
+ .e-toolbar-item.e-de-image-focus :focus {
1456
+ background-color: $de-toggle-bg-color;
1457
+ }
1458
+ }
1459
+ @if $skin-name=='bootstrap' {
1460
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1461
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1462
+ padding: 0 1px;
1463
+ padding-bottom: 6px;
1464
+ #{if(&, '&', '*')}:focus {
1465
+ padding: 0;
1466
+ padding-bottom: 6px;
1467
+ }
1468
+ #{if(&, '&', '*')}:active {
1469
+ padding: 0;
1470
+ padding-bottom: 6px;
1471
+ }
1472
+ #{if(&, '&', '*')}:hover {
1473
+ padding: 0;
1474
+ padding-bottom: 6px;
1475
+ }
1476
+ }
1477
+ }
1478
+ @if $skin-name !='bootstrap' {
1479
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1480
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1481
+ padding: 0;
1482
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1483
+ #{if(&, '&', '*')}:focus {
1484
+ padding: 0;
1485
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1486
+ }
1487
+ #{if(&, '&', '*')}:active {
1488
+ padding: 0;
1489
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1490
+ }
1491
+ #{if(&, '&', '*')}:hover {
1492
+ padding: 0;
1493
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1494
+ }
1495
+ }
1496
+ }
1497
+ @if $skin-name=='bootstrap4' {
1498
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1499
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1500
+ padding: 0 1px;
1501
+ padding-bottom: 6px;
1502
+ #{if(&, '&', '*')}:focus {
1503
+ padding: 0;
1504
+ padding-bottom: 6px;
1505
+ }
1506
+ #{if(&, '&', '*')}:active {
1507
+ padding: 0;
1508
+ padding-bottom: 6px;
1509
+ }
1510
+ #{if(&, '&', '*')}:hover {
1511
+ padding: 0;
1512
+ padding-bottom: 6px;
1513
+ }
1514
+ }
1515
+ }
1516
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1517
+ padding: 0 !important;
1518
+ }
1519
+ .e-de-overlay {
1520
+ height: 100%;
1521
+ opacity: 0.5;
1522
+ pointer-events: none;
1523
+ touch-action: none;
1524
+ }
1525
+ .e-de-ctnr-properties-pane-btn {
1526
+ width: 75px;
1527
+ }
1528
+ .e-de-ctnr-properties-pane-btn {
1529
+ .e-btn {
1530
+ background-color: $de-prpty-btn-bg-clr;
1531
+ border-radius: 0;
1532
+ box-shadow: none;
1533
+ min-height: 100%;
1534
+ min-width: 100%;
1535
+ #{if(&, '&', '*')}:focus {
1536
+ box-shadow: none;
1537
+ }
1538
+ #{if(&, '&', '*')}:active {
1539
+ box-shadow: none;
1540
+ }
1541
+ #{if(&, '&', '*')}:hover {
1542
+ box-shadow: none;
1543
+ }
1544
+ }
1545
+ }
1546
+ .e-de-showhide-btn {
1547
+ border: 0;
1548
+ height: $de-ctnr-tlbt-height-big;
1549
+ }
1550
+ .e-de-showhide-btn-rtl {
1551
+ border: 0;
1552
+ height: $de-ctnr-tlbt-height-big;
1553
+ }
1554
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1555
+ padding: $de-ctrnr-tblr-item-padding;
1556
+ }
1557
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1558
+ display: table;
1559
+ @if $skin-name=='material' {
1560
+ font-size: 13px;
1561
+ }
1562
+ @else if $skin-name=='tailwind' {
1563
+ font-size: 14px;
1564
+ line-height: 1.5;
1565
+ }
1566
+ @else if $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
1567
+ font-size: 16px;
1568
+ }
1569
+ @else {
1570
+ font-size: 12px;
1571
+ }
1572
+ margin: $de-ctrnr-tblr-item-margin-big;
1573
+ padding: 0;
1574
+ white-space: normal;
1575
+ }
1576
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1577
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1578
+ @if $skin-name=='material' {
1579
+ font-size: 16px;
1580
+ }
1581
+ padding: 0;
1582
+ }
1583
+ .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1584
+ box-shadow: none;
1585
+ height: $de-group-btn-hgt-big;
1586
+ @if $skin-name=='bootstrap5' {
1587
+ padding-left: 1px;
1588
+ }
1589
+ #{if(&, '&', '*')}:focus {
1590
+ box-shadow: none;
1591
+ }
1592
+ #{if(&, '&', '*')}:active {
1593
+ box-shadow: none;
1594
+ }
1595
+ #{if(&, '&', '*')}:hover {
1596
+ box-shadow: none;
1597
+ }
1598
+ }
1599
+ .e-de-ctnr-group-btn button {
1600
+ box-shadow: none;
1601
+ height: $de-group-btn-hgt-big;
1602
+ #{if(&, '&', '*')}:focus {
1603
+ box-shadow: none;
1604
+ }
1605
+ #{if(&, '&', '*')}:active {
1606
+ box-shadow: none;
1607
+ }
1608
+ #{if(&, '&', '*')}:hover {
1609
+ box-shadow: none;
1610
+ }
1611
+ }
1612
+ @if $skin-name !='tailwind' {
1613
+ .e-de-property-div-padding {
1614
+ border-bottom: 0.5px solid $de-pane-separator;
1615
+ @if $skin-name =='FluentUI' {
1616
+ padding: 24px;
1617
+ }
1618
+ @else {
1619
+ padding: 16px;
1620
+ }
1621
+ }
1622
+ .e-de-font-clr-picker>div button,
1623
+ .e-de-font-clr-picker>button {
1624
+ @if $skin-name=='bootstrap5' {
1625
+ width:43px;
1626
+ }
1627
+ @else {
1628
+ width: auto;
1629
+ }
1630
+ }
1631
+ }
1632
+ .e-de-ctnr-dropdown-ftr {
1633
+ border-top: 1px solid $de-pane-separator;
1634
+ color: $de-panel-header-color;
1635
+ cursor: pointer;
1636
+ display: block;
1637
+ font-size: 12px;
1638
+ line-height: 40px;
1639
+ text-indent: 1.2em;
1640
+ }
1641
+ .e-de-char-fmt-btn>button {
1642
+ width: 38.5px;
1643
+ }
1644
+ .e-de-btn-hghlclr>button:first-child {
1645
+ padding: 0 6px !important;
1646
+ }
1647
+ .e-de-ctnr-hglt-color {
1648
+ font-size: 12px;
1649
+ font-weight: 400;
1650
+ height: $de-hlt-clr-height-bigger !important;
1651
+ width: $de-hlt-clr-height-bigger !important;
1652
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='tailwind' {
1653
+ border-radius: 4px;
1654
+ }
1655
+ }
1656
+
1657
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' {
1658
+ .e-de-font-clr-picker>div div button {
1659
+ width: 38px;
1660
+ }
1661
+ }
1662
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' {
1663
+ .e-de-font-clr-picker>div div button {
1664
+ width: 38px;
1665
+ }
1666
+ }
1667
+ .e-de-ctnr-list {
1668
+ font-size: $de-bullet-icon-font-size;
1669
+ vertical-align: top;
1670
+ }
1671
+ .e-de-image-property {
1672
+ padding-left: 32px;
1673
+ }
1674
+ .e-de-img-prty-span {
1675
+ color: $de-font-color;
1676
+ left: 10px;
1677
+ position: absolute;
1678
+ top: $de-img-span-top-big;
1679
+ }
1680
+ .e-btn-toggle {
1681
+ background-color: $de-toggle-bg-color !important;
1682
+ box-shadow: $de-toggle-btn-border !important;
1683
+ @if $skin-name=='fabric' {
1684
+ border-color: $de-toggle-bg-color !important;
1685
+ }
1686
+ outline: $de-toggle-btn-outline;
1687
+ outline-offset: 0;
1688
+ #{if(&, '&', '*')}:hover {
1689
+ background-color: $de-toggle-bg-color !important;
1690
+ @if $skin-name=='fabric' {
1691
+ border-color: $de-toggle-bg-color !important;
1692
+ }
1693
+ outline: $de-toggle-btn-outline;
1694
+ outline-offset: 0;
1695
+ box-shadow: $de-toggle-btn-border !important;
1696
+ }
1697
+ }
1698
+ .e-de-toc-template1 {
1699
+ background: $de-ctnr-bg-clr;
1700
+ border: 1px solid $de-panel-border;
1701
+ color: $de-panel-header-color;
1702
+ height: 129px;
1703
+ margin-left: 78px;
1704
+ width: 94px;
1705
+ }
1706
+ .e-de-toc-template1-content1 {
1707
+ font-size: 10px;
1708
+ height: 11px;
1709
+ margin-left: 5.4px;
1710
+ margin-top: 6.7px;
1711
+ width: $de-toc-template-content1;
1712
+ }
1713
+ .e-de-toc-template1-content2 {
1714
+ font-size: 8px;
1715
+ height: 9px;
1716
+ margin-left: 20.4px;
1717
+ margin-top: 5.7px;
1718
+ width: $de-toc-template-content2;
1719
+ }
1720
+ .e-de-toc-template1-content3 {
1721
+ font-size: 7px;
1722
+ height: 8px;
1723
+ margin-left: 28.4px;
1724
+ margin-top: 6.7px;
1725
+ width: $de-toc-template-content3;
1726
+ }
1727
+ .e-de-toc-optionsdiv {
1728
+ margin-bottom: 11.5px;
1729
+ margin-left: 5.5px;
1730
+ margin-top: 15.5px;
1731
+ }
1732
+ .e-de-toc-optionsdiv.e-de-rtl {
1733
+ margin-right: 5.5px;
1734
+ margin-left: 0;
1735
+ }
1736
+ @if $skin-name !='tailwind' {
1737
+ .e-de-prop-sub-label {
1738
+ font-size: 13px;
1739
+ margin-bottom: 8.5px;
1740
+ }
1741
+ }
1742
+ .e-de-btn-cancel {
1743
+ margin-left: 10px;
1744
+ }
1745
+ .e-de-status-bar {
1746
+ background-color: $de-ctnr-bg-clr;
1747
+ //border-bottom: 1px solid $de-panel-border;
1748
+ display: flex;
1749
+ padding-top: $e-de-status-bar-big-padding-top;
1750
+ width: 100%;
1751
+ }
1752
+ .e-de-statusbar-zoom {
1753
+ background-color: $de-ctnr-bg-clr;
1754
+ border: 0;
1755
+ color: $de-font-color;
1756
+ float: right;
1757
+ height: 34px;
1758
+ }
1759
+ @if $skin-name !='tailwind' {
1760
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1761
+ line-height: 25px;
1762
+ @if $skin-name !='material' {
1763
+ padding: 0 5px !important;
1764
+ }
1765
+ }
1766
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
1767
+ @if $skin-name !='material' {
1768
+ height: 0;
1769
+ }
1770
+ @if $skin-name == 'material' {
1771
+ height: 6px;
1772
+ }
1773
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1774
+ line-height: .5;
1775
+ }
1776
+ @else {
1777
+ line-height: 0;
1778
+ }
1779
+ }
1780
+ }
1781
+
1782
+ }
1783
+ }
1784
+
1785
+ .e-de-ctn .e-de-bzr-button {
1786
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='bootstrap5' {
1787
+ font-size: 12px;
1788
+ }
1789
+ @if $skin-name !='bootstrap4' and $skin-name !='bootstrap5' {
1790
+ font-weight: 400;
1791
+ }
1792
+
1793
+ background: $e-de-bzr-button-bg-color;
1794
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='material' and $skin-name !='material-dark' {
1795
+ height: 100%;
1796
+ }
1797
+ @if $skin-name !='fabric'and $skin-name !='material' and $skin-name !='material-dark' {
1798
+ color: $e-de-bzr-button-font-color;
1799
+ }
1800
+
1801
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
1802
+ border: 1px solid $e-de-bzr-button-border-color;
1803
+ }
1804
+ @if $skin-name=='highcontrast' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' or $skin-name=='fabric' or $skin-name=='fabric-dark' {
1805
+ box-shadow: none;
1806
+ border: none;
1807
+ }
1808
+ @if $skin-name=='highcontrast' {
1809
+ border: 2px solid $e-de-bzr-button-border-color;
1810
+ }
1811
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
1812
+ padding-bottom: 6px;
1813
+ }
1814
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
1815
+ border: none;
1816
+ height: calc(100% - 10px);
1817
+ line-height: 1.3 !important;
1818
+ padding: 10px 6px 10px 6px !important;
1819
+ font-size: 14px !important;
1820
+ }
1821
+ }
1822
+ @if $skin-name =='fabric' {
1823
+ .e-de-ctn .e-de-bzr-button:focus {
1824
+ outline: none;
1825
+ }
1826
+ }
1827
+ @if $skin-name !='material' and $skin-name !='material-dark' {
1828
+ .e-de-ctn .e-de-bzr-button:hover {
1829
+ background: $e-de-bzr-button-hover-bg-color;
1830
+ border: $e-de-bzr-button-hover-border;
1831
+ border-radius: $e-de-bzr-button-hover-border-radius;
1832
+ @if $skin-name !='tailwind' and $skin-name !='tailwind-dark' {
1833
+ color: $e-de-bzr-button-hover-font-color;
1834
+ }
1835
+ }
1836
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
1837
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
1838
+ color: $e-de-bzr-button-hover-font-color;
1839
+ }
1840
+ }
1841
+ }
1842
+ @if $skin-name !='bootstrap' and $skin-name!='bootstrap-dark' and $skin-name!='tailwind' and $skin-name!='tailwind-dark' {
1843
+ .e-de-ctn .e-de-bzr-button:active {
1844
+ @if $skin-name !='bootstrap4' {
1845
+ box-shadow: none;
1846
+ }
1847
+ @if $skin-name=='fabric' or $skin-name=='highcontrast' {
1848
+ border-radius: 0;
1849
+ }
1850
+ @if $skin-name !='material' and $skin-name !='material-dark' {
1851
+ background-color: $e-de-bzr-button-active-bg-color;
1852
+ border-color: $e-de-bzr-button-active-border-color;
1853
+ color: $e-de-bzr-button-active-font-color;
1854
+ }
1855
+ }
1856
+ @if $skin-name=='highcontrast' {
1857
+ .e-de-ctn .e-de-bzr-button:active .e-btn-icon {
1858
+ color: $e-de-bzr-button-active-font-color;
1859
+ }
1860
+ }
1861
+ }
1862
+
1863
+
1864
+ @if $skin-name=='material' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='bootstrap5' or $skin-name=='FluentUI' {
1865
+ .e-de-ctn .e-de-bzr-button {
1866
+ @if $skin-name!='bootstrap5' and $skin-name!='FluentUI' {
1867
+ font-size: 12px;
1868
+ }
1869
+ @if $skin-name !='bootstrap4' {
1870
+ font-weight: 400;
1871
+ }@if $skin-name=='FluentUI' {
1872
+ font-size: 14px;
1873
+ border: none;
1874
+ }
1875
+ @if $skin-name !='material' {
1876
+ background: $e-de-bzr-button-bg-color;
1877
+ height: 100%;
1878
+ @if $skin-name !='fabric' {
1879
+ color: $e-de-bzr-button-font-color;
1880
+ }
1881
+ }
1882
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' {
1883
+ border: 1px solid $e-de-bzr-button-border-color;
1884
+ }
1885
+ @if $skin-name=='bootstrap5' {
1886
+ border: none;
1887
+ line-height: 16px !important;
1888
+ }
1889
+ @if $skin-name=='highcontrast' or $skin-name=='bootstrap' or $skin-name=='bootstrap5' {
1890
+ box-shadow: none;
1891
+ }
1892
+ @if $skin-name=='highcontrast' {
1893
+ border: 2px solid $e-de-bzr-button-border-color;
1894
+ }
1895
+ @if $skin-name=='bootstrap' {
1896
+ padding-bottom: 6px;
1897
+ }
1898
+ }
1899
+ @if $skin-name=='fabric' {
1900
+ .e-de-ctn .e-de-bzr-button:focus {
1901
+ outline: none;
1902
+ }
1903
+ }
1904
+ @if $skin-name !='material' {
1905
+ .e-de-ctn .e-de-bzr-button:hover {
1906
+ background: $e-de-bzr-button-hover-bg-color;
1907
+ border: $e-de-bzr-button-hover-border;
1908
+ border-radius: $e-de-bzr-button-hover-border-radius;
1909
+ color: $e-de-bzr-button-hover-font-color;
1910
+ }
1911
+ @if $skin-name=='bootstrap4' {
1912
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
1913
+ color: $e-de-bzr-button-hover-font-color;
1914
+ }
1915
+ }
1916
+ }
1917
+ @if $skin-name !='bootstrap' {
1918
+ .e-de-ctn .e-de-bzr-button:active {
1919
+ @if $skin-name !='bootstrap4' {
1920
+ box-shadow: none;
1921
+ }
1922
+ @if $skin-name=='fabric' or $skin-name=='highcontrast' {
1923
+ border-radius: 0;
1924
+ }
1925
+ @if $skin-name !='material' {
1926
+ background-color: $e-de-bzr-button-active-bg-color;
1927
+ border-color: $e-de-bzr-button-active-border-color;
1928
+ color: $e-de-bzr-button-active-font-color;
1929
+ }
1930
+ }
1931
+ @if $skin-name=='highcontrast' {
1932
+ .e-de-ctn .e-de-bzr-button:active .e-btn-icon {
1933
+ color: $e-de-bzr-button-active-font-color;
1934
+ }
1935
+ }
1936
+ }
1937
+ }
1938
+
1939
+ .e-de-ctn {
1940
+ .e-de-ctnr-toolbar {
1941
+ .e-de-bzr-button {
1942
+ @if $skin-name == 'FluentUI' {
1943
+ font-size: 14px;
1944
+ }
1945
+ .e-btn-icon {
1946
+ font-size: $e-de-bzr-btn-font-size;
1947
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
1948
+ padding-bottom: 4px !important;
1949
+ }
1950
+ @if $skin-name == 'FluentUI' {
1951
+ padding-bottom: 2px;
1952
+ }
1953
+ }
1954
+ }
1955
+
1956
+ .e-de-bzr-break.e-de-bzr-button {
1957
+ @if $skin-name=='bootstrap4' {
1958
+ line-height: 23px !important;
1959
+ }
1960
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
1961
+ padding-top: 9px !important;
1962
+ padding-bottom: 23px !important;
1963
+ }
1964
+ @if $skin-name=='material' or $skin-name=='material-dark' {
1965
+ height: calc(100% - 10px);
1966
+ line-height: 23px;
1967
+ }
1968
+ @if $skin-name =='bootstrap5' {
1969
+ .e-btn-icon {
1970
+ margin-top: -11px;
1971
+ }
1972
+ }
1973
+ @if $skin-name == 'FluentUI' {
1974
+ padding-top: 0 !important;
1975
+ }
1976
+ }
1977
+ }
1978
+ }
1979
+
1980
+ .e-bigger {
1981
+ .e-de-ctn {
1982
+ .e-de-ctnr-toolbar {
1983
+ .e-de-bzr-button {
1984
+ @if $skin-name == 'FluentUI' {
1985
+ font-size: 16px;
1986
+ }
1987
+ .e-btn-icon {
1988
+ font-size: $e-de-bzr-btn-font-size-big;
1989
+ @if $skin-name =='bootstrap5' or $skin-name == 'FluentUI'{
1990
+ padding-bottom: 4px;
1991
+ }
1992
+ }
1993
+ }
1994
+
1995
+ .e-de-bzr-break.e-de-bzr-button {
1996
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
1997
+ padding-top: 11px !important;
1998
+ }
1999
+ @if $skin-name == 'FluentUI' {
2000
+ padding-top: 4px !important;
2001
+ }
2002
+ }
2003
+ }
2004
+ }
2005
+ }