@syncfusion/ej2-angular-documenteditor 23.1.36 → 23.1.38-ngcc

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