@syncfusion/ej2-pdfviewer 17.3.54-4568 → 17.3.56-4568

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 (118) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +15 -12
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +15 -12
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +74 -74
  8. package/src/pdfviewer/base/pdfviewer-base.js +44 -39
  9. package/src/pdfviewer/magnification/magnification.js +1 -1
  10. package/styles/_all.scss +1 -0
  11. package/styles/bootstrap-dark.css +3404 -0
  12. package/styles/bootstrap-dark.scss +1 -0
  13. package/styles/bootstrap.css +3411 -0
  14. package/styles/bootstrap.scss +1 -0
  15. package/styles/bootstrap4.css +3744 -0
  16. package/styles/bootstrap4.scss +1 -0
  17. package/styles/bootstrap5-dark.css +3714 -0
  18. package/styles/bootstrap5-dark.scss +1 -0
  19. package/styles/bootstrap5.css +3714 -0
  20. package/styles/bootstrap5.scss +1 -0
  21. package/styles/fabric-dark.css +3412 -0
  22. package/styles/fabric-dark.scss +1 -0
  23. package/styles/fabric.css +3425 -0
  24. package/styles/fabric.scss +1 -0
  25. package/styles/fluent-dark.css +3683 -0
  26. package/styles/fluent-dark.scss +1 -0
  27. package/styles/fluent.css +3683 -0
  28. package/styles/fluent.scss +1 -0
  29. package/styles/highcontrast-light.css +3402 -0
  30. package/styles/highcontrast-light.scss +1 -0
  31. package/styles/highcontrast.css +3423 -0
  32. package/styles/highcontrast.scss +1 -0
  33. package/styles/material-dark.css +3405 -0
  34. package/styles/material-dark.scss +1 -0
  35. package/styles/material.css +3412 -0
  36. package/styles/material.scss +1 -0
  37. package/styles/material3-dark.css +3591 -0
  38. package/styles/material3-dark.scss +3 -0
  39. package/styles/material3.css +3647 -0
  40. package/styles/material3.scss +3 -0
  41. package/styles/pdfviewer/_all.scss +1 -1
  42. package/styles/pdfviewer/_bds-definition.scss +543 -0
  43. package/styles/pdfviewer/_bootstrap-dark-definition.scss +83 -6
  44. package/styles/pdfviewer/_bootstrap-definition.scss +83 -6
  45. package/styles/pdfviewer/_bootstrap4-definition.scss +93 -15
  46. package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
  47. package/styles/pdfviewer/_bootstrap5-definition.scss +534 -0
  48. package/styles/pdfviewer/_fabric-dark-definition.scss +82 -7
  49. package/styles/pdfviewer/_fabric-definition.scss +83 -6
  50. package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
  51. package/styles/pdfviewer/_fluent-definition.scss +541 -0
  52. package/styles/pdfviewer/_fusionnew-definition.scss +534 -0
  53. package/styles/pdfviewer/_highcontrast-definition.scss +84 -4
  54. package/styles/pdfviewer/_highcontrast-light-definition.scss +80 -3
  55. package/styles/pdfviewer/_layout.scss +3 -2
  56. package/styles/pdfviewer/_material-dark-definition.scss +82 -3
  57. package/styles/pdfviewer/_material-definition.scss +81 -3
  58. package/styles/pdfviewer/_material3-dark-definition.scss +1 -0
  59. package/styles/pdfviewer/_material3-definition.scss +542 -0
  60. package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
  61. package/styles/pdfviewer/_tailwind-definition.scss +543 -0
  62. package/styles/pdfviewer/_theme.scss +2776 -165
  63. package/styles/pdfviewer/bootstrap-dark.css +3404 -0
  64. package/styles/pdfviewer/bootstrap-dark.scss +4 -0
  65. package/styles/pdfviewer/bootstrap.css +3411 -0
  66. package/styles/pdfviewer/bootstrap.scss +4 -0
  67. package/styles/pdfviewer/bootstrap4.css +3744 -0
  68. package/styles/pdfviewer/bootstrap4.scss +4 -0
  69. package/styles/pdfviewer/bootstrap5-dark.css +3714 -0
  70. package/styles/pdfviewer/bootstrap5-dark.scss +4 -0
  71. package/styles/pdfviewer/bootstrap5.css +3714 -0
  72. package/styles/pdfviewer/bootstrap5.scss +4 -0
  73. package/styles/pdfviewer/fabric-dark.css +3412 -0
  74. package/styles/pdfviewer/fabric-dark.scss +4 -0
  75. package/styles/pdfviewer/fabric.css +3425 -0
  76. package/styles/pdfviewer/fabric.scss +4 -0
  77. package/styles/pdfviewer/fluent-dark.css +3683 -0
  78. package/styles/pdfviewer/fluent-dark.scss +4 -0
  79. package/styles/pdfviewer/fluent.css +3683 -0
  80. package/styles/pdfviewer/fluent.scss +4 -0
  81. package/styles/pdfviewer/highcontrast-light.css +3402 -0
  82. package/styles/pdfviewer/highcontrast-light.scss +4 -0
  83. package/styles/pdfviewer/highcontrast.css +3423 -0
  84. package/styles/pdfviewer/highcontrast.scss +4 -0
  85. package/styles/pdfviewer/icons/_bootstrap-dark.scss +60 -1
  86. package/styles/pdfviewer/icons/_bootstrap.scss +60 -1
  87. package/styles/pdfviewer/icons/_bootstrap4.scss +58 -0
  88. package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
  89. package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
  90. package/styles/pdfviewer/icons/_fabric-dark.scss +59 -1
  91. package/styles/pdfviewer/icons/_fabric.scss +59 -0
  92. package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
  93. package/styles/pdfviewer/icons/_fluent.scss +488 -0
  94. package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
  95. package/styles/pdfviewer/icons/_highcontrast-light.scss +59 -1
  96. package/styles/pdfviewer/icons/_highcontrast.scss +59 -0
  97. package/styles/pdfviewer/icons/_material-dark.scss +63 -0
  98. package/styles/pdfviewer/icons/_material.scss +60 -0
  99. package/styles/pdfviewer/icons/_material3-dark.scss +1 -0
  100. package/styles/pdfviewer/icons/_material3.scss +490 -0
  101. package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
  102. package/styles/pdfviewer/icons/_tailwind.scss +489 -0
  103. package/styles/pdfviewer/material-dark.css +3405 -0
  104. package/styles/pdfviewer/material-dark.scss +4 -0
  105. package/styles/pdfviewer/material.css +3412 -0
  106. package/styles/pdfviewer/material.scss +4 -0
  107. package/styles/pdfviewer/material3-dark.css +3591 -0
  108. package/styles/pdfviewer/material3-dark.scss +5 -0
  109. package/styles/pdfviewer/material3.css +3647 -0
  110. package/styles/pdfviewer/material3.scss +5 -0
  111. package/styles/pdfviewer/tailwind-dark.css +3449 -0
  112. package/styles/pdfviewer/tailwind-dark.scss +4 -0
  113. package/styles/pdfviewer/tailwind.css +3450 -0
  114. package/styles/pdfviewer/tailwind.scss +4 -0
  115. package/styles/tailwind-dark.css +3449 -0
  116. package/styles/tailwind-dark.scss +1 -0
  117. package/styles/tailwind.css +3450 -0
  118. package/styles/tailwind.scss +1 -0
@@ -1,24 +1,43 @@
1
1
  @include export-module('pdfviewer-theme') {
2
- // sass-lint:disable no-vendor-prefixes
2
+ /* stylelint-disable value-no-vendor-prefix */
3
+ /* stylelint-disable property-no-vendor-prefix */
3
4
  .e-pv-viewer-container {
4
- background-color: $pv-background;
5
5
  border-color: $pv-control-border-color;
6
6
  height: $pv-viewer-container-height;
7
7
  overflow: $pv-control-overflow;
8
8
  position: $pv-control-position;
9
9
  touch-action: $pv-control-touch-action;
10
+ @if $skin-name == 'Material3' {
11
+ background: $pv-background;
12
+ border: $pv-toolbar-border;
13
+ }
14
+ @else
15
+ {
16
+ background-color: $pv-background;
17
+ }
10
18
  }
11
19
 
12
20
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
13
21
  display: none;
14
22
  }
15
23
 
24
+ input.e-pv-input-password::-ms-reveal {
25
+ display: none;
26
+ }
27
+
16
28
  .e-pv-page-container {
29
+ @if $skin-name == 'Material3' {
30
+ background: $pv-background;
31
+ }
17
32
  margin: $pv-page-container-margin;
18
33
  padding: $pv-page-container-padding;
19
34
  touch-action: $pv-page-container-touch-action;
20
35
  }
21
36
 
37
+ .e-pv-signaturehover {
38
+ background-color: $pv-prop-line-styles-hover-bg;
39
+ }
40
+
22
41
  .e-pv-mobilespanscroll-container {
23
42
  color: $pv-toolbar-total-page-number-color;
24
43
  font-family: $pv-sidebar-bookmark-title-font-family;
@@ -34,12 +53,33 @@
34
53
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
35
54
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
36
55
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
56
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
37
57
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
38
58
  .e-bigger .e-pv-icon-search,
39
59
  .e-pv-icon {
40
60
  font-size: $pv-icon-font-size;
41
61
  }
42
62
 
63
+ .e-bigger .e-pv-icon {
64
+ @if $skin-name == 'FluentUI' {
65
+ font-size: 16px;
66
+ }
67
+ }
68
+
69
+ .e-pv-annotation-stamp-container .e-menu-wrapper {
70
+ @if $skin-name == 'FluentUI' {
71
+ background-color: transparent;
72
+ }
73
+ }
74
+
75
+ .e-pv-annotation-ink-container .e-pv-inkannotation-icon {
76
+ font-size: $pv-icon-font-size;
77
+ }
78
+
79
+ .e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
80
+ font-size: $pv-icon-font-size;
81
+ }
82
+
43
83
  .e-bigger .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
44
84
  .e-bigger .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
45
85
  .e-bigger .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
@@ -49,6 +89,7 @@
49
89
  .e-bigger .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
50
90
  .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
51
91
  .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
92
+ .e-bigger .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
52
93
  .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
53
94
  .e-bigger .e-pv-icon-search,
54
95
  .e-bigger .e-pv-icon {
@@ -58,7 +99,13 @@
58
99
  }
59
100
 
60
101
  .e-pv-mobilescroll-container {
61
- background-color: $pv-background;
102
+ @if $skin-name == 'Material3' {
103
+ background: $pv-background;
104
+ }
105
+ @else
106
+ {
107
+ background-color: $pv-background;
108
+ }
62
109
  border: $pv-thumbnail-hover-border;
63
110
  border-radius: 56px 0 0 56px;
64
111
  line-height: 27px;
@@ -75,19 +122,38 @@
75
122
  position: $pv-page-div-position;
76
123
  }
77
124
 
125
+ .e-pv-viewer-container .e-pv-page-div.e-focused {
126
+ box-shadow: $pv-page-div-focus-style;
127
+ }
128
+
129
+ .e-pv-viewer-container.e-focused
130
+ {
131
+ box-shadow: $pv-page-div-focus-style inset;
132
+ }
133
+
78
134
  .e-pv-toolbar,
79
135
  .e-pv-nav-toolbar,
80
- .e-pv-annotation-toolbar {
136
+ .e-pv-annotation-toolbar,
137
+ .e-pv-formdesigner-toolbar {
81
138
  border: $pv-toolbar-border;
82
139
  border-radius: $pv-toolbar-border-radius;
83
140
  border-width: $pv-toolbar-border-width;
84
141
  }
85
142
 
86
143
  .e-pv-toolbar,
87
- .e-pv-annotation-toolbar {
144
+ .e-pv-annotation-toolbar,
145
+ .e-pv-mobile-annotation-toolbar,
146
+ .e-pv-formdesigner-toolbar {
88
147
  height: $pv-toolbar-height;
89
148
  }
90
149
 
150
+ .e-pv-toolbar.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
151
+ @if $skin-name == 'bootstrap5' {
152
+ left: 0;
153
+ line-height: 0;
154
+ }
155
+ }
156
+
91
157
  .e-pv-nav-toolbar,
92
158
  .e-bigger .e-pv-toolbar,
93
159
  .e-pv-toolbar.e-pv-mobile-toolbar,
@@ -102,7 +168,10 @@
102
168
  }
103
169
 
104
170
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
105
- display: none;
171
+ display: block;
172
+ padding-left: 10px;
173
+ padding-right: 10px;
174
+ width: auto;
106
175
  }
107
176
 
108
177
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -110,8 +179,34 @@
110
179
  display: none;
111
180
  }
112
181
 
182
+ .e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text
183
+ {
184
+ display: none;
185
+ }
186
+
187
+ .e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
188
+ display: none;
189
+ }
190
+
191
+ .e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
192
+ display: none;
193
+ }
194
+
195
+ .e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text
196
+ {
197
+ display: none;
198
+ }
199
+
200
+ .e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text
201
+ {
202
+ display: none;
203
+ }
204
+
113
205
  .e-pv-current-page-box.e-input-group.e-control-wrapper {
114
206
  height: $pv-current-page-height;
207
+ @if $skin-name == 'bootstrap5' {
208
+ height: 32px;
209
+ }
115
210
  margin-top: $pv-toolbar-current-page-box-margin-top;
116
211
  width: $pv-current-page-width;
117
212
  }
@@ -142,10 +237,16 @@
142
237
  width: 10%;
143
238
  }
144
239
 
145
- .e-pv-gotopage-popup {
240
+ .e-dialog.e-pv-gotopage-popup {
146
241
  max-width: 500px;
147
- padding-left: 16px;
148
- padding-top: 16px;
242
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
243
+ padding-left: 0;
244
+ padding-top: 0;
245
+ }
246
+ @else {
247
+ padding-left: 16px;
248
+ padding-top: 16px;
249
+ }
149
250
  }
150
251
 
151
252
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
@@ -165,7 +266,9 @@
165
266
  }
166
267
 
167
268
  .e-pv-password-input {
168
- margin-top: $pv-password-input-margin-top;
269
+ @if $skin-name != 'Material3' {
270
+ margin-top: $pv-password-input-margin-top;
271
+ }
169
272
  }
170
273
 
171
274
  .e-pv-password-error {
@@ -178,10 +281,15 @@
178
281
  }
179
282
 
180
283
  .e-pv-corrupted-popup-content {
181
- color: $pv-corrupted-pop-header-color;
182
- font-size: $pv-corrupted-pop-content-font-size;
284
+ @if $skin-name == 'Material3' {
285
+ color: $content-text-color-alt1;
286
+ }
287
+ @else {
288
+ color: $pv-corrupted-pop-header-color;
289
+ }
290
+ font-size: $pv-corrupted-pop-content-font-size;
183
291
  line-height: $pv-corrupted-pop-content-line-height;
184
- margin-left: $pv-corrupted-pop-content-margin-left;
292
+ margin-left: $pv-corrupted-pop-content-margin-left;
185
293
  opacity: $pv-corrupted-pop-header-opacity;
186
294
  padding-top: $pv-corrupted-pop-content-padding-top;
187
295
  text-align: $pv-corrupted-pop-header-text-align;
@@ -189,20 +297,30 @@
189
297
 
190
298
  .e-pv-corrupted-popup-content-rtl {
191
299
  color: $pv-corrupted-pop-header-color;
192
- font-size: $pv-corrupted-pop-content-font-size;
300
+ font-size: $pv-corrupted-pop-content-font-size;
193
301
  line-height: $pv-corrupted-pop-content-line-height;
194
- margin-right: $pv-corrupted-pop-content-margin-right;
302
+ margin-right: $pv-corrupted-pop-content-margin-right;
195
303
  opacity: $pv-corrupted-pop-header-opacity;
196
304
  padding-top: $pv-corrupted-pop-content-padding-top;
197
305
  text-align: $pv-corrupted-pop-header-rtl-text-align;
198
306
  }
199
307
 
200
308
  .e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) {
201
- height: auto;
309
+ @if $skin-name == 'Material3' {
310
+ height: $pv-toolbar-height;
311
+ }
312
+ @else {
313
+ height: auto;
314
+ }
202
315
  margin-left: $pv-toolbar-items-margin-left;
203
316
  margin-right: $pv-toolbar-items-margin-right;
204
- padding-bottom: $pv-toolbar-items-padding-bottom;
205
- padding-top: $pv-toolbar-items-padding-top;
317
+ @if $skin-name != 'Material3' {
318
+ padding-bottom: $pv-toolbar-items-padding-bottom;
319
+ padding-top: $pv-toolbar-items-padding-top;
320
+ }
321
+ @if $skin-name == 'bootstrap5' {
322
+ padding: 3px 4px;
323
+ }
206
324
  }
207
325
 
208
326
  .e-bigger .e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) {
@@ -212,13 +330,68 @@
212
330
  }
213
331
  }
214
332
 
215
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
333
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
334
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
335
+ @if $skin-name != 'tailwind' and $skin-name != 'tailwind-dark' {
336
+ height: auto;
337
+ }
338
+ @if $skin-name == 'bootstrap5' {
339
+ height: 32px;
340
+ }
216
341
  margin-left: $pv-toolbar-items-margin-left;
217
342
  margin-right: $pv-toolbar-items-margin-right;
343
+ @if $skin-name == 'bootstrap5' {
344
+ padding: 0 4px;
345
+ }
346
+ }
347
+
348
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
349
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
350
+ @if $skin-name == 'FluentUI' {
351
+ padding-bottom: 2px;
352
+ }
353
+ @else if $skin-name == 'Material3' {
354
+ padding: 0 !important;/* stylelint-disable-line declaration-no-important */
355
+ }
356
+ @else {
357
+ padding-bottom: 0;
358
+ }
359
+ }
360
+
361
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
362
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
363
+ @if $skin-name == 'FluentUI' {
364
+ padding-bottom: 2px;
365
+ }
366
+ @else if $skin-name == 'Material3' {
367
+ padding: 0 !important;/* stylelint-disable-line declaration-no-important */
368
+ }
369
+ @else {
370
+ padding-bottom: 0;
371
+ }
372
+ }
373
+
374
+ .e-pdfviewer .e-pv-open-document-icon .e-pv-icon .e-icons .e-btn-icon .e-icon-left {
375
+ @if $skin-name == 'FluentUI' {
376
+ padding: 0;
377
+ }
378
+ }
379
+
380
+ .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
381
+ .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
382
+ @if $skin-name == 'FluentUI' {
383
+ line-height: 22px;
384
+ min-height: 22px;
385
+ }
386
+ @else {
387
+ line-height: 26px;
388
+ min-height: 26px;
389
+ }
218
390
  }
219
391
 
220
392
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
221
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
393
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
394
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
222
395
  border-right-width: $pv-toolbar-separator-border-right-width;
223
396
  height: $pv-toolbar-separator-height;
224
397
  margin-left: $pv-toolbar-separator-margin-left;
@@ -226,30 +399,40 @@
226
399
  }
227
400
 
228
401
  .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
229
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
402
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
403
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
230
404
  margin-left: $pv-toolbar-items-first-child-margin-left;
231
405
  }
232
406
 
233
407
  .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
234
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
408
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
409
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
235
410
  margin-right: $pv-toolbar-items-first-child-margin-left;
236
411
  }
237
412
 
238
413
  .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
239
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
414
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
415
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
240
416
  margin-right: $pv-toolbar-items-last-child-margin-right;
241
417
  }
242
418
 
243
419
  .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
244
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child {
420
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
421
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child {
245
422
  margin-left: $pv-toolbar-items-last-child-margin-right;
246
423
  }
247
424
 
248
425
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
249
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
426
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
427
+ .e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
428
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
250
429
  height: $pv-toolbar-btn-height;
251
- min-width: 20px;
430
+ min-width: $pv-toolbar-btn-width;
252
431
  width: $pv-toolbar-btn-width;
432
+ @if $skin-name == 'FluentUI' {
433
+ line-height: $pv-toolbar-btn-height;
434
+ min-width: 40px;
435
+ }
253
436
  }
254
437
 
255
438
  .e-pv-open-document-icon {
@@ -288,6 +471,11 @@
288
471
  line-height: $pv-toolbar-zoom-out-icon-line-height;
289
472
  }
290
473
 
474
+ .e-pv-eye-slash-icon,
475
+ .e-pv-eye-icon {
476
+ margin-top: $pv-eye-icon-margin-top;
477
+ }
478
+
291
479
  .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
292
480
  padding-left: 8px;
293
481
  }
@@ -310,10 +498,13 @@
310
498
  margin-left: $pv-toolbar-total-page-div-margin-left;
311
499
  margin-right: $pv-toolbar-total-page-div-margin-right;
312
500
  min-width: unset;
313
- @if $skin-name != 'bootstrap4' {
501
+ @if $skin-name != 'bootstrap4' and $skin-name != 'FluentUI' {
314
502
  padding-bottom: $pv-toolbar-total-page-padding-bottom;
315
503
  }
316
504
  padding-left: $pv-toolbar-total-page-div-padding-left;
505
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
506
+ padding-top: 0;
507
+ }
317
508
  position: relative;
318
509
  }
319
510
 
@@ -331,28 +522,39 @@
331
522
  }
332
523
 
333
524
  .e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
334
- .e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
525
+ .e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
526
+ .e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
527
+ .e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
335
528
  background-color: transparent;
336
529
  border: $pv-toolbar-zoom-drop-down-border;
530
+ @if $skin-name == 'bootstrap5' {
531
+ box-shadow: none;
532
+ }
337
533
  height: inherit;
338
534
  margin-top: $pv-toolbar-zoom-drop-down-margin-top;
339
535
  padding: $pv-toolbar-zoom-drop-down-padding;
340
536
  }
341
537
 
342
538
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
343
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
539
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
540
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
541
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
344
542
  background-color: $pv-toolbar-zoom-drop-down-background-color;
345
543
  border: $pv-toolbar-zoom-drop-down-border-focus;
346
544
  border-radius: $pv-toolbar-zoom-drop-down-border-radius;
347
545
  }
348
546
 
349
547
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
350
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
548
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
549
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
550
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
351
551
  color: $pv-zoom-dropdown-input-focus-color;
352
552
  }
353
553
 
354
554
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
355
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard {
555
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
556
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
557
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
356
558
  height: $pv-zoom-drop-down-input-height;
357
559
  margin-top: $pv-zoom-drop-down-input-margin-top;
358
560
  padding-bottom: $pv-zoom-drop-down-padding-bottom;
@@ -360,17 +562,28 @@
360
562
  }
361
563
 
362
564
  .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
363
- .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard {
364
- padding-left: $pv-zoom-drop-down-padding-left;
565
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
566
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
567
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
568
+ @if $skin-name == 'bootstrap5' {
569
+ padding-left: 0;
570
+ }
571
+ @else {
572
+ padding-left: $pv-zoom-drop-down-padding-left;
573
+ }
365
574
  }
366
575
 
367
576
  .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
368
- .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard {
577
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
578
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
579
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
369
580
  padding-right: $pv-zoom-drop-down-padding-left;
370
581
  }
371
582
 
372
583
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
373
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon {
584
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
585
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
586
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
374
587
  background-color: transparent;
375
588
  border-left: 0;
376
589
  margin-bottom: $pv-zoom-drop-down-margin-bottom;
@@ -379,9 +592,23 @@
379
592
  padding-right: $pv-zoom-drop-down-padding-right;
380
593
  }
381
594
 
595
+ .e-pv-zoom-drop-down-container .e-input-group.e-control-wrapper .e-input-group-icon,
596
+ .e-pv-annotation-fontsize-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown .e-input-group-icon,
597
+ .e-pv-annotation-fontname-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown .e-input-group-icon {
598
+ @if $skin-name == 'bootstrap5' {
599
+ border-left: 0;
600
+ margin-bottom: $pv-zoom-drop-down-margin-bottom;
601
+ margin-left: $pv-zoom-drop-down-margin-left;
602
+ margin-top: $pv-zoom-drop-down-margin-top;
603
+ padding-right: $pv-zoom-drop-down-padding-right;
604
+ }
605
+ }
606
+
382
607
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
383
608
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
384
- .e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input {
609
+ .e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
610
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
611
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
385
612
  text-align: $pv-text-align;
386
613
  }
387
614
 
@@ -390,19 +617,49 @@
390
617
  text-align: $pv-zoom-drop-down-popup-text-align;
391
618
  }
392
619
 
393
- .e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active
394
- .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
620
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
621
+ .e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
622
+ text-align: right;
623
+ }
624
+
625
+ .e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
626
+ .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
395
627
  color: $pv-zoom-drop-down-active-color;
396
628
  }
397
629
 
398
- .e-pv-zoom-drop-down.e-popup.e-popup-open {
630
+ .e-pv-zoom-drop-down.e-popup.e-popup-open,
631
+ .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
399
632
  min-height: $pv-zoom-drop-down-popup-height;
400
633
  min-width: $pv-zoom-drop-down-popup-width;
401
634
  }
402
635
 
403
636
  .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
404
- border: $pv-current-page-border;
637
+ @if $skin-name == 'Material3' {
638
+ border-bottom: $pv-current-page-border;
639
+ }
640
+ @else {
641
+ border: $pv-current-page-border;
642
+ }
405
643
  border-radius: $pv-current-page-border-radius;
644
+ @if $skin-name == 'bootstrap5' {
645
+ box-shadow: none;
646
+ }
647
+ }
648
+
649
+ .e-pv-annotation-toolbar,
650
+ .e-pv-mobile-annotation-toolbar,
651
+ .e-pv-formdesigner-toolbar {
652
+ @if $skin-name == 'bootstrap5' {
653
+ border: solid $border-light;
654
+ border-width: 1px;
655
+ }
656
+ }
657
+
658
+ .e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
659
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
660
+ @if $skin-name != 'bootstrap5' {
661
+ box-shadow: none;
662
+ }
406
663
  }
407
664
 
408
665
  .e-pv-password-popup.e-dialog .e-dlg-header,
@@ -416,19 +673,23 @@
416
673
  .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
417
674
  .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
418
675
  .e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
419
- @if $skin-name != 'bootstrap4' {
676
+ @if ($skin-name != 'bootstrap4') {
420
677
  padding-top: $pv-dialog-pop-close-icon-padding-top;
421
678
  }
422
679
  }
423
680
 
424
681
  .e-pv-password-popup.e-dialog {
425
- height: $pv-password-dialog-height;
682
+ @if $skin-name != 'Material3' {
683
+ height: $pv-password-dialog-height;
684
+ }
426
685
  margin: 0 10px;
427
686
  max-width: $pv-password-dialog-width;
428
687
  }
429
688
 
430
689
  .e-pv-corrupted-popup.e-dialog {
431
- height: $pv-corrupted-dialog-height;
690
+ @if $skin-name != 'Material3' {
691
+ height: $pv-corrupted-dialog-height;
692
+ }
432
693
  margin: 0 10px;
433
694
  max-width: $pv-corrupted-dialog-width;
434
695
  }
@@ -444,11 +705,13 @@
444
705
  }
445
706
 
446
707
  .e-pv-corrupted-popup.e-dialog .e-dlg-content {
447
- padding-bottom: $pv-corrupted-dialog-pop-content-padding-bottom;
448
- padding-top: $pv-corrupted-dialog-pop-content-padding-top;
708
+ @if $skin-name != 'Material3' {
709
+ padding-bottom: $pv-corrupted-dialog-pop-content-padding-bottom;
710
+ padding-top: $pv-corrupted-dialog-pop-content-padding-top;
711
+ }
449
712
  }
450
713
 
451
- .e-pv-password-popup.e-dialog span[id*='_prompt'] {
714
+ .e-pv-password-popup.e-dialog span[id *= '_prompt'] {
452
715
  font-size: $pv-password-pop-content-font-size;
453
716
  letter-spacing: $pv-password-pop-content-letter-spacing;
454
717
  }
@@ -462,13 +725,19 @@
462
725
  }
463
726
 
464
727
  .e-pv-password-popup.e-dialog .e-dlg-content {
465
- padding-bottom: $pv-password-dialog-pop-content-padding-bottom;
466
- padding-top: $pv-password-pop-content-padding-top;
728
+ @if $skin-name != 'Material3' {
729
+ padding-bottom: $pv-password-dialog-pop-content-padding-bottom;
730
+ padding-top: $pv-password-pop-content-padding-top;
731
+ }
467
732
  }
468
733
 
469
734
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
470
735
  max-height: $pv-current-page-height;
471
736
  padding-bottom: $pv-current-page-padding-bottom;
737
+ @if $skin-name == 'bootstrap5' {
738
+ max-height: 30px;
739
+ padding-bottom: 1px;
740
+ }
472
741
  }
473
742
 
474
743
  .e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
@@ -480,7 +749,9 @@
480
749
  }
481
750
 
482
751
  .e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
483
- .e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
752
+ .e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
753
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
754
+ .e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
484
755
  transform: $pv-zoom-drop-down-transform;
485
756
  }
486
757
 
@@ -495,13 +766,21 @@
495
766
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
496
767
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
497
768
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
498
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before {
769
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
770
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
771
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
772
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
773
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
774
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
775
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
776
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
777
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
499
778
  background: $pv-material-line-background;
500
779
  }
501
780
 
502
781
  .e-pv-sidebar-container {
503
782
  background: $pv-sidebar-container-background;
504
- border-top: $pv-sidebar-container-border-top;
783
+ border-top: $pv-sidebar-container-border-top;
505
784
  bottom: $pv-sidebar-container-bottom;
506
785
  position: $pv-sidebar-container-position;
507
786
  top: $pv-sidebar-container-top;
@@ -522,7 +801,13 @@
522
801
  }
523
802
 
524
803
  .e-pv-viewer-main-container {
525
- background-color: $pv-background;
804
+ @if $skin-name == 'Material3' {
805
+ background: $pv-background;
806
+ }
807
+ @else
808
+ {
809
+ background-color: $pv-background;
810
+ }
526
811
  bottom: $pv-viewer-main-container-bottom;
527
812
  left: $pv-viewer-main-container-left;
528
813
  position: $pv-viewer-main-container-position;
@@ -539,7 +824,7 @@
539
824
  }
540
825
 
541
826
  .e-pv-sidebar-content-container {
542
- border-top: $pv-sidebar-content-container-border-top;
827
+ border-top: $pv-sidebar-content-container-border-top;
543
828
  display: $pv-sidebar-content-container-display;
544
829
  float: $pv-sidebar-content-container-float;
545
830
  height: $pv-sidebar-content-container-height;
@@ -557,6 +842,8 @@
557
842
 
558
843
  .e-pv-sidebar-title-container {
559
844
  background: $pv-sidebar-title-container-background;
845
+ border: $pv-sidebar-toolbar-border;
846
+ border-width: $pv-sidebar-title-container-border-width;
560
847
  height: $pv-sidebar-title-container-height;
561
848
  position: $pv-sidebar-title-container-position;
562
849
  top: $pv-sidebar-title-container-top;
@@ -602,11 +889,23 @@
602
889
  .e-pv-sidebar-title {
603
890
  color: $pv-sidebar-title-color;
604
891
  font-size: $pv-sidebar-title-font-size;
892
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'Material3') {
893
+ font-weight: 500;
894
+ }
605
895
  height: $pv-sidebar-title-height;
896
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
897
+ line-height: $pv-sidebar-title-line-height;
898
+ }
606
899
  margin: $pv-sidebar-title-margin;
607
900
  position: $pv-sidebar-title-position;
608
901
  text-align: $pv-sidebar-title-text-align;
609
902
  top: $pv-sidebar-title-top;
903
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
904
+ vertical-align: $pv-sidebar-title-vertical-align;
905
+ }
906
+ @if $skin-name == 'FluentUI' {
907
+ padding: 8px;
908
+ }
610
909
  }
611
910
 
612
911
  .e-bigger .e-pv-sidebar-title {
@@ -639,7 +938,7 @@
639
938
 
640
939
  .e-pv-sidebar-toolbar {
641
940
  background: $pv-sidebar-toolbar-background;
642
- border: $pv-sidebar-toolbar-border;
941
+ border: $pv-sidebar-toolbar-border;
643
942
  border-width: $pv-sidebar-toolbar-border-width;
644
943
  bottom: $pv-sidebar-toolbar-bottom;
645
944
  height: $pv-sidebar-toolbar-height;
@@ -649,7 +948,7 @@
649
948
  }
650
949
 
651
950
  .e-bigger .e-pv-sidebar-toolbar {
652
- @if $skin-name == 'bootstrap4' {
951
+ @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
653
952
  width: $pv-sidebar-toolbar-width-big;
654
953
  }
655
954
  }
@@ -666,6 +965,10 @@
666
965
  z-index: $pv-sidebar-content-z-index;
667
966
  }
668
967
 
968
+ .e-pv-thumbnail-anchor-node:hover {
969
+ text-decoration: auto;
970
+ }
971
+
669
972
  .e-pv-sidebar-content.e-thumbnail {
670
973
  top: 1px;
671
974
  }
@@ -696,6 +999,9 @@
696
999
  -webkit-box-shadow: $pv-sidebar-content-scrollbar-track-box-shadow;
697
1000
  background: $pv-sidebar-content-scrollbar-track-background;
698
1001
  border: $pv-sidebar-content-scrollbar-track-border;
1002
+ @if $skin-name == 'Material3' {
1003
+ border-width: 0 1px 0 0;
1004
+ }
699
1005
  }
700
1006
 
701
1007
  .e-pv-sidebar-content::-webkit-scrollbar-thumb {
@@ -704,6 +1010,10 @@
704
1010
  background-clip: $pv-sidebar-content-scrollbar-thumb-background-clip;
705
1011
  border: $pv-sidebar-content-scrollbar-thumb-border;
706
1012
  border-radius: $pv-sidebar-content-scrollbar-thumb-border-radius;
1013
+ @if $skin-name == 'Material3' {
1014
+ width: 6px;
1015
+ height: 329px;
1016
+ }
707
1017
  }
708
1018
 
709
1019
  .e-pv-thumbnail-view-button.e-btn {
@@ -718,6 +1028,16 @@
718
1028
  outline: $pv-thumbnail-outline;
719
1029
  padding: $pv-thumbnail-view-button-padding;
720
1030
  width: $pv-thumbnail-view-button-width;
1031
+ @if $skin-name == 'bootstrap5' {
1032
+ align-items: center;
1033
+ display: flex;
1034
+ justify-content: center;
1035
+ }
1036
+ @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
1037
+ align-items: center;
1038
+ display: flex;
1039
+ justify-content: center;
1040
+ }
721
1041
  }
722
1042
 
723
1043
  .e-bigger .e-pv-thumbnail-view-button.e-btn {
@@ -727,6 +1047,9 @@
727
1047
  padding: $pv-thumbnail-view-button-padding-big;
728
1048
  width: $pv-thumbnail-view-button-width-big;
729
1049
  }
1050
+ @if $skin-name == 'FluentUI' {
1051
+ margin: 12px 6px;
1052
+ }
730
1053
  }
731
1054
 
732
1055
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
@@ -741,6 +1064,30 @@
741
1064
  padding: $pv-thumbnail-view-button-selection-padding;
742
1065
  }
743
1066
 
1067
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus
1068
+ {
1069
+ background: $pv-thumbnail-view-button-selection-background;
1070
+ border: $pv-thumbnail-view-button-selection-border;
1071
+ border-radius: $pv-thumbnail-border-selection-radius;
1072
+ @if $skin-name == 'bootstrap4' {
1073
+ color: $pv-thumbnail-border-selection-font-color;
1074
+ }
1075
+ line-height: $pv-thumbnail-view-button-selection-line-height;
1076
+ padding: $pv-thumbnail-view-button-selection-padding;
1077
+ }
1078
+
1079
+ .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus
1080
+ {
1081
+ background: $pv-thumbnail-view-button-selection-background;
1082
+ border: $pv-thumbnail-view-button-selection-border;
1083
+ border-radius: $pv-thumbnail-border-selection-radius;
1084
+ @if $skin-name == 'bootstrap4' {
1085
+ color: $pv-thumbnail-border-selection-font-color;
1086
+ }
1087
+ line-height: $pv-thumbnail-view-button-selection-line-height;
1088
+ padding: $pv-thumbnail-view-button-selection-padding;
1089
+ }
1090
+
744
1091
  .e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
745
1092
  .e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
746
1093
  @if $skin-name == 'bootstrap4' {
@@ -778,6 +1125,9 @@
778
1125
  @if $skin-name == 'bootstrap4' {
779
1126
  line-height: $pv-thumbnail-button-selection-line-height;
780
1127
  }
1128
+ @if $skin-name == 'FluentUI' {
1129
+ margin: 12px 6px;
1130
+ }
781
1131
  }
782
1132
 
783
1133
  .e-pv-bookmark-button.e-btn {
@@ -790,6 +1140,16 @@
790
1140
  outline: $pv-thumbnail-outline;
791
1141
  padding: $pv-bookmark-button-padding;
792
1142
  width: $pv-bookmark-button-width;
1143
+ @if $skin-name == 'bootstrap5' {
1144
+ align-items: center;
1145
+ display: flex;
1146
+ justify-content: center;
1147
+ }
1148
+ @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
1149
+ align-items: center;
1150
+ display: flex;
1151
+ justify-content: center;
1152
+ }
793
1153
  }
794
1154
 
795
1155
  .e-bigger .e-pv-bookmark-button.e-btn {
@@ -810,10 +1170,16 @@
810
1170
  }
811
1171
  height: $pv-title-close-height;
812
1172
  left: $pv-title-close-left;
1173
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
1174
+ line-height: $pv-sidebar-title-line-height;
1175
+ }
813
1176
  padding: $pv-title-close-padding;
814
1177
  position: $pv-title-close-position;
815
1178
  right: $pv-title-close-right;
816
1179
  top: $pv-title-close-top;
1180
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
1181
+ vertical-align: $pv-sidebar-title-vertical-align;
1182
+ }
817
1183
  width: $pv-title-close-width;
818
1184
  }
819
1185
 
@@ -867,9 +1233,15 @@
867
1233
  padding-left: $pv-thumbnail-number-padding-left;
868
1234
  padding-right: $pv-thumbnail-number-padding-left;
869
1235
  padding-top: $pv-thumbnail-number-padding-top;
1236
+ @if $skin-name == 'Material3' {
1237
+ font-weight: 500;
1238
+ }
870
1239
  }
871
1240
 
872
1241
  .e-pv-thumbnail-selection-ring {
1242
+ @if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
1243
+ border: $pv-thumbnail-selection-ring-border;
1244
+ }
873
1245
  border-radius: $pv-thumbnail-selection-ring-border-radius;
874
1246
  box-shadow: $pv-thumbnail-selection-ring-box-shadow;
875
1247
  padding: $pv-thumbnail-selection-ring-padding;
@@ -895,7 +1267,7 @@
895
1267
  border-radius: $pv-thumbnail-focus-border-radius;
896
1268
  box-shadow: $pv-thumbnail-focus-box-shadow;
897
1269
  cursor: $pv-thumbnail-focus-cursor;
898
- padding: $pv-thumbnail-focus-padding;
1270
+ padding: $pv-thumbnail-focus-padding;
899
1271
  }
900
1272
 
901
1273
  .e-pv-thumbnail-selection {
@@ -907,7 +1279,7 @@
907
1279
  }
908
1280
 
909
1281
  .e-pv-thumbnail-row {
910
- -ms-flex-wrap: $pv-thumbnail-row-flex-wrap; // IE10
1282
+ -ms-flex-wrap: $pv-thumbnail-row-flex-wrap; // IE10
911
1283
  display: $pv-thumbnail-row-display;
912
1284
  flex-wrap: $pv-thumbnail-row-flex-wrap;
913
1285
  }
@@ -934,17 +1306,37 @@
934
1306
  position: $pv-bookmark-view-position;
935
1307
  }
936
1308
 
937
- div >.e-pv-bookmark-icon.e-pv-icon {
1309
+ div > .e-pv-bookmark-icon.e-pv-icon {
938
1310
  float: $pv-bookmark-icon-float;
939
1311
  font-size: $pv-bookmark-icon-font-size;
940
1312
  padding-left: $pv-bookmark-icon-padding-left;
941
1313
  padding-right: $pv-bookmark-icon-padding-right;
1314
+ @if $skin-name == 'Material3' {
1315
+ font-size: $text-base;
1316
+ padding-left: 12px;
1317
+ padding-right: 12px;
1318
+ }
1319
+ }
1320
+
1321
+ .e-pv-bookmark-title {
1322
+ padding-left: $pv-bookmark-title-padding-left;
1323
+ @if $skin-name == 'Material3' {
1324
+ font-size: $text-sm;
1325
+ font-weight: $font-weight-normal;
1326
+ line-height: 20px;
1327
+ letter-spacing: .24px;
1328
+ }
942
1329
  }
943
1330
 
944
- .e-bigger div >.e-pv-bookmark-icon.e-pv-icon {
1331
+ .e-bigger div > .e-pv-bookmark-icon.e-pv-icon {
945
1332
  @if $skin-name == 'bootstrap4' {
946
1333
  font-size: $pv-icon-font-size-big;
947
1334
  }
1335
+ @if $skin-name == 'Material3' {
1336
+ font-size: $text-base;
1337
+ padding-left: 12px;
1338
+ padding-right: 12px;
1339
+ }
948
1340
  }
949
1341
 
950
1342
  .e-pv-sidebar-bookmark-title {
@@ -962,6 +1354,9 @@
962
1354
  -webkit-box-shadow: $pv-sidebar-content-scrollbar-track-box-shadow;
963
1355
  background: $pv-sidebar-content-scrollbar-track-background;
964
1356
  border: $pv-sidebar-content-scrollbar-track-border;
1357
+ @if $skin-name == 'Material3' {
1358
+ border-width: 0 1px 0 0;
1359
+ }
965
1360
  }
966
1361
 
967
1362
  .e-pv-bookmark-view::-webkit-scrollbar-thumb {
@@ -970,6 +1365,10 @@
970
1365
  background-clip: $pv-sidebar-content-scrollbar-thumb-background-clip;
971
1366
  border: $pv-sidebar-content-scrollbar-thumb-border;
972
1367
  border-radius: $pv-sidebar-content-scrollbar-thumb-border-radius;
1368
+ @if $skin-name == 'Material3' {
1369
+ width: 6px;
1370
+ height: 329px;
1371
+ }
973
1372
  }
974
1373
 
975
1374
  .e-pv-bookmark-view > .e-ul {
@@ -987,6 +1386,9 @@
987
1386
  height: $pv-bookmark-view-icon-collapsible-height;
988
1387
  padding: $pv-bookmark-view-icon-collapsible-padding;
989
1388
  width: $pv-bookmark-view-icon-collapsible-width;
1389
+ @if $skin-name == 'Material3' {
1390
+ margin-top: 5px;
1391
+ }
990
1392
  }
991
1393
 
992
1394
  .e-pv-bookmark-view .e-list-item .e-ul {
@@ -1007,13 +1409,59 @@
1007
1409
 
1008
1410
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1009
1411
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1412
+ .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1413
+ .e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
1010
1414
  .e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
1415
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1416
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
1011
1417
  .e-pv-shapes-toolbar .e-pv-tbar-btn,
1012
1418
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1013
1419
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1014
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1420
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1421
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1422
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1423
+ color: $pv-icon-color;
1424
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark') {
1425
+ box-shadow: none;
1426
+ }
1427
+ }
1428
+
1429
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon,
1430
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-selected .e-caret {
1431
+ @if $skin-name == 'FluentUI' {
1432
+ color: $pv-item-selection-color;
1433
+ }
1434
+ }
1435
+
1015
1436
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1016
1437
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret {
1438
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark') {
1439
+ box-shadow: none;
1440
+ color: inherit;
1441
+ }
1442
+ }
1443
+
1444
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:hover {
1445
+ background: $pv-comment-panel-bg;
1446
+ border-color: $pv-comment-panel-bg;
1447
+ }
1448
+
1449
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
1450
+ background: $pv-comment-panel-bg;
1451
+ border-color: $pv-comment-panel-bg;
1452
+ }
1453
+
1454
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
1455
+ transform: skewX(-1deg) translateX(6px);
1456
+ width: 56px;
1457
+ }
1458
+
1459
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
1460
+ font-size: 14px;
1461
+ transform: skewX(4deg);
1462
+ }
1463
+
1464
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
1017
1465
  color: $pv-icon-color;
1018
1466
  }
1019
1467
 
@@ -1021,21 +1469,34 @@
1021
1469
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
1022
1470
  .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover,
1023
1471
  .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
1472
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
1473
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover,
1474
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
1024
1475
  .e-pv-shapes-toolbar .e-pv-tbar-btn:hover,
1025
1476
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover,
1026
1477
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:hover,
1027
1478
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1028
1479
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1029
1480
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1030
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1031
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1481
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1482
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1483
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1484
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1032
1485
  .e-pv-shapes-toolbar .e-pv-tbar-btn:focus,
1033
1486
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:focus,
1034
1487
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
1035
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus {
1488
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
1489
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
1490
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
1036
1491
  @if $skin-name == 'bootstrap4' {
1037
1492
  color: $pv-icon-color-hover;
1038
1493
  }
1494
+ @if $skin-name == 'bootstrap5' {
1495
+ color: $white;
1496
+ }
1497
+ @if $skin-name == 'FluentUI' {
1498
+ color: $pv-item-selection-color;
1499
+ }
1039
1500
  }
1040
1501
 
1041
1502
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item:hover .e-menu-icon,
@@ -1048,12 +1509,16 @@
1048
1509
 
1049
1510
  .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1050
1511
  .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1051
- .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
1512
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
1513
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1514
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
1052
1515
  color: $pv-icon-disable-color;
1053
1516
  }
1054
1517
 
1055
1518
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item {
1056
- height: inherit;
1519
+ @if $skin-name != 'Material3' {
1520
+ height: inherit;
1521
+ }
1057
1522
  }
1058
1523
 
1059
1524
  .e-pv-stamp.e-menu-wrapper ul .e-menu-item {
@@ -1094,6 +1559,25 @@
1094
1559
  }
1095
1560
  }
1096
1561
 
1562
+ .e-pv-toolbar .e-pv-zoom-drop-down-container .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon:hover {
1563
+ @if $skin-name == 'bootstrap4' {
1564
+ background-color: $pv-zoom-drop-down-bgcolor;
1565
+ color: $pv-icon-color-hover;
1566
+ }
1567
+ @if $skin-name == 'bootstrap5' {
1568
+ background-color: $secondary-bg-color-hover;
1569
+ color: $secondary-text-color-hover;
1570
+ }
1571
+ }
1572
+
1573
+ .e-pv-prop-dropdown .e-pv-annotation-fontsize-container,
1574
+ .e-pv-prop-dropdown-rtl .e-pv-annotation-fontsize-container {
1575
+ @if $skin-name == 'bootstrap5' {
1576
+ padding-left: 0;
1577
+ width: 40px;
1578
+ }
1579
+ }
1580
+
1097
1581
  .e-pv-print-popup-container {
1098
1582
  height: $pv-print-popup-container-height;
1099
1583
  left: $pv-print-popup-container-left;
@@ -1117,26 +1601,43 @@
1117
1601
  }
1118
1602
 
1119
1603
  .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1120
- .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
1604
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1605
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1606
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1607
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
1121
1608
  background: $pv-item-selection-background-color;
1122
1609
  border: $pv-item-selection-border;
1123
1610
  border-radius: $pv-item-selection-border-radius;
1124
1611
  color: $pv-item-selection-color;
1125
1612
  }
1126
1613
 
1614
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1615
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1616
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1617
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1618
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1619
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap4') {
1620
+ color: $pv-item-selection-color;
1621
+ }
1622
+ }
1623
+
1127
1624
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1128
1625
  color: $pv-icon-color;
1129
1626
  }
1130
1627
 
1131
1628
  .e-pv-search-bar {
1132
- background-color: $pv-search-box-background-color;
1629
+ @if ($skin-name == 'Material3'){
1630
+ background: $pv-search-box-background-color;
1631
+ }
1632
+ @else{
1633
+ background-color: $pv-search-box-background-color;
1634
+ }
1133
1635
  border: $pv-search-box-border;
1134
1636
  border-radius: $pv-search-box-border-radius;
1135
1637
  box-shadow: $pv-search-box-box-shadow;
1136
1638
  height: $pv-search-box-height;
1137
1639
  padding: $pv-search-box-padding;
1138
1640
  position: absolute;
1139
- top: $pv-search-box-top;
1140
1641
  width: $pv-search-box-width;
1141
1642
  z-index: 105;
1142
1643
  }
@@ -1147,6 +1648,11 @@
1147
1648
  padding: $pv-search-box-padding-big;
1148
1649
  width: $pv-search-box-width-big;
1149
1650
  }
1651
+ @if $skin-name == 'FluentUI' {
1652
+ height: 109px;
1653
+ padding: 16px;
1654
+ width: 368px;
1655
+ }
1150
1656
  }
1151
1657
 
1152
1658
  .e-pv-search-input {
@@ -1155,7 +1661,7 @@
1155
1661
  }
1156
1662
 
1157
1663
  .e-bigger .e-pv-search-input {
1158
- @if $skin-name == 'bootstrap4' {
1664
+ @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
1159
1665
  height: $pv-search-input-height-big;
1160
1666
  }
1161
1667
  }
@@ -1184,11 +1690,18 @@
1184
1690
  height: $pv-search-btn-height;
1185
1691
  margin-top: $pv-search-btn-margin-top;
1186
1692
  width: $pv-search-btn-width;
1693
+ @if $skin-name == 'FluentUI' {
1694
+ padding-bottom: 0;
1695
+ padding-left: 1px;
1696
+ padding-right: 1px;
1697
+ padding-top: 1px;
1698
+ }
1187
1699
  }
1188
1700
 
1189
1701
  .e-bigger .e-pv-search-btn.e-btn {
1190
- @if $skin-name == 'bootstrap4' {
1702
+ @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
1191
1703
  height: $pv-search-btn-height-big;
1704
+ padding: 2px;
1192
1705
  width: $pv-search-btn-width-big;
1193
1706
  }
1194
1707
  }
@@ -1304,15 +1817,62 @@
1304
1817
  padding-left: 0;
1305
1818
  }
1306
1819
 
1307
- .e-pv-annotation-color-icon,
1308
- .e-pv-annotation-stroke-icon,
1309
- .e-pv-annotation-textcolor-icon {
1820
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
1821
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
1822
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1823
+ line-height: 1.71em;
1824
+ }
1825
+ border-bottom: 2px solid;
1826
+ margin-top: 0;
1827
+ padding-top: 5px;
1828
+ @if $skin-name == 'bootstrap5' {
1829
+ margin-top: -4px;
1830
+ padding-top: 0;
1831
+ }
1832
+ @if $skin-name == 'FluentUI' {
1833
+ line-height: 11px;
1834
+ }
1835
+ vertical-align: initial;
1836
+ }
1837
+
1838
+ .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
1839
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1840
+ line-height: 1.71em;
1841
+ }
1310
1842
  border-bottom: 2px solid;
1843
+ margin-top: 0;
1844
+ padding-top: 1px;
1845
+ vertical-align: initial;
1846
+ @if $skin-name == 'FluentUI' {
1847
+ line-height: 11px;
1848
+ padding-top: 5px;
1849
+ }
1850
+ }
1851
+
1852
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
1853
+ margin-top: 0;
1854
+ padding-top: 7px;
1855
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1856
+ padding-top: 0;
1857
+ }
1858
+ vertical-align: initial;
1859
+ }
1860
+
1861
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
1862
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
1863
+ @if $skin-name == 'bootstrap5' {
1864
+ padding-top: 0;
1865
+ }
1866
+ vertical-align: initial;
1311
1867
  }
1312
1868
 
1313
1869
  .e-pv-annotation-opacity-popup-container,
1314
1870
  .e-pv-annotation-thickness-popup-container {
1871
+ @if $skin-name != 'Material3' {
1872
+ background-color: $pv-annotation-opacity-popup-background-color;
1873
+ }
1315
1874
  box-shadow: $pv-annotation-opacity-popup-box-shadow;
1875
+ color: $pv-annotation-opacity-popup-color;
1316
1876
  height: auto;
1317
1877
  min-height: $pv-annotation-opacity-popup-min-height;
1318
1878
  padding: $pv-annotation-opacity-popup-padding;
@@ -1351,30 +1911,53 @@
1351
1911
  height: $pv-annotation-opacity-slider-height;
1352
1912
  }
1353
1913
 
1354
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
1355
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
1356
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1914
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1357
1915
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1358
1916
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1359
1917
  font-size: $pv-annotation-drop-down-caret-font-size;
1360
1918
  }
1361
1919
 
1362
- .e-pv-annotation-color-container,
1363
- .e-pv-annotation-opacity-container,
1364
- .e-pv-annotation-stroke-container,
1365
- .e-pv-annotation-thickness-container,
1366
- .e-pv-annotation-textcolor-container,
1367
- .e-pv-annotation-textalign-container,
1368
- .e-pv-annotation-textprop-container {
1920
+ .e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1921
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1922
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1923
+ font-size: 18px;
1924
+ }
1925
+
1926
+ .e-pv-annotation-color-container.e-icon-btn,
1927
+ .e-pv-annotation-opacity-container.e-icon-btn,
1928
+ .e-pv-annotation-stroke-container.e-icon-btn,
1929
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
1930
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
1931
+ .e-pv-annotation-thickness-container.e-icon-btn,
1932
+ .e-pv-annotation-textcolor-container.e-icon-btn,
1933
+ .e-pv-annotation-textalign-container.e-icon-btn,
1934
+ .e-pv-annotation-textprop-container.e-icon-btn {
1369
1935
  height: $pv-annotation-drop-down-height;
1370
1936
  width: $pv-annotation-drop-down-width;
1371
1937
  }
1372
1938
 
1939
+ .e-bigger .e-pv-annotation-color-container.e-icon-btn,
1940
+ .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
1941
+ .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
1942
+ .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
1943
+ .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
1944
+ .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
1945
+ .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
1946
+ .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
1947
+ .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
1948
+ white-space: nowrap;
1949
+ }
1950
+
1373
1951
  .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
1374
- padding-top: $pv-annotation-thickness-drop-down-padding-top;
1952
+ @if ($skin-name != 'bootstrap5') {
1953
+ padding-top: $pv-annotation-thickness-drop-down-padding-top;
1954
+ }
1375
1955
  }
1376
1956
 
1377
1957
  .e-pv-shapes-toolbar {
1958
+ @if $skin-name == 'Material3' {
1959
+ border-radius: 4px;
1960
+ }
1378
1961
  box-shadow: $pv-drop-down-toolbar-box-shadow;
1379
1962
  }
1380
1963
 
@@ -1386,11 +1969,24 @@
1386
1969
  margin-bottom: 0;
1387
1970
  margin-left: 4px;
1388
1971
  margin-right: 4px;
1972
+ @if $skin-name == 'Material3' {
1973
+ margin-top: 4px;
1974
+ }
1389
1975
  }
1390
1976
 
1391
1977
  .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1392
1978
  height: 32px;
1393
1979
  width: 32px;
1980
+ @if $skin-name == 'FluentUI' {
1981
+ min-height: 32px;
1982
+ }
1983
+ }
1984
+
1985
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1986
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1987
+ @if $skin-name == 'FluentUI' {
1988
+ min-height: 32px;
1989
+ }
1394
1990
  }
1395
1991
 
1396
1992
  .e-pv-annotation-thickness-slider-container {
@@ -1416,12 +2012,19 @@
1416
2012
  .e-pv-annotation-textcolor-container.e-btn,
1417
2013
  .e-pv-annotation-textalign-container.e-btn,
1418
2014
  .e-pv-annotation-textprop-container.e-btn,
2015
+ .e-pv-annotation-handwritten-container.e-btn,
1419
2016
  .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
1420
- background-color: $pv-annotation-dropdown-background-color;
1421
- border-color: $pv-annotation-dropdown-border-color;
2017
+ @if $skin-name == 'Material3' {
2018
+ background: $pv-annotation-dropdown-background-color;
2019
+ border: $pv-annotation-dropdown-border-color;
2020
+ }
2021
+ @else {
2022
+ background-color: $pv-annotation-dropdown-background-color;
2023
+ border-color: $pv-annotation-dropdown-border-color;
2024
+ }
1422
2025
  }
1423
2026
 
1424
- .e-pv-annotation-color-container.e-btn:hover ,
2027
+ .e-pv-annotation-color-container.e-btn:hover,
1425
2028
  .e-pv-annotation-opacity-container.e-btn:hover,
1426
2029
  .e-pv-annotation-stroke-container.e-btn:hover,
1427
2030
  .e-pv-annotation-thickness-container.e-btn:hover,
@@ -1430,40 +2033,193 @@
1430
2033
  .e-pv-annotation-textcolor-container.e-btn:hover,
1431
2034
  .e-pv-annotation-textalign-container.e-btn:hover,
1432
2035
  .e-pv-annotation-textprop-container.e-btn:hover,
2036
+ .e-pv-annotation-handwritten-container.e-btn:hover,
2037
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
2038
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
1433
2039
  .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
1434
- background-color: $pv-annotation-dropdown-background-color-hover;
1435
- border-color: $pv-annotation-dropdown-border-color-hover;
2040
+ @if $skin-name == 'Material3' {
2041
+ background: $pv-annotation-dropdown-background-color-hover;
2042
+ border: $pv-annotation-dropdown-border-color-hover;
2043
+ }
2044
+ @else {
2045
+ background-color: $pv-annotation-dropdown-background-color-hover;
2046
+ border-color: $pv-annotation-dropdown-border-color-hover;
2047
+ }
1436
2048
  }
1437
2049
 
1438
- .e-pv-annotation-color-container.e-btn:active ,
2050
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2051
+ background-color: $pv-annotation-dropdown-background-color-hover;
2052
+ border-color: $pv-annotation-dropdown-border-color-hover;
2053
+ outline: none;
2054
+ color: $pv-item-selection-color;
2055
+ }
2056
+
2057
+ .e-pv-annotation-color-container.e-btn:focus,
2058
+ .e-pv-annotation-opacity-container.e-btn:focus,
2059
+ .e-pv-annotation-stroke-container.e-btn:focus,
2060
+ .e-pv-annotation-thickness-container.e-btn:focus,
2061
+ .e-pv-annotation-shapes-container.e-btn:focus,
2062
+ .e-pv-annotation-calibrate-container.e-btn:focus,
2063
+ .e-pv-annotation-textcolor-container.e-btn:focus,
2064
+ .e-pv-annotation-textalign-container.e-btn:focus,
2065
+ .e-pv-annotation-handwritten-container.e-btn:focus,
2066
+ .e-pv-annotation-textprop-container.e-btn:focus {
2067
+ @if $skin-name == 'Material3' {
2068
+ background: $pv-annotation-dropdown-background-color-hover;
2069
+ border: $pv-annotation-dropdown-border-color-hover;
2070
+ outline: none;
2071
+ }
2072
+ @else {
2073
+ background-color: $pv-annotation-dropdown-background-color-hover;
2074
+ border-color: $pv-annotation-dropdown-border-color-hover;
2075
+ outline: none;
2076
+ }
2077
+ }
2078
+
2079
+ .e-pv-annotation-color-container.e-btn:active,
1439
2080
  .e-pv-annotation-opacity-container.e-btn:active,
1440
- .e-pv-annotation-stroke-container.e-btn:active ,
2081
+ .e-pv-annotation-stroke-container.e-btn:active,
1441
2082
  .e-pv-annotation-thickness-container.e-btn:active,
1442
2083
  .e-pv-annotation-shapes-container.e-btn:active,
1443
2084
  .e-pv-annotation-calibrate-container.e-btn:active,
1444
2085
  .e-pv-annotation-textcolor-container.e-btn:active,
1445
2086
  .e-pv-annotation-textalign-container.e-btn:active,
1446
- .e-pv-annotation-textprop-container.e-btn:active {
1447
- background-color: $pv-annotation-dropdown-background-color-active;
1448
- border-color: $pv-annotation-dropdown-border-color-active;
2087
+ .e-pv-annotation-textprop-container.e-btn:active,
2088
+ .e-pv-annotation-handwritten-container.e-btn:active {
2089
+ @if $skin-name == 'Material3' {
2090
+ background: $pv-annotation-dropdown-background-color-active;
2091
+ border: $pv-annotation-dropdown-border-color-active;
2092
+ }
2093
+ @else {
2094
+ background-color: $pv-annotation-dropdown-background-color-active;
2095
+ border-color: $pv-annotation-dropdown-border-color-active;
2096
+ }
1449
2097
  box-shadow: none;
1450
2098
  color: $pv-item-selection-color;
1451
2099
  }
1452
2100
 
1453
2101
  .e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
1454
- .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover) {
1455
- background-color: $pv-annotation-dd-background-color-active;
2102
+ .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2103
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
2104
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
2105
+ @if $skin-name == 'Material3' {
2106
+ background: $pv-annotation-dd-background-color-active;
2107
+ }
2108
+ @else {
2109
+ background-color: $pv-annotation-dd-background-color-active;
2110
+ }
2111
+ color: $pv-icon-color;
2112
+ @if ($skin-name == 'bootstrap5') {
2113
+ color: $secondary-text-color-pressed;
2114
+ }
1456
2115
  }
1457
2116
 
1458
2117
  .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
1459
2118
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
1460
2119
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2120
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2121
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
1461
2122
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
1462
2123
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
1463
2124
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
1464
2125
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
1465
2126
  line-height: $pv-annotation-drop-down-btn-line-height;
1466
2127
  padding: $pv-annotation-drop-down-btn-padding;
2128
+ @if ($skin-name == 'bootstrap5' or $skin-name =='Material3') {
2129
+ align-items: center;
2130
+ display: flex;
2131
+ }
2132
+ }
2133
+
2134
+ .e-pv-annotation-color-container.e-dropdown-btn.e-button,
2135
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2136
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2137
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2138
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2139
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2140
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2141
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
2142
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
2143
+ line-height: $pv-annotation-drop-down-btn-line-height;
2144
+ padding: $pv-annotation-drop-down-btn-padding;
2145
+ @if ($skin-name == 'bootstrap5') {
2146
+ align-items: baseline;
2147
+ display: flex;
2148
+ }
2149
+ }
2150
+
2151
+ .e-pv-annotation-color-container.e-btn.e-active,
2152
+ .e-pv-annotation-opacity-container.e-btn.e-active,
2153
+ .e-pv-annotation-stroke-container.e-btn.e-active,
2154
+ .e-pv-annotation-shapes-container.e-btn.e-active,
2155
+ .e-pv-annotation-calibrate-container.e-btn.e-active,
2156
+ .e-pv-annotation-textcolor-container.e-btn.e-active,
2157
+ .e-pv-annotation-textprop-container.e-btn.e-active,
2158
+ .e-pv-custom-annotation-thickness-container.e-btn.e-active,
2159
+ .e-pv-custom-annotation-opacity-container.e-btn.e-active,
2160
+ .e-pv-annotation-handwritten-container.e-btn.e-active,
2161
+ .e-pv-annotation-textalign-container.e-btn.e-active {
2162
+ @if ($skin-name == 'bootstrap5') {
2163
+ background-color: $pv-annotation-dropdown-background-color-hover;
2164
+ border-color: $pv-annotation-dropdown-border-color-hover;
2165
+ color: $white;
2166
+ }
2167
+ }
2168
+
2169
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,
2170
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret {
2171
+ @if ($skin-name == 'bootstrap5') {
2172
+ height: 32px;
2173
+ line-height: 32px;
2174
+ padding: 0 8px;
2175
+ }
2176
+ }
2177
+
2178
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,
2179
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret {
2180
+ @if ($skin-name == 'bootstrap5') {
2181
+ height: 32px;
2182
+ line-height: 32px;
2183
+ padding: 0 8px;
2184
+ }
2185
+ }
2186
+
2187
+ .e-pv-custom-annotation-stamp-container,
2188
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
2189
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
2190
+ @if ($skin-name == 'FluentUI') {
2191
+ background-color: transparent;
2192
+ height: 32px;
2193
+ line-height: 32px;
2194
+ }
2195
+ }
2196
+
2197
+ .e-pv-toolbar.e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
2198
+ .e-pv-annotation-toolbar.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
2199
+ @if ($skin-name == 'FluentUI') {
2200
+ font-size: $pv-icon-font-size;
2201
+ }
2202
+ }
2203
+
2204
+ .e-pv-submit .e-tbar-btn {
2205
+ @if ($skin-name == 'bootstrap5') {
2206
+ height: 30px;
2207
+ }
2208
+ }
2209
+
2210
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
2211
+ display: inline-block;
2212
+ padding: 0 4px;
2213
+ }
2214
+
2215
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
2216
+ display: inline-block;
2217
+ @if $skin-name == 'FluentUI' {
2218
+ padding: 3px 4px;
2219
+ }
2220
+ @else {
2221
+ padding: 0 4px;
2222
+ }
1467
2223
  }
1468
2224
 
1469
2225
  .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
@@ -1486,6 +2242,10 @@
1486
2242
  max-width: $pv-scale-ratio-win-max-width;
1487
2243
  }
1488
2244
 
2245
+ .e-pv-scale-ratio-dialog {
2246
+ max-width: $pv-blazor-scale-ratio-dialog-max-width;
2247
+ }
2248
+
1489
2249
  .e-pv-line-styles-content,
1490
2250
  .e-pv-line-styles-item {
1491
2251
  border-bottom-color: $pv-prop-line-styles-color;
@@ -1499,6 +2259,23 @@
1499
2259
  .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
1500
2260
  height: $pv-prop-color-picker-height;
1501
2261
  line-height: $pv-prop-color-picker-line-height;
2262
+ @if ($skin-name == 'bootstrap5') {
2263
+ background: $transparent;
2264
+ border: 1px solid $border-light;
2265
+ border-radius: 4px;
2266
+ box-sizing: border-box;
2267
+ color: $content-text-color;
2268
+ }
2269
+ @if ($skin-name == 'Material3') {
2270
+ padding: 7px;
2271
+ }
2272
+ }
2273
+
2274
+ .e-bigger .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
2275
+ .e-bigger .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
2276
+ @if $skin-name == 'FluentUI' {
2277
+ height: 40px;
2278
+ }
1502
2279
  }
1503
2280
 
1504
2281
  .e-pv-properties-window .e-dlg-content {
@@ -1518,13 +2295,19 @@
1518
2295
  .e-pv-properties-line-stroke-color-container,
1519
2296
  .e-pv-properties-line-leader-length-container {
1520
2297
  float: left;
1521
- height: 52px;
1522
- margin-bottom: 16px;
2298
+ height: $pv-properties-container-height;
2299
+ margin-bottom: $pv-properties-container-margin-bottom;
1523
2300
  }
1524
2301
 
1525
2302
  .e-pv-properties-line-opacity-container {
1526
2303
  float: left;
1527
2304
  height: auto;
2305
+ width: $pv-properties-window-container-max-width;
2306
+ @if $skin-name == 'Material3'
2307
+ {
2308
+ width: 204px;
2309
+ max-width: 204px;
2310
+ }
1528
2311
  }
1529
2312
 
1530
2313
  .e-pv-scale-ratio-src-input-container,
@@ -1534,20 +2317,32 @@
1534
2317
  .e-pv-depth-input-container,
1535
2318
  .e-pv-depth-unit-container {
1536
2319
  float: left;
1537
- height: 24px;
2320
+ height: $pv-scale-ratio-input-container-height;
2321
+ }
2322
+
2323
+ .e-bigger .e-pv-scale-ratio-src-input-container,
2324
+ .e-bigger .e-pv-scale-ratio-src-unit-container,
2325
+ .e-bigger .e-pv-scale-ratio-dest-input-container,
2326
+ .e-bigger .e-pv-scale-ratio-dest-unit-container,
2327
+ .e-bigger .e-pv-depth-input-container,
2328
+ .e-bigger .e-pv-depth-unit-container {
2329
+ @if $skin-name == 'FluentUI' {
2330
+ float: left;
2331
+ height: 40px;
2332
+ }
1538
2333
  }
1539
2334
 
1540
2335
  .e-pv-scale-ratio-src-input-container,
1541
2336
  .e-pv-scale-ratio-src-unit-container,
1542
2337
  .e-pv-scale-ratio-dest-input-container,
1543
2338
  .e-pv-scale-ratio-dest-unit-container {
1544
- margin-bottom: 24px;
2339
+ margin-bottom: $pv-scale-ratio-input-container-margin-bottom;
1545
2340
  }
1546
2341
 
1547
2342
  .e-pv-scale-ratio-src-unit-container,
1548
2343
  .e-pv-scale-ratio-dest-unit-container,
1549
2344
  .e-pv-depth-unit-container {
1550
- margin-left: 24px;
2345
+ margin-left: $pv-prop-win-margin-left;
1551
2346
  }
1552
2347
 
1553
2348
  .e-pv-scale-ratio-src-unit.e-btn,
@@ -1568,6 +2363,14 @@
1568
2363
  margin-top: $pv-scale-ratio-win-drop-down-caret-margin-top;
1569
2364
  }
1570
2365
 
2366
+ .e-bigger .e-pv-scale-ratio-src-unit .e-caret,
2367
+ .e-bigger .e-pv-scale-ratio-dest-unit .e-caret,
2368
+ .e-bigger .e-pv-depth-unit .e-caret {
2369
+ @if $skin-name == 'FluentUI' {
2370
+ margin-left: 160px;
2371
+ }
2372
+ }
2373
+
1571
2374
  .e-pv-properties-line-opacity {
1572
2375
  margin-top: -10px;
1573
2376
  }
@@ -1580,43 +2383,122 @@
1580
2383
  .e-pv-properties-line-stroke-color-label,
1581
2384
  .e-pv-properties-line-opacity-label,
1582
2385
  .e-pv-properties-line-leader-length-label {
1583
- font-size: 14px;
1584
2386
  margin-bottom: 8px;
2387
+ @if ($skin-name == 'FluentUI') {
2388
+ font-weight: 600;
2389
+ }
2390
+ @if ($skin-name == 'Material3'){
2391
+ font-size: $text-xxs;
2392
+ margin-bottom: 0;
2393
+ }
2394
+ @else {
2395
+ font-size: 14px;
2396
+ }
1585
2397
  }
1586
2398
 
1587
2399
  .e-pv-properties-line-end-container,
1588
2400
  .e-pv-properties-line-thickness-container {
1589
- margin-left: 24px;
2401
+ @if ($skin-name == 'bootstrap5') {
2402
+ margin-left: 37px;
2403
+ }
2404
+ @if ($skin-name == 'Material3'){
2405
+ margin-left: 12px;
2406
+ }
2407
+ @else {
2408
+ margin-left: 24px;
2409
+ }
1590
2410
  }
1591
2411
 
1592
2412
  .e-pv-properties-line-leader-length-container {
1593
2413
  margin-left: $pv-line-leader-length-margin-left;
1594
2414
  }
1595
2415
 
2416
+ .e-bigger .e-pv-properties-line-leader-length-container {
2417
+ @if $skin-name == 'FluentUI' {
2418
+ margin-left: 100px;
2419
+ }
2420
+ }
2421
+
1596
2422
  .e-pv-properties-line-stroke-color-container {
1597
2423
  margin-left: $pv-line-stroke-color-margin-left;
1598
2424
  margin-right: 87px;
1599
2425
  }
1600
2426
 
2427
+ .e-bigger .e-pv-properties-line-stroke-color-container {
2428
+ @if $skin-name == 'FluentUI' {
2429
+ margin-left: 195px;
2430
+ }
2431
+ }
2432
+
1601
2433
  .e-pv-properties-line-start,
1602
2434
  .e-pv-properties-line-end,
1603
2435
  .e-pv-properties-line-style,
1604
2436
  .e-pv-properties-line-thickness,
1605
2437
  .e-pv-properties-line-opacity,
1606
- .e-pv-properties-line-leader-length,
2438
+ .e-pv-properties-line-leader-length {
2439
+ max-width: $pv-properties-window-container-max-width;
2440
+ }
2441
+
2442
+ .e-bigger .e-pv-properties-line-start,
2443
+ .e-bigger .e-pv-properties-line-end,
2444
+ .e-bigger .e-pv-properties-line-style,
2445
+ .e-bigger .e-pv-properties-line-thickness,
2446
+ .e-bigger .e-pv-properties-line-opacity,
2447
+ .e-bigger .e-pv-properties-line-leader-length {
2448
+ @if $skin-name == 'FluentUI' {
2449
+ max-width: 248px;
2450
+ }
2451
+ }
2452
+
1607
2453
  .e-pv-scale-ratio-src-input,
1608
2454
  .e-pv-scale-ratio-dest-input,
1609
2455
  .e-pv-depth-input {
1610
- max-width: 180px;
2456
+ max-width: $pv-scale-ratio-container-max-width;
2457
+ }
2458
+
2459
+ .e-bigger .e-pv-scale-ratio-src-input,
2460
+ .e-bigger .e-pv-scale-ratio-dest-input,
2461
+ .e-bigger .e-pv-depth-input {
2462
+ @if $skin-name == 'FluentUI' {
2463
+ max-width: 248px;
2464
+ }
1611
2465
  }
1612
2466
 
1613
2467
  .e-pv-properties-line-start,
1614
2468
  .e-pv-properties-line-end,
1615
- .e-pv-properties-line-style,
2469
+ .e-pv-properties-line-style {
2470
+ width: $pv-properties-window-container-width;
2471
+ }
2472
+
2473
+ .e-pv-properties-line-style {
2474
+ @if ($skin-name == 'Material3'){
2475
+ font-size: $text-xxs;
2476
+ max-width: 214px;
2477
+ border-radius: 0;
2478
+ }
2479
+ }
2480
+
2481
+ .e-bigger .e-pv-properties-line-start,
2482
+ .e-bigger .e-pv-properties-line-end,
2483
+ .e-bigger .e-pv-properties-line-style {
2484
+ @if $skin-name == 'FluentUI' {
2485
+ width: 248px;
2486
+ }
2487
+ }
2488
+
1616
2489
  .e-pv-scale-ratio-src-unit,
1617
2490
  .e-pv-scale-ratio-dest-unit,
1618
2491
  .e-pv-depth-unit {
1619
- width: 180px;
2492
+ width: $pv-scale-ratio-width;
2493
+ }
2494
+
2495
+ .e-bigger .e-pv-scale-ratio-src-unit,
2496
+ .e-bigger .e-pv-scale-ratio-dest-unit,
2497
+ .e-bigger .e-pv-depth-unit {
2498
+ @if $skin-name == 'FluentUI' {
2499
+ height: 40px;
2500
+ width: 248px;
2501
+ }
1620
2502
  }
1621
2503
 
1622
2504
  .e-pv-line-styles-container {
@@ -1641,16 +2523,66 @@
1641
2523
  float: left;
1642
2524
  line-height: 16px;
1643
2525
  width: 44px;
2526
+ @if $skin-name == 'FluentUI' {
2527
+ line-height: 20px;
2528
+ }
2529
+ @if ($skin-name == 'Material3'){
2530
+ font-size: $text-sm;
2531
+ }
1644
2532
  }
1645
2533
 
1646
2534
  .e-pv-properties-line-start.e-btn,
1647
2535
  .e-pv-properties-line-end.e-btn {
1648
- height: 32px;
2536
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark') {
2537
+ background: transparent;
2538
+ border-color: $border;
2539
+ box-shadow: none;
2540
+ color: $content-text-color;
2541
+ }
2542
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
2543
+ height: 30px;
2544
+ }
2545
+ @if ($skin-name == 'Material3'){
2546
+ border-bottom: 1px solid rgba($border);
2547
+ border-radius: 0;
2548
+ width: 214px;
2549
+ height: 32px;
2550
+ }
2551
+
2552
+ @else {
2553
+ height: 32px;
2554
+ }
1649
2555
  padding: $pv-properties-padding;
2556
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark') {
2557
+ text-align: center;
2558
+ }
2559
+ }
2560
+
2561
+ .e-bigger .e-pv-properties-line-start.e-btn,
2562
+ .e-bigger .e-pv-properties-line-end.e-btn,
2563
+ .e-bigger .e-pv-properties-line-style.e-btn {
2564
+ @if $skin-name == 'FluentUI' {
2565
+ height: 40px;
2566
+ }
1650
2567
  }
1651
2568
 
1652
2569
  .e-pv-properties-line-style.e-btn {
1653
- height: 32px;
2570
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark') {
2571
+ background: transparent;
2572
+ border-color: $border;
2573
+ box-shadow: none;
2574
+ color: $content-text-color;
2575
+ }
2576
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
2577
+ height: 30px;
2578
+ }
2579
+ @if ($skin-name =='Material3'){
2580
+ border-bottom: 1px solid rgba($border);
2581
+ border-radius: 0;
2582
+ }
2583
+ @else {
2584
+ height: 32px;
2585
+ }
1654
2586
  line-height: 0;
1655
2587
  padding: $pv-properties-line-style-padding;
1656
2588
  white-space: pre;
@@ -1668,33 +2600,113 @@
1668
2600
  margin-left: $pv-properties-drop-down-margin-left;
1669
2601
  }
1670
2602
 
2603
+ .e-bigger .e-pv-properties-line-start.e-btn .e-caret,
2604
+ .e-bigger .e-pv-properties-line-end.e-btn .e-caret {
2605
+ @if $skin-name == 'FluentUI' {
2606
+ margin-left: 145px;
2607
+ }
2608
+ }
2609
+
1671
2610
  .e-pv-line-styles-content-container {
1672
2611
  float: left;
1673
2612
  font-size: 0;
1674
2613
  margin-right: 7.5px;
1675
2614
  margin-top: $pv-prop-line-styles-margin-top;
1676
- width: 138px;
2615
+ @if $skin-name == 'FluentUI' {
2616
+ width: 120px;
2617
+ }
2618
+ @if ($skin-name == 'Material3'){
2619
+ width: 155px;
2620
+ padding-top: 6px;
2621
+ }
2622
+ @else {
2623
+ width: 138px;
2624
+ }
2625
+ }
2626
+
2627
+ .e-bigger .e-pv-line-styles-content-container {
2628
+ @if $skin-name == 'FluentUI' {
2629
+ margin-top: 5.5px;
2630
+ width: 180px;
2631
+ }
1677
2632
  }
1678
2633
 
1679
2634
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
1680
2635
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2636
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
1681
2637
  .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
1682
- height: $pv-annot-toolbar-dropdown-btn-height;
1683
- width: $pv-annot-toolbar-dropdown-btn-width;
2638
+ @if $skin-name != 'Material3' {
2639
+ height: $pv-annot-toolbar-dropdown-btn-height;
2640
+ width: $pv-annot-toolbar-dropdown-btn-width;
2641
+ }
2642
+ @else {
2643
+ width: max-content;
2644
+ }
2645
+ }
2646
+
2647
+ .e-pv-annotation-shapes-container.e-btn.e-icon-button,
2648
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-button,
2649
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-button {
2650
+ @if $skin-name == 'bootstrap5' {
2651
+ align-items: baseline;
2652
+ display: flex;
2653
+ height: $pv-annot-toolbar-dropdown-btn-height;
2654
+ line-height: $pv-annot-toolbar-dropdown-btn-height;
2655
+ padding: 3px 8px;
2656
+ width: $pv-annot-toolbar-dropdown-btn-width;
2657
+ }
1684
2658
  }
1685
2659
 
1686
2660
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
1687
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn {
1688
- padding-top: $pv-annot-toolbar-dropdown-btn-padding-top;
2661
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2662
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2663
+ @if $skin-name == 'bootstrap5' {
2664
+ align-items: baseline;
2665
+ display: flex;
2666
+ padding: $pv-annotation-icon-padding;
2667
+ }
2668
+ @else {
2669
+ padding: $pv-annotation-icon-padding;
2670
+ }
2671
+ }
2672
+
2673
+ .e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2674
+ .e-pv-annotation-calibrate-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2675
+ .e-pv-annotation-handwritten-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2676
+ .e-pv-alignment-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2677
+ .e-pv-text-color-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2678
+ .e-pv-color-template-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2679
+ .e-pv-stroke-template-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2680
+ .e-pv-thickness-template-container .e-btn-icon.e-icons.e-icon-right.e-caret,
2681
+ .e-pv-opacity-template-container .e-btn-icon.e-icons.e-icon-right.e-caret {
2682
+ @if $skin-name == 'bootstrap5' {
2683
+ padding-bottom: 0;
2684
+ width: 20px;
2685
+ }
1689
2686
  }
1690
2687
 
1691
2688
  .e-pv-annotation-shape-icon,
1692
- .e-pv-annotation-calibrate-icon {
1693
- margin-right: 10px;
2689
+ .e-pv-annotation-calibrate-icon,
2690
+ .e-pv-handwritten-icon {
2691
+ margin-right: 4px;
2692
+ }
2693
+
2694
+ .e-pv-stamp-template-container .e-menu-item.e-menu-caret-icon {
2695
+ @if $skin-name == 'bootstrap5' {
2696
+ padding: 0 26px 0 8px;
2697
+ }
1694
2698
  }
1695
2699
 
1696
2700
  .e-pv-properties-opacity-indicator {
1697
- margin-left: 153px;
2701
+ @if $skin-name == 'FluentUI' {
2702
+ margin-left: 141px;
2703
+ }
2704
+ @if $skin-name == 'Material3' {
2705
+ margin-left: 190px;
2706
+ }
2707
+ @else {
2708
+ margin-left: 153px;
2709
+ }
1698
2710
  }
1699
2711
 
1700
2712
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
@@ -1703,10 +2715,19 @@
1703
2715
 
1704
2716
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
1705
2717
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2718
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
1706
2719
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
1707
2720
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
1708
2721
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
1709
- line-height: $pv-annot-toolbar-dropdown-btn-height;
2722
+ @if $skin-name != 'Material3' {
2723
+ line-height: $pv-annot-toolbar-dropdown-btn-line-height;
2724
+ }
2725
+ }
2726
+
2727
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
2728
+ @if $skin-name == 'bootstrap5' {
2729
+ background: $secondary-bg-color-pressed;
2730
+ }
1710
2731
  }
1711
2732
 
1712
2733
  .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
@@ -1714,7 +2735,9 @@
1714
2735
  height: $pv-toolbar-btn-height-big;
1715
2736
  line-height: $pv-toolbar-btn-line-height;
1716
2737
  margin: $pv-toolbar-btn-margin;
1717
- padding: $pv-toolbar-btn-padding;
2738
+ @if $skin-name != 'Material3' {
2739
+ padding: $pv-toolbar-btn-padding;
2740
+ }
1718
2741
  width: $pv-toolbar-btn-width-big;
1719
2742
  }
1720
2743
 
@@ -1722,6 +2745,12 @@
1722
2745
  padding-top: $pv-mobile-page-box-padding-top;
1723
2746
  }
1724
2747
 
2748
+ .e-toolbar-item.e-pv-current-page-container {
2749
+ @if $skin-name == 'bootstrap5' {
2750
+ padding-top: 2px;
2751
+ }
2752
+ }
2753
+
1725
2754
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
1726
2755
  width: $pv-zoom-dropdown-width-mobile;
1727
2756
  }
@@ -1745,22 +2774,42 @@
1745
2774
 
1746
2775
  .e-bigger .e-pv-password-popup.e-dialog,
1747
2776
  .e-pv-mobile-view .e-pv-password-popup.e-dialog {
1748
- height: $pv-password-dialog-height-mobile;
2777
+ @if ($skin-name != 'Material3') {
2778
+ height: $pv-password-dialog-height-mobile;
2779
+ }
2780
+ }
2781
+ .e-bigger .e-pv-password-popup.e-dialog,
2782
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2783
+ @if ($skin-name == 'FluentUI') {
2784
+ height: 270px;
2785
+ }
1749
2786
  }
1750
2787
 
1751
2788
  .e-bigger .e-pv-notification-popup.e-dialog,
1752
2789
  .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
1753
- height: $pv-notification-dialog-height-mobile;
2790
+ @if $skin-name != 'Material3' {
2791
+ height: $pv-notification-dialog-height-mobile;
2792
+ }
1754
2793
  }
1755
2794
 
1756
2795
  .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
1757
2796
  .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
1758
- height: $pv-notification-dialog-height-large-mobile;
2797
+ @if $skin-name != 'Material3' {
2798
+ height: $pv-notification-dialog-height-large-mobile;
2799
+ }
1759
2800
  }
1760
2801
 
2802
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2803
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2804
+ @if ($skin-name == 'FluentUI') {
2805
+ height: 280px;
2806
+ }
2807
+ }
1761
2808
  .e-bigger .e-pv-corrupted-popup.e-dialog,
1762
2809
  .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
1763
- height: $pv-corrupted-dialog-height-mobile;
2810
+ @if $skin-name != 'Material3' {
2811
+ height: $pv-corrupted-dialog-height-mobile;
2812
+ }
1764
2813
  }
1765
2814
 
1766
2815
  .e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
@@ -1782,6 +2831,16 @@
1782
2831
  @if $skin-name == 'bootstrap4' {
1783
2832
  color: $pv-title-close-color;
1784
2833
  }
2834
+ @if $skin-name == 'bootstrap5' {
2835
+ color: $white;
2836
+ }
2837
+ }
2838
+
2839
+ .e-pv-fontfamily-container .e-input-group .e-input-group-icon,
2840
+ .e-input-group.e-control-wrapper .e-input-group-icon {
2841
+ @if $skin-name == 'bootstrap5' {
2842
+ color: inherit;
2843
+ }
1785
2844
  }
1786
2845
 
1787
2846
  .e-pv-fontsize-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
@@ -1801,27 +2860,32 @@
1801
2860
  }
1802
2861
 
1803
2862
  .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,
1804
- .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard {
2863
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,
2864
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
2865
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard {
1805
2866
  padding-left: $pv-zoom-drop-down-padding-left-rtl;
1806
2867
  padding-right: $pv-zoom-drop-down-padding-right-rtl;
1807
2868
  }
1808
2869
 
1809
2870
  .e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
1810
- .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
2871
+ .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
2872
+ .e-bigger .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
1811
2873
  @if $skin-name == 'bootstrap4' {
1812
2874
  margin-left: $pv-toolbar-items-first-child-margin-left-big;
1813
2875
  }
1814
2876
  }
1815
2877
 
1816
2878
  .e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
1817
- .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
2879
+ .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
2880
+ .e-bigger .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
1818
2881
  @if $skin-name == 'bootstrap4' {
1819
2882
  margin-right: $pv-toolbar-items-first-child-margin-left-big;
1820
2883
  }
1821
2884
  }
1822
2885
 
1823
2886
  .e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
1824
- .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
2887
+ .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
2888
+ .e-bigger .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
1825
2889
  @if $skin-name == 'bootstrap4' {
1826
2890
  margin-right: $pv-toolbar-items-last-child-margin-right-big;
1827
2891
  }
@@ -1892,22 +2956,35 @@
1892
2956
  margin-right: $pv-textsearch-textbox-margin-right;
1893
2957
  }
1894
2958
 
1895
- div >.e-pv-bookmark-icon.e-pv-icon.e-right {
2959
+ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
1896
2960
  float: $pv-bookmark-icon-float;
1897
2961
  font-size: $pv-bookmark-icon-font-size;
1898
2962
  padding-left: $pv-bookmark-icon-rtl-padding;
1899
2963
  padding-right: $pv-bookmark-icon-rtl-padding;
1900
2964
  position: $pv-bookmark-icon-rtl-position;
2965
+ @if $skin-name == 'Material3' {
2966
+ font-size: $text-base;
2967
+ padding-left: 12px;
2968
+ padding-right: 12px;
2969
+ }
1901
2970
  }
1902
2971
 
1903
- .e-bigger div >.e-pv-bookmark-icon.e-pv-icon.e-right {
2972
+ .e-bigger div > .e-pv-bookmark-icon.e-pv-icon.e-right {
1904
2973
  @if $skin-name == 'bootstrap4' {
1905
2974
  font-size: $pv-icon-font-size-big;
1906
2975
  }
2976
+ @if $skin-name == 'Material3' {
2977
+ font-size: $text-base;
2978
+ padding-left: 12px;
2979
+ padding-right: 12px;
2980
+ }
1907
2981
  }
1908
2982
 
1909
2983
  .e-bigger .e-pv-properties-window {
1910
2984
  max-width: $pv-properties-win-max-width-big;
2985
+ @if $skin-name == 'FluentUI' {
2986
+ min-height: 498px;
2987
+ }
1911
2988
  }
1912
2989
 
1913
2990
  .e-bigger .e-pv-scale-ratio-window {
@@ -1920,6 +2997,9 @@
1920
2997
  }
1921
2998
 
1922
2999
  .e-pdfviewer .e-treeview .e-list-text {
3000
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
3001
+ line-height: 20px;
3002
+ }
1923
3003
  width: 100%;
1924
3004
  }
1925
3005
 
@@ -1927,7 +3007,7 @@
1927
3007
  .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
1928
3008
  .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
1929
3009
  .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
1930
- margin-top: 3px;
3010
+ margin-top: $pv-bookmark-expandable-icon-margin-top;
1931
3011
  position: absolute;
1932
3012
  }
1933
3013
 
@@ -1943,7 +3023,12 @@
1943
3023
  }
1944
3024
 
1945
3025
  .e-pdfviewer .e-editable-inline {
1946
- padding: 7px 8px 42px;
3026
+ @if $skin-name == 'bootstrap5' {
3027
+ padding: 7px 8px 50px;
3028
+ }
3029
+ @else {
3030
+ padding: 7px 8px 42px;
3031
+ }
1947
3032
  }
1948
3033
 
1949
3034
  .e-pv-comment-textbox {
@@ -1952,34 +3037,93 @@
1952
3037
 
1953
3038
  .e-pdfviewer .e-editable-value-wrapper {
1954
3039
  color: $pv-comment-font-color;
1955
- font-size: 14px;
1956
3040
  line-height: normal;
1957
3041
  min-height: 22px;
1958
3042
  padding: 2px 8px 3px;
3043
+ @if $skin-name == 'bootstrap5' {
3044
+ color: $content-text-color-alt2;
3045
+ }
3046
+ font-size: 14px;
3047
+ @if $skin-name == 'bootstrap5' {
3048
+ font-size: 12px;
3049
+ }
3050
+ @if $skin-name == 'Material3' {
3051
+ font-size: $text-xs;
3052
+ line-height: 18px;
3053
+ }
1959
3054
  }
1960
3055
 
1961
3056
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
1962
3057
  color: $pv-comment-font-color;
3058
+ @if $skin-name == 'bootstrap5' {
3059
+ color: $content-text-color-alt2;
3060
+ }
1963
3061
  font-size: 14px;
3062
+ @if $skin-name == 'bootstrap5' {
3063
+ font-size: 12px;
3064
+ }
3065
+ @if $skin-name == 'Material3' {
3066
+ font-size: $text-xs;
3067
+ }
1964
3068
  line-height: normal;
1965
3069
  min-height: 24px;
1966
3070
  padding: 2px 8px 3px 32px;
1967
3071
  }
1968
3072
 
3073
+ .e-pv-comment-textbox.e-inplaceeditor .e-component-group,
3074
+ .e-pv-new-comments-div.e-inplaceeditor .e-component-group {
3075
+ @if $skin-name == 'bootstrap5' {
3076
+ margin-bottom: 0;
3077
+ }
3078
+ }
3079
+
3080
+ .e-pv-reply-div.e-pv-comments-leave.e-focused
3081
+ {
3082
+ border: $pv-comments-div-focus-border;
3083
+ background: $pv-comments-div-focus-background;
3084
+ }
3085
+
3086
+ .e-pv-comments-div.e-focused {
3087
+ border: $pv-comments-div-focus-border;
3088
+ background: $pv-comments-div-focus-background;
3089
+ }
3090
+
1969
3091
  .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
1970
3092
  float: right;
1971
3093
  padding-bottom: 7px;
1972
- padding-top: 5px;
3094
+ @if $skin-name == 'bootstrap5' {
3095
+ margin-top: 0;
3096
+ padding-top: 10px;
3097
+ }
3098
+ @else {
3099
+ padding-top: 5px;
3100
+ }
1973
3101
  position: relative;
1974
- right: 8px;
3102
+ @if $skin-name == 'bootstrap5' {
3103
+ right: 0;
3104
+ }
3105
+ @else {
3106
+ right: 8px;
3107
+ }
1975
3108
  }
1976
3109
 
1977
3110
  .e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
1978
3111
  float: right;
1979
3112
  padding-bottom: 7px;
1980
- padding-top: 5px;
3113
+ @if $skin-name == 'bootstrap5' {
3114
+ margin-top: 0;
3115
+ padding-top: 10px;
3116
+ }
3117
+ @else {
3118
+ padding-top: 5px;
3119
+ }
1981
3120
  position: relative;
1982
- right: 8px;
3121
+ @if $skin-name == 'bootstrap5' {
3122
+ right: 0;
3123
+ }
3124
+ @else {
3125
+ right: 8px;
3126
+ }
1983
3127
  }
1984
3128
 
1985
3129
  .e-pv-comment-title-container {
@@ -2001,7 +3145,9 @@
2001
3145
 
2002
3146
  .e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary,
2003
3147
  .e-pdfviewer .e-editable-inline .e-btn.e-outline {
2004
- border-color: transparent;
3148
+ @if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
3149
+ border-color: transparent;
3150
+ }
2005
3151
  }
2006
3152
 
2007
3153
  .e-pdfviewer .e-editable-inline .e-editable-form {
@@ -2016,6 +3162,9 @@
2016
3162
  font-size: 14px;
2017
3163
  padding-left: 5px;
2018
3164
  padding-right: 5px;
3165
+ @if $skin-name == 'Material3' {
3166
+ font-size: $text-xs;
3167
+ }
2019
3168
  }
2020
3169
 
2021
3170
  .e-pdfviewer .e-btn-save {
@@ -2023,12 +3172,17 @@
2023
3172
  margin-right: 12px;
2024
3173
  padding-left: 7px;
2025
3174
  padding-right: 7px;
3175
+ @if $skin-name == 'Material3' {
3176
+ font-size: $text-xs;
3177
+ }
2026
3178
  }
2027
3179
 
2028
3180
  .e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
2029
- background-color: $pv-save-button-bg-color;
2030
- border-radius: 2px;
2031
- color: $pv-save-button-color;
3181
+ @if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
3182
+ background-color: $pv-save-button-bg-color;
3183
+ border-radius: 2px;
3184
+ color: $pv-save-button-color;
3185
+ }
2032
3186
  }
2033
3187
 
2034
3188
  .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
@@ -2039,6 +3193,11 @@
2039
3193
  .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
2040
3194
  line-height: 32px;
2041
3195
  min-height: 32px;
3196
+ @if $skin-name == 'Material3' {
3197
+ box-shadow: none;
3198
+ border: 1px solid rgba($border-light);
3199
+ border-width: 1px 0;
3200
+ }
2042
3201
  }
2043
3202
 
2044
3203
  .e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
@@ -2046,6 +3205,9 @@
2046
3205
  }
2047
3206
 
2048
3207
  .e-pv-comment-panel {
3208
+ @if $skin-name == 'Material3' {
3209
+ background: $content-bg-color-alt2;
3210
+ }
2049
3211
  background-color: $pv-comment-panel-bg;
2050
3212
  border: $pv-sidebar-toolbar-border;
2051
3213
  border-width: 1px 1px 0;
@@ -2058,21 +3220,62 @@
2058
3220
  }
2059
3221
 
2060
3222
  .e-pv-comment-panel-title-container {
2061
- background-color: $pv-comment-panel-bg;
2062
- border-color: $pv-comment-panel-border-color;
2063
- border-style: double;
2064
- border-width: 0 1px 1px 0;
3223
+ @if $skin-name == 'Material3' {
3224
+ background: $content-bg-color-alt2;
3225
+ border-style: solid;
3226
+ border-width: 0 0 1px 1px;
3227
+ }
3228
+ @else {
3229
+ background-color: $pv-comment-panel-bg;
3230
+ border-style: double;
3231
+ border-width: 0 1px 1px 0;
3232
+ }
2065
3233
  height: 45px;
2066
3234
  position: relative;
3235
+ border-color: $pv-comment-panel-border-color;
2067
3236
  }
2068
3237
 
2069
3238
  .e-pv-comment-panel-title {
2070
3239
  color: $pv-comment-font-color;
2071
3240
  font-size: 14px;
2072
- left: 15px;
3241
+ @if $skin-name == 'Material3' {
3242
+ background: $content-bg-color-alt2;
3243
+ border: $border-light;
3244
+ border-width: 0 0 1px 1px;
3245
+ font-size: $text-base;
3246
+ font-weight: $pv-comment-tile-font-weight;
3247
+ line-height: 24px;
3248
+ padding: 8px 215px 8px 12px;
3249
+ }
3250
+ @if $skin-name == 'bootstrap5' {
3251
+ font-size: 16px;
3252
+ font-weight: 500;
3253
+ }
3254
+ @if $skin-name == 'FluentUI' {
3255
+ font-weight: $pv-comment-tile-font-weight;
3256
+ }
3257
+ @if $skin-name != 'Material3' {
3258
+ left: 15px;
3259
+ top: 14px;
3260
+ }
2073
3261
  position: absolute;
2074
3262
  text-align: left;
2075
- top: 14px;
3263
+ }
3264
+
3265
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3266
+ @if $skin-name == 'Material3' {
3267
+ background: $content-bg-color-alt2;
3268
+ border: $border-light;
3269
+ border-width: 0 0 1px 1px;
3270
+ font-size: $text-base;
3271
+ font-weight: $pv-comment-tile-font-weight;
3272
+ line-height: 16px;
3273
+ padding: 0;
3274
+ left: 15px;
3275
+ top: 14px;
3276
+ position: absolute;
3277
+ text-align: left;
3278
+ }
2076
3279
  }
2077
3280
 
2078
3281
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2087,15 +3290,30 @@
2087
3290
  right: 11px;
2088
3291
  top: 5px;
2089
3292
  width: $pv-title-close-width;
3293
+ @if $skin-name == 'FluentUI' {
3294
+ padding: 4px;
3295
+ }
3296
+ }
3297
+
3298
+ @if $skin-name == 'Material3' {
3299
+ .e-pv-comment-panel-title-container .e-pv-more-icon .e-pv-icon {
3300
+ font-size: $text-base;
3301
+ }
2090
3302
  }
2091
3303
 
2092
3304
  .e-pv-title-close-icon {
2093
- color: $pv-comment-text-color;
3305
+ @if $skin-name != 'bootstrap5' {
3306
+ color: $pv-comment-text-color;
3307
+ }
3308
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
3309
+ color: $icon-color;
3310
+ }
2094
3311
  }
2095
3312
 
2096
3313
  .e-pv-comments-panel-text {
2097
3314
  font-size: 15px;
2098
3315
  padding-left: 85px;
3316
+ color: rgba(var(--color-sf-on-surface-variant));
2099
3317
  }
2100
3318
 
2101
3319
  .e-pv-comments-content-container {
@@ -2105,6 +3323,9 @@
2105
3323
  border-width: 0 1px 1px 0;
2106
3324
  height: calc(100% - 45px);
2107
3325
  overflow: auto;
3326
+ @if $skin-name == 'Material3' {
3327
+ background: $content-bg-color-alt2;
3328
+ }
2108
3329
  }
2109
3330
 
2110
3331
  .e-pv-comments-container {
@@ -2115,26 +3336,70 @@
2115
3336
  }
2116
3337
 
2117
3338
  .e-pv-comments-border {
2118
- border: 2px;
2119
- border-color: $pv-comment-panel-bottom-color;
2120
- border-radius: 4px;
2121
- border-style: groove;
3339
+ @if $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' {
3340
+ border: 2px;
3341
+ border-color: $pv-comment-panel-bottom-color;
3342
+ border-radius: 4px;
3343
+ border-style: groove;
3344
+ }
3345
+ @if $skin-name == 'tailwind' {
3346
+ border: 1px solid $border-light;
3347
+ border-radius: 2px;
3348
+ }
3349
+ @if $skin-name == 'bootstrap5' {
3350
+ border: 1px solid $border-light;
3351
+ border-radius: 2px;
3352
+ }
3353
+ @if $skin-name == 'Material3' {
3354
+ border: 1px solid rgba($border-light);
3355
+ border-radius: 4px;
3356
+ }
2122
3357
  }
2123
3358
 
2124
3359
  .e-pv-comment-title {
2125
3360
  color: $pv-comment-text-color;
2126
- font-size: 14px;
2127
- max-width: 237px;
2128
3361
  padding-left: 32px;
2129
3362
  padding-top: $pv-comment-title-padding-top;
3363
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3364
+ color: $pv-comment-tile-text-color;
3365
+ }
3366
+ font-size: 14px;
3367
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
3368
+ font-size: 12px;
3369
+ font-weight: $pv-comment-tile-font-weight;
3370
+ }
3371
+ @if $skin-name == 'FluentUI' {
3372
+ font-weight: $pv-comment-tile-font-weight;
3373
+ }
3374
+ @if $skin-name == 'Material3' {
3375
+ font-size: $text-xs;
3376
+ padding-left: 40px;
3377
+ padding-top: $pv-comment-title-padding-top;
3378
+ padding-bottom: 30px;
3379
+ height: 18px;
3380
+ }
3381
+ max-width: 237px;
2130
3382
  position: absolute;
2131
3383
  }
2132
3384
 
2133
3385
  .e-pv-reply-title {
2134
3386
  color: $pv-comment-text-color;
3387
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3388
+ color: $pv-comment-tile-text-color;
3389
+ }
2135
3390
  font-size: 14px;
2136
- max-width: 212px;
2137
- padding-left: 8px;
3391
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
3392
+ font-size: 12px;
3393
+ font-weight: $pv-comment-tile-font-weight;
3394
+ }
3395
+ @if $skin-name == 'FluentUI' {
3396
+ font-weight: $pv-comment-tile-font-weight;
3397
+ }
3398
+ @if $skin-name == 'Material3' {
3399
+ font-size: $text-xs;
3400
+ }
3401
+ max-width: 212px;
3402
+ padding-left: 8px;
2138
3403
  padding-top: $pv-comment-title-padding-top;
2139
3404
  position: absolute;
2140
3405
  }
@@ -2144,7 +3409,12 @@
2144
3409
  }
2145
3410
 
2146
3411
  .e-pv-comments-select {
2147
- background-color: $pv-comment-panel-bg;
3412
+ @if $skin-name == 'FluentUI' {
3413
+ background-color: $content-bg-color-selected;
3414
+ }
3415
+ @else {
3416
+ background-color: $pv-comment-panel-bg;
3417
+ }
2148
3418
  }
2149
3419
 
2150
3420
  .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2156,20 +3426,61 @@
2156
3426
  }
2157
3427
 
2158
3428
  .e-pdfviewer .e-accordion {
2159
- background-color: $pv-comments-content-container-bg;
2160
- border: transparent;
3429
+ @if $skin-name == 'Material3' {
3430
+ background: $pv-comments-content-container-bg;
3431
+ border-radius: 0;
3432
+ border-width: 0;
3433
+ }
3434
+ @else {
3435
+ background-color: $pv-comments-content-container-bg;
3436
+ border: transparent;
3437
+ }
2161
3438
  }
2162
3439
 
2163
3440
  .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
2164
3441
  border: 0;
2165
- display: block;
3442
+ @if $skin-name == 'bootstrap5' {
3443
+ background-color: $transparent;
3444
+ }
3445
+ @if $skin-name != 'Material3' {
3446
+ display: block;
3447
+ }
3448
+ }
3449
+
3450
+ .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
3451
+ @if ($skin-name == 'FluentUI' or $skin-name == 'Material3') {
3452
+ padding-bottom: 6px;
3453
+ padding-top: 6px;
3454
+ }
3455
+ @else {
3456
+ padding-bottom: 6px;
3457
+ padding-top: 17px;
3458
+ }
3459
+ }
3460
+
3461
+ .e-bigger .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup .e-btn.e-outline.e-primary {
3462
+ @if $skin-name == 'FluentUI' {
3463
+ min-height: 49px;
3464
+ min-width: 152px;
3465
+ }
2166
3466
  }
2167
3467
 
2168
3468
  .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
3469
+ margin-top: $pv-stamp-icon-margin-top;
2169
3470
  padding-left: 7px;
2170
3471
  @if $skin-name == 'fabric' {
3472
+ margin-top: -7px;
2171
3473
  padding-left: 10px;
2172
3474
  }
3475
+ @if $skin-name == 'bootstrap5' {
3476
+ padding-left: 4px;
3477
+ }
3478
+ }
3479
+
3480
+ .e-pv-annotation-stamp-container .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
3481
+ @if $skin-name == 'bootstrap5' {
3482
+ margin-left: 1px;
3483
+ }
2173
3484
  }
2174
3485
 
2175
3486
  .e-pdfviewer .e-inplaceeditor {
@@ -2182,7 +3493,13 @@
2182
3493
 
2183
3494
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2184
3495
  border-bottom: 0;
2185
- word-break: break-all;
3496
+ word-break: break-word;
3497
+ }
3498
+
3499
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container .e-editable-value {
3500
+ @if $skin-name == 'Material3' {
3501
+ font-size: $text-xs;
3502
+ }
2186
3503
  }
2187
3504
 
2188
3505
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2193,6 +3510,11 @@
2193
3510
  background: transparent;
2194
3511
  }
2195
3512
 
3513
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
3514
+ background: transparent;
3515
+ width: 229px;
3516
+ }
3517
+
2196
3518
  .e-pv-status-div {
2197
3519
  height: 20px;
2198
3520
  left: 8px;
@@ -2206,7 +3528,9 @@
2206
3528
  }
2207
3529
 
2208
3530
  .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
2209
- caret-color: $pv-comment-text-curser-color;
3531
+ @if $skin-name != 'bootstrap5' {
3532
+ caret-color: $pv-comment-text-cursor-color;
3533
+ }
2210
3534
  }
2211
3535
 
2212
3536
  .e-pv-reply-div {
@@ -2216,7 +3540,18 @@
2216
3540
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
2217
3541
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
2218
3542
  background: $pv-comment-panel-bg;
2219
- border: $pv-comment-panel-border-color;
3543
+ @if $skin-name != 'FluentUI' {
3544
+ border: 1px solid $pv-comment-panel-border-color;
3545
+ }
3546
+ @if $skin-name == 'Material3' {
3547
+ border-width: 1px 0;
3548
+ }
3549
+ }
3550
+
3551
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
3552
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
3553
+ background: $pv-comment-panel-bg;
3554
+ box-shadow: none;
2220
3555
  }
2221
3556
 
2222
3557
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
@@ -2225,6 +3560,15 @@
2225
3560
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
2226
3561
  color: $pv-comment-text-color;
2227
3562
  font-size: 14px;
3563
+ @if $skin-name == 'FluentUI' {
3564
+ font-weight: $pv-comment-tile-font-weight;
3565
+ }
3566
+ @if $skin-name == 'Material3' {
3567
+ font-weight: $font-weight-normal;
3568
+ letter-spacing: .24px;
3569
+ line-height: 20px;
3570
+ padding: 0 249px 9px 0;
3571
+ }
2228
3572
  }
2229
3573
 
2230
3574
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
@@ -2237,12 +3581,56 @@
2237
3581
 
2238
3582
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2239
3583
  margin-top: 10px;
3584
+ padding-bottom: $pv-signature-appearance-checkbox;
3585
+ @if $skin-name == 'Material3' {
3586
+ margin-top: 12px;
3587
+ }
2240
3588
  }
2241
3589
 
2242
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
3590
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
3591
+ float: left;
3592
+ }
3593
+ .e-pv-signature-dialog-height .e-pv-clearbtn
3594
+ {
2243
3595
  float: left;
3596
+ @if $skin-name != 'Material3' {
3597
+ height: 30px;
3598
+ min-height: 30px;
3599
+ }
3600
+ }
3601
+ .e-pv-signature-dialog-height .e-pv-cancelbtn{
3602
+ @if $skin-name != 'Material3' {
3603
+ height: 32px;
3604
+ min-height: 32px;
3605
+ }
2244
3606
  }
2245
3607
 
3608
+ .e-pv-signature-dialog-height .e-pv-createbtn{
3609
+ @if $skin-name != 'Material3' {
3610
+ height: 30px;
3611
+ min-height: 30px;
3612
+ }
3613
+ }
3614
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn{
3615
+ @if $skin-name != 'Material3' {
3616
+ float: left;
3617
+ height: 49px;
3618
+ min-height: 49px;
3619
+ }
3620
+ }
3621
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn{
3622
+ @if $skin-name != 'Material3' {
3623
+ height: 49px;
3624
+ min-height: 49px;
3625
+ }
3626
+ }
3627
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn{
3628
+ @if $skin-name != 'Material3' {
3629
+ height: 49px;
3630
+ min-height: 49px;
3631
+ }
3632
+ }
3633
+
2246
3634
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2247
3635
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2248
3636
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2251,8 +3639,15 @@
2251
3639
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2252
3640
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2253
3641
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
2254
- background: $pv-signature-footer-color;
2255
- border-color: $pv-signature-footer-color;
3642
+ @if $skin-name != 'bootstrap5' {
3643
+ background: $pv-signature-footer-color;
3644
+ border-color: $pv-signature-footer-color;
3645
+ }
3646
+ @else {
3647
+ background: $secondary-bg-color-pressed;
3648
+ border-color: $secondary-bg-color-pressed;
3649
+ color: $secondary-text-color-pressed;
3650
+ }
2256
3651
  }
2257
3652
 
2258
3653
  .e-pv-comment-panel-resizer {
@@ -2280,4 +3675,1220 @@
2280
3675
  }
2281
3676
  right: 300px;
2282
3677
  }
3678
+
3679
+ .e-pv-align {
3680
+ cursor: pointer;
3681
+ float: right;
3682
+ font-size: 20px;
3683
+ margin-right: 16px;
3684
+ margin-top: $pv-signature-delete-icon-margin-top;
3685
+ }
3686
+
3687
+ .e-pv-align-border {
3688
+ border: $pv-signature-border-color;
3689
+ border-radius: 5px;
3690
+ cursor: pointer;
3691
+ display: inline-block;
3692
+ width: 170px;
3693
+ }
3694
+
3695
+ .e-pv-align-border-div {
3696
+ @if $skin-name == 'highcontrast' {
3697
+ background-color: $pv-high-contrast-signature-bg;
3698
+ color: $pv-high-contrast-signature-text;
3699
+ }
3700
+ }
3701
+
3702
+ .e-pv-font-sign {
3703
+ border: 1px solid $pv-sidebar-bookmark-title-color;
3704
+ border-radius: 5px;
3705
+ display: inline-block;
3706
+ font-size: 13px;
3707
+ height: 88px;
3708
+ margin: 15px;
3709
+ padding-top: 40px;
3710
+ text-align: center;
3711
+ width: 311px;
3712
+ word-wrap: break-word;
3713
+ @if $skin-name == 'FluentUI' {
3714
+ max-width: 300px;
3715
+ padding-top: 36px;
3716
+ }
3717
+ @if $skin-name == 'Material3' {
3718
+ border: 1px dashed rgba($primary);
3719
+ border-radius: 4px;
3720
+ background: $content-bg-color;
3721
+ font-size: $text-2xl;
3722
+ color: $content-text-color;
3723
+ font-weight: $font-weight-normal;
3724
+ }
3725
+ }
3726
+
3727
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
3728
+ @if $skin-name == 'bootstrap5' {
3729
+ color: $white;
3730
+ height: 32px;
3731
+ line-height: 32px;
3732
+ }
3733
+ @else {
3734
+ color: $pv-icon-color;
3735
+ }
3736
+ }
3737
+
3738
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item {
3739
+ @if $skin-name == 'bootstrap5' {
3740
+ height: 32px;
3741
+ line-height: 32px;
3742
+ padding-left: 8px;
3743
+ }
3744
+ }
3745
+
3746
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon {
3747
+ @if $skin-name == 'bootstrap5' {
3748
+ font-size: 16px;
3749
+ }
3750
+ }
3751
+
3752
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
3753
+ @if $skin-name == 'bootstrap5' {
3754
+ font-size: 14px;
3755
+ }
3756
+ }
3757
+
3758
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3759
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3760
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3761
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
3762
+ border-radius: 4px;
3763
+ }
3764
+ @if $skin-name == 'bootstrap5' {
3765
+ color: $pv-icon-color;
3766
+ height: 32px;
3767
+ line-height: 32px;
3768
+ }
3769
+ @else {
3770
+ color: $pv-icon-color;
3771
+ }
3772
+ }
3773
+
3774
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3775
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3776
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3777
+ @if ($skin-name == 'FluentUI') {
3778
+ height: 32px;
3779
+ }
3780
+ }
3781
+
3782
+ .e-pv-mobile-annotation-toolbar .e-toolbar-items .e-hscroll-bar {
3783
+ @if ($skin-name == 'FluentUI') {
3784
+ overflow-y: hidden;
3785
+ }
3786
+ }
3787
+
3788
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover,
3789
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected {
3790
+ @if $skin-name == 'bootstrap5' {
3791
+ background: $secondary-bg-color-pressed;
3792
+ }
3793
+ @if $skin-name == 'bootstrap4' {
3794
+ background: $pv-annotation-dropdown-background-color-hover;
3795
+ }
3796
+ }
3797
+
3798
+ .e-pv-custom-annotation-stamp-container.e-menu-wrapper ul,
3799
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul {
3800
+ @if $skin-name == 'bootstrap4' {
3801
+ background-color: $pv-annotation-dropdown-background-color;
3802
+ }
3803
+ }
3804
+
3805
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover .e-menu-icon,
3806
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover .e-caret {
3807
+ @if $skin-name == 'bootstrap4' {
3808
+ color: $pv-icon-color-hover;
3809
+ }
3810
+ @if $skin-name == 'bootstrap5' {
3811
+ color: $white;
3812
+ }
3813
+ }
3814
+
3815
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover .e-menu-icon,
3816
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover .e-caret,
3817
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,
3818
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
3819
+ @if $skin-name == 'bootstrap4' {
3820
+ color: $pv-icon-color-hover;
3821
+ }
3822
+ @if $skin-name == 'bootstrap5' {
3823
+ color: $white;
3824
+ }
3825
+ }
3826
+
3827
+ .e-pv-stamp-template-container .e-menu-container .e-menu {
3828
+ background-color: $pv-annotation-dropdown-background-color;
3829
+ border-color: $pv-annotation-dropdown-border-color;
3830
+ }
3831
+
3832
+ .e-pv-custom-annotation-stamp-container.e-menu-container .e-ul .e-menu-item.e-selected,
3833
+ .e-pv-custom-annotation-stamp-container.e-menu-container.e-menu-container .e-ul .e-menu-item.e-focused {
3834
+ @if $skin-name == 'bootstrap4' {
3835
+ background-color: $pv-comment-text-cursor-color;
3836
+ color: $pv-icon-color-hover;
3837
+ outline: 0 solid $pv-comment-text-cursor-color;
3838
+ outline-offset: 0;
3839
+ }
3840
+ }
3841
+
3842
+ .e-pv-custom-annotation-thickness-container,
3843
+ .e-pv-custom-annotation-opacity-container {
3844
+ @if $skin-name == 'Material3'{
3845
+ background: $pv-annotation-dropdown-background-color;
3846
+ border: $pv-annotation-dropdown-border-color;
3847
+ }
3848
+ @else {
3849
+ background-color: $pv-annotation-dropdown-background-color;
3850
+ border-color: $pv-annotation-dropdown-border-color;
3851
+ }
3852
+ }
3853
+
3854
+ .e-pdfviewer-signatureformfields.e-pv-signature-focus,
3855
+ .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
3856
+ outline: $pv-print-popup-container-background-color dotted 2px;
3857
+ }
3858
+
3859
+ .e-pv-checkbox-container {
3860
+ -moz-user-select: none;
3861
+ -ms-user-select: none;
3862
+ -webkit-user-select: none;
3863
+ cursor: pointer;
3864
+ display: block;
3865
+ margin-bottom: 0;
3866
+ position: relative;
3867
+ user-select: none;
3868
+ }
3869
+
3870
+ .e-pv-text-selection-none {
3871
+ -moz-user-select: none;
3872
+ -ms-user-select: none;
3873
+ -webkit-user-select: none;
3874
+ user-select: none;
3875
+ }
3876
+
3877
+ .e-pv-checkbox-container input {
3878
+ cursor: pointer;
3879
+ height: 0;
3880
+ opacity: 0;
3881
+ position: absolute;
3882
+ width: 0;
3883
+ }
3884
+
3885
+ .e-pv-checkbox-div {
3886
+ border: $pv-form-field-checkbox-container;
3887
+ display: inline;
3888
+ height: 100%;
3889
+ left: 0;
3890
+ position: absolute;
3891
+ text-align: center;
3892
+ top: 0;
3893
+ width: 100%;
3894
+ }
3895
+
3896
+ .e-pv-cb-checked {
3897
+ border: $pv-form-field-checkbox-checked;
3898
+ border-left-color: transparent;
3899
+ border-top-color: transparent;
3900
+ border-width: $pv-form-field-checkbox-border-width;
3901
+ position: absolute;
3902
+ transform: rotate(45deg);
3903
+ }
3904
+
3905
+ .e-pv-cb-unchecked {
3906
+ border: 1px;
3907
+ border-width: 1px;
3908
+ }
3909
+
3910
+ .e-pv-radiobtn-container {
3911
+ -moz-user-select: none;
3912
+ -ms-user-select: none;
3913
+ -webkit-user-select: none;
3914
+ cursor: pointer;
3915
+ display: block;
3916
+ margin-bottom: 0;
3917
+ position: relative;
3918
+ user-select: none;
3919
+ }
3920
+
3921
+ .e-pv-radiobtn-container input {
3922
+ cursor: pointer;
3923
+ opacity: 0;
3924
+ position: absolute;
3925
+ }
3926
+
3927
+ .e-pv-radiobtn-div {
3928
+ border: 1px solid $pv-form-checkbox-border-color;
3929
+ border-radius: 50%;
3930
+ height: 100%;
3931
+ left: $pv-form-field-size;
3932
+ position: absolute;
3933
+ top: $pv-form-field-size;
3934
+ width: 100%;
3935
+ }
3936
+
3937
+ .e-pv-radio-btn {
3938
+ border: 0;
3939
+ clip: rect(0 0 0 0);
3940
+ height: 1px;
3941
+ margin: -1px;
3942
+ overflow: hidden;
3943
+ padding: 0;
3944
+ position: absolute;
3945
+ width: 1px;
3946
+ }
3947
+
3948
+ .e-pv-radio-btn + span {
3949
+ display: block;
3950
+ }
3951
+
3952
+ .e-pv-radio-btn + .e-pv-radiobtn-span::before {
3953
+ content: '';
3954
+ display: block;
3955
+ height: inherit;
3956
+ width: inherit;
3957
+ }
3958
+
3959
+ .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
3960
+ background: $pv-form-checkbox-border-color;
3961
+ border-radius: 50%;
3962
+ }
3963
+
3964
+ .e-pv-properties-text-edit-prop,
3965
+ .e-pv-properties-visibility-style-prop,
3966
+ .e-pv-properties-font-items-container {
3967
+ display: flex;
3968
+ justify-content: space-evenly;
3969
+ }
3970
+
3971
+ .e-pv-properties-form-field-name-main-div,
3972
+ .e-pv-properties-form-field-value-main-div {
3973
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'FluentUI') {
3974
+ padding-right: 12px;
3975
+ }
3976
+ @else {
3977
+ padding-right: 15px;
3978
+ }
3979
+ }
3980
+
3981
+ .e-pv-properties-form-field-name-main-div,
3982
+ .e-pv-properties-form-field-tooltip-main-div,
3983
+ .e-pv-properties-form-field-value-main-div,
3984
+ .e-pv-properties-form-field-visibility-main-div {
3985
+ @if $skin-name == 'FluentUI' {
3986
+ width: 232px;
3987
+ }
3988
+ @else {
3989
+ width: 285px;
3990
+ }
3991
+ }
3992
+
3993
+ .e-pv-properties-text-edit-prop {
3994
+ @if $skin-name == 'FluentUI' {
3995
+ padding-top: 35px;
3996
+ }
3997
+ @else {
3998
+ padding-top: 20px;
3999
+ }
4000
+ }
4001
+
4002
+ .e-pv-properties-visibility-style-prop {
4003
+ @if $skin-name == 'FluentUI' {
4004
+ padding-bottom: 12px;
4005
+ padding-top: 12px;
4006
+ }
4007
+ @if $skin-name == 'Material3' {
4008
+ padding-top: 16px;
4009
+ }
4010
+ @else {
4011
+ padding-bottom: 10px;
4012
+ padding-top: 20px;
4013
+ }
4014
+ }
4015
+
4016
+ .e-pv-properties-checkbox-main-div-prop {
4017
+ display: flex;
4018
+ flex-direction: row;
4019
+ justify-content: space-between;
4020
+ padding-top: 20px;
4021
+ }
4022
+
4023
+ .e-pv-bold-icon-div,
4024
+ .e-pv-italic-icon-div,
4025
+ .e-pv-strikeout-icon-div,
4026
+ .e-pv-underlinetext-icon-div,
4027
+ .e-pv-left-align-icon-div,
4028
+ .e-pv-center-align-icon-div,
4029
+ .e-pv-right-align-icon-div {
4030
+ padding: $pv-formfield-properties-icon-align-padding;
4031
+ }
4032
+
4033
+ .e-pv-bold-icon-div:hover,
4034
+ .e-pv-italic-icon-div:hover,
4035
+ .e-pv-strikeout-icon-div:hover,
4036
+ .e-pv-underlinetext-icon-div:hover,
4037
+ .e-pv-left-align-icon-div:hover,
4038
+ .e-pv-center-align-icon-div:hover,
4039
+ .e-pv-right-align-icon-div:hover {
4040
+ @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
4041
+ background-color: $pv-annotation-dropdown-background-color-hover;
4042
+ border-color: $pv-annotation-dropdown-border-color-hover;
4043
+ }
4044
+ @if ($skin-name == 'bootstrap5') {
4045
+ background-color: $secondary-bg-color-pressed;
4046
+ border-color: $secondary-bg-color-pressed;
4047
+ color: $white;
4048
+ }
4049
+ @if ($skin-name == 'Material3') {
4050
+ background: $pv-annotation-dropdown-background-color-hover;
4051
+ border: $pv-annotation-dropdown-border-color-hover;
4052
+ }
4053
+ }
4054
+
4055
+ .e-pv-bold-icon-div:active,
4056
+ .e-pv-italic-icon-div:active,
4057
+ .e-pv-strikeout-icon-div:active,
4058
+ .e-pv-underlinetext-icon-div:active,
4059
+ .e-pv-left-align-icon-div:active,
4060
+ .e-pv-center-align-icon-div:active,
4061
+ .e-pv-right-align-icon-div:active {
4062
+ @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
4063
+ background-color: $pv-signature-footer-color;
4064
+ border-color: $pv-signature-footer-color;
4065
+ }
4066
+ @if ($skin-name == 'bootstrap5') {
4067
+ background-color: $secondary-bg-color-pressed;
4068
+ border-color: $secondary-bg-color-pressed;
4069
+ color: $white;
4070
+ }
4071
+ @if ($skin-name == 'Material3') {
4072
+ background: $pv-signature-footer-color;
4073
+ border: $pv-signature-footer-color;
4074
+ }
4075
+ }
4076
+
4077
+ .e-pv-properties-fill-color-style-prop,
4078
+ .e-pv-properties-stroke-color-style-prop,
4079
+ .e-pv-properties-stroke-thickness-style-prop {
4080
+ @if $skin-name == 'Material3' {
4081
+ padding: 0 20px 12px 1px;
4082
+ }
4083
+ @else {
4084
+ padding: 12px 20px 12px 1px;
4085
+ }
4086
+ }
4087
+
4088
+ .e-bigger .e-pv-properties-fill-color-style-prop,
4089
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
4090
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
4091
+ @if $skin-name == 'Material3' {
4092
+ padding: 0 20px 12px 1px;
4093
+ }
4094
+ @else{
4095
+ padding: 12px 20px 12px 1px;
4096
+ }
4097
+ }
4098
+
4099
+ .e-pv-formfield-fontcolor-icon,
4100
+ .e-pv-formfield-strokecolor-icon,
4101
+ .e-pv-formfield-strokethickness-icon {
4102
+ @if ($skin-name == 'bootstrap4') {
4103
+ color: $pv-form-field-property-header-color;
4104
+ }
4105
+ @if ($skin-name == 'bootstrap5') {
4106
+ color: inherit;
4107
+ }
4108
+ @if ($skin-name == 'material') {
4109
+ color: $pv-prop-line-styles-color;
4110
+ }
4111
+ background: $pv-form-field-property-font-style-color;
4112
+ @if ($skin-name == 'bootstrap5') {
4113
+ border: 1px solid $border-light;
4114
+ }
4115
+ @if ($skin-name == 'bootstrap5') {
4116
+ border-radius: 4px;
4117
+ }
4118
+ @else {
4119
+ border-radius: 2px;
4120
+ }
4121
+ height: $pv-formfield-properties-icon-height;
4122
+ margin-top: 8px;
4123
+ @if $skin-name != 'FluentUI' {
4124
+ width: 54px;
4125
+ }
4126
+ @if ($skin-name == 'bootstrap5') {
4127
+ align-content: center;
4128
+ align-items: center;
4129
+ box-shadow: none;
4130
+ display: flex;
4131
+ flex-direction: row;
4132
+ flex-wrap: wrap;
4133
+ padding: 0 11px;
4134
+ width: inherit;
4135
+ }
4136
+ @if ($skin-name == 'Material3') {
4137
+ align-content: center;
4138
+ align-items: center;
4139
+ box-shadow: none;
4140
+ display: flex;
4141
+ flex-direction: row;
4142
+ flex-wrap: wrap;
4143
+ width: 72px;
4144
+ height: 32px;
4145
+ border-bottom: 1px solid rgba($border);
4146
+ box-sizing: border-box;
4147
+ padding-right: 16px;
4148
+ margin-top: 0;
4149
+ }
4150
+ }
4151
+
4152
+ .e-pv-properties-format-text-style-prop {
4153
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
4154
+ padding: 15px 15px 4px 1px;
4155
+ }
4156
+ @if ($skin-name == 'Material3') {
4157
+ padding: 20px 15px 6px 0;
4158
+ }
4159
+ @else {
4160
+ padding: 15px 15px 15px 1px;
4161
+ }
4162
+ }
4163
+
4164
+ .e-pv-properties-font-family-container {
4165
+ margin-right: 15px;
4166
+ @if $skin-name == 'FluentUI' {
4167
+ width: 122px;
4168
+ }
4169
+ @if $skin-name == 'Material3' {
4170
+ width: 214px;
4171
+ height: 32px;
4172
+ margin-right: 12px;
4173
+ }
4174
+ @else {
4175
+ width: 165px;
4176
+ }
4177
+ }
4178
+
4179
+ .e-pv-properties-font-size-container {
4180
+ @if $skin-name == 'Material3' {
4181
+ border-right-color: $transparent;
4182
+ height: 32px;
4183
+ border-bottom: 1px solid $transparent;
4184
+ box-sizing: border-box;
4185
+ }
4186
+ @else {
4187
+ border-right-color: $pv-comment-panel-bottom-color;
4188
+ border-right-style: solid;
4189
+ border-right-width: 1px;
4190
+ margin-right: 15px;
4191
+ padding-right: 15px;
4192
+ }
4193
+ width: $pv-font-size-field-width;
4194
+ }
4195
+
4196
+ .e-pv-formfield-maxlength {
4197
+ padding-left: 20px;
4198
+ }
4199
+
4200
+ .e-pv-left-align-icon-div,
4201
+ .e-pv-center-align-icon-div,
4202
+ .e-pv-right-align-icon-div {
4203
+ @if ($skin-name != 'bootstrap5') {
4204
+ padding-left: 6px;
4205
+ }
4206
+ }
4207
+
4208
+ .e-pv-properties-font-color-container,
4209
+ .e-pv-properties-color-container-style-prop {
4210
+ display: flex;
4211
+ padding-top: 20px;
4212
+ }
4213
+
4214
+ .e-pv-formfield-textcolor {
4215
+ margin-right: 10px;
4216
+ }
4217
+
4218
+ .e-pv-formfield-maxlength-icon {
4219
+ align-items: center;
4220
+ display: flex;
4221
+ padding-right: 14px;
4222
+ @if ($skin-name == 'bootstrap5') {
4223
+ padding-right: 10px;
4224
+ }
4225
+ @if ($skin-name == 'FluentUI') {
4226
+ padding-right: 8px;
4227
+ }
4228
+ }
4229
+
4230
+ .e-pv-formfield-textcolor-icon.e-btn.e-icon-btn,
4231
+ .e-pv-formfield-strokecolor-icon.e-btn.e-icon-btn,
4232
+ .e-pv-formfield-fontcolor-icon.e-btn.e-icon-btn,
4233
+ .e-pv-formfield-strokethickness-icon.e-btn.e-icon-btn {
4234
+ @if ($skin-name == 'bootstrap5') {
4235
+ padding: 0 11px;
4236
+ }
4237
+ }
4238
+
4239
+ .e-pv-formfield-textcolor-icon {
4240
+ background: $pv-form-field-property-font-style-color;
4241
+ @if ($skin-name == 'bootstrap5') {
4242
+ border: 1px solid $border-light;
4243
+ }
4244
+ @if ($skin-name == 'bootstrap5') {
4245
+ border-radius: 4px;
4246
+ }
4247
+ @else {
4248
+ border-radius: 2px;
4249
+ }
4250
+ width: $pv-form-field-property-font-style-width;
4251
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
4252
+ height: 36px;
4253
+ }
4254
+ @if ($skin-name == 'bootstrap4') {
4255
+ color: $pv-form-field-property-header-color;
4256
+ }
4257
+ @if ($skin-name == 'material') {
4258
+ color: $pv-prop-line-styles-color;
4259
+ }
4260
+ @if ($skin-name == 'bootstrap5') {
4261
+ align-items: baseline;
4262
+ box-shadow: none;
4263
+ color: inherit;
4264
+ display: flex;
4265
+ height: 32px;
4266
+ }
4267
+ @if ($skin-name == 'Material3') {
4268
+ display: flex;
4269
+ width: 76px;
4270
+ border-bottom: 1px solid rgba($border);
4271
+ box-shadow: none;
4272
+ }
4273
+ @if ($skin-name == 'FluentUI') {
4274
+ height: auto;
4275
+ }
4276
+ }
4277
+
4278
+ .e-pv-properties-formfield-maxlength-text-label,
4279
+ .e-pv-formfield-maxlength {
4280
+ padding-left: 1px;
4281
+ width: $pv-formfield-maxlength-width;
4282
+ @if ($skin-name == 'Material3') {
4283
+ height: 32px;
4284
+ }
4285
+ }
4286
+
4287
+ .e-pv-formfield-maxlength-group {
4288
+ display: flex;
4289
+ padding-left: $pv-formfield-maxlength-group-padding-left;
4290
+ }
4291
+
4292
+ .e-pv-properties-form-field-list-add-div {
4293
+ display: flex;
4294
+ @if $skin-name == 'FluentUI' {
4295
+ padding-bottom: 12px;
4296
+ padding-top: 16px;
4297
+ }
4298
+ @else {
4299
+ padding-bottom: 15px;
4300
+ padding-top: 20px;
4301
+ }
4302
+ }
4303
+
4304
+ .e-pv-properties-list-item-edit-prop {
4305
+ margin-right: 15px;
4306
+ width: 295px;
4307
+ @if $skin-name == 'FluentUI' {
4308
+ margin-right: 12px;
4309
+ width: 318px;
4310
+ }
4311
+ }
4312
+
4313
+ .e-pv-properties-form-field-window {
4314
+ max-width: $pv-properties-form-field-win-max-width;
4315
+ }
4316
+
4317
+ .e-bigger .e-pv-properties-form-field-window {
4318
+ @if $skin-name == 'Material3' {
4319
+ max-width: 490px;
4320
+ }
4321
+ }
4322
+
4323
+ .e-pv-properties-formfield-textarea {
4324
+ @if $skin-name == 'FluentUI' {
4325
+ min-width: 318px;
4326
+ }
4327
+ }
4328
+
4329
+ .e-pv-properties-export-value-edit-prop {
4330
+ width: 295px;
4331
+ @if $skin-name == 'FluentUI' {
4332
+ width: 318px;
4333
+ }
4334
+ }
4335
+
4336
+ .e-pv-properties-form-field-list-btn-div {
4337
+ align-items: center;
4338
+ display: flex;
4339
+ height: 36px;
4340
+ margin-top: 10px;
4341
+ text-align: center;
4342
+ @if $skin-name == 'FluentUI' {
4343
+ height: 32px;
4344
+ margin-top: 25px;
4345
+ }
4346
+ }
4347
+
4348
+ .e-pv-properties-form-field-export-value-main-div {
4349
+ @if $skin-name == 'FluentUI' {
4350
+ padding-bottom: 12px;
4351
+ padding-top: 0;
4352
+ }
4353
+ @else {
4354
+ padding-bottom: 15px;
4355
+ padding-top: 10px;
4356
+ }
4357
+ width: 335px;
4358
+ }
4359
+
4360
+ .e-pv-properties-form-field-group-btn-div {
4361
+ display: grid;
4362
+ }
4363
+
4364
+ .e-pv-properties-form-field-option-dropdown-list-div {
4365
+ @if $skin-name == 'FluentUI' {
4366
+ padding-top: 0;
4367
+ }
4368
+ @else {
4369
+ padding-top: 10px;
4370
+ }
4371
+ }
4372
+
4373
+ .e-pv-properties-form-field-btn-textarea-container {
4374
+ display: flex;
4375
+ width: 385px;
4376
+ @if $skin-name == 'FluentUI' {
4377
+ padding-top: 0;
4378
+ }
4379
+ @else {
4380
+ padding-top: 15px;
4381
+ }
4382
+ }
4383
+
4384
+ .e-pv-properties-dropdown-btn {
4385
+ align-items: center;
4386
+ display: flex;
4387
+ height: 36px;
4388
+ text-align: center;
4389
+ width: 75px;
4390
+ }
4391
+
4392
+ .e-pv-show-designer-name {
4393
+ align-items: center;
4394
+ color: $pv-show-designer-name-color;
4395
+ display: grid;
4396
+ height: 100%;
4397
+ overflow: hidden;
4398
+ text-align: center;
4399
+ text-overflow: ellipsis;
4400
+ white-space: nowrap;
4401
+ width: 100%;
4402
+ }
4403
+
4404
+ .e-pv-formfield-li-element {
4405
+ list-style: none;
4406
+ padding-left: 10px;
4407
+ }
4408
+
4409
+ .e-pv-li-select {
4410
+ background-color: $pv-form-field-li-background-color;
4411
+ @if ($skin-name == 'bootstrap5') {
4412
+ background-color: $pv-item-selection-background-color;
4413
+ color: $white;
4414
+ }
4415
+ @if ($skin-name == 'tailwind') {
4416
+ background-color: $pv-item-selection-background-color;
4417
+ }
4418
+ }
4419
+
4420
+ .e-pv-formfield-li-element.e-pv-li-select {
4421
+ background-color: $pv-form-field-li-background-color;
4422
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
4423
+ color: $white;
4424
+ }
4425
+ }
4426
+
4427
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
4428
+ @if ($skin-name != 'Material3') {
4429
+ background-color: $pv-form-field-li-background-color;
4430
+ }
4431
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
4432
+ color: $white;
4433
+ }
4434
+ @if ($skin-name == 'Material3') {
4435
+ background-color: $content-bg-color-hover;
4436
+ }
4437
+ }
4438
+
4439
+ .e-pv-formfield-li-element:focus {
4440
+ @if ($skin-name == 'Material3') {
4441
+ background-color: $content-bg-color-focus;
4442
+ }
4443
+ }
4444
+
4445
+ .e-pv-formfield-li-element:disabled {
4446
+ @if ($skin-name == 'Material3') {
4447
+ background-color: $transparent;
4448
+ font-size: $text-sm;
4449
+ color: rgba(28, 31, 30, .38);
4450
+ }
4451
+ }
4452
+
4453
+ .e-pv-form-designer-ul-list-items {
4454
+ padding-left: 1px;
4455
+ }
4456
+
4457
+ .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
4458
+ font-size: $pv-form-field-property-header-font-size;
4459
+ font-weight: $pv-form-field-property-header-font-weight;
4460
+ }
4461
+
4462
+ .e-pv-form-field-property-header {
4463
+ -ms-user-select: none;
4464
+ -webkit-user-select: none;
4465
+ color: $pv-form-field-property-header-color;
4466
+ display: block;
4467
+ @if $skin-name == 'FluentUI' {
4468
+ font-family: 'Segoe UI';
4469
+ height: 24px;
4470
+ }
4471
+ @else {
4472
+ font-family: 'Roboto';
4473
+ }
4474
+ @if $skin-name == 'bootstrap5' {
4475
+ font-family: inherit;
4476
+ }
4477
+ font-size: $pv-form-field-property-header-font-size;
4478
+ font-style: normal;
4479
+ font-weight: $pv-form-field-property-header-font-weight;
4480
+ line-height: $pv-form-field-property-header-line-height;
4481
+ margin-top: $pv-form-field-property-header-margin-top;
4482
+ mix-blend-mode: normal;
4483
+ opacity: $pv-form-field-property-header-opacity;
4484
+ overflow: hidden;
4485
+ text-overflow: ellipsis;
4486
+ user-select: none;
4487
+ vertical-align: top;
4488
+ white-space: nowrap;
4489
+ width: $pv-form-field-property-header-width;
4490
+ @if $skin-name == 'Material3' {
4491
+ height: 20px;
4492
+ font-family: $font-family;
4493
+ }
4494
+ }
4495
+
4496
+ .e-pv-form-field-property-header-general {
4497
+ @if $skin-name == 'FluentUI' {
4498
+ font-family: 'Segoe UI';
4499
+ height: 24px;
4500
+ }
4501
+ @if $skin-name == 'Material3' {
4502
+ font-family: $font-family;
4503
+ }
4504
+ @else {
4505
+ font-family: 'Roboto';
4506
+ }
4507
+ @if $skin-name == 'bootstrap5' {
4508
+ font-family: inherit;
4509
+ }
4510
+ font-size: $pv-form-field-property-general-header-font-size;
4511
+ font-style: normal;
4512
+ @if $skin-name != 'FluentUI' {
4513
+ font-weight: $pv-form-field-property-header-font-weight;
4514
+ }
4515
+ line-height: $pv-form-field-property-general-header-line-height;
4516
+ }
4517
+
4518
+ .e-pv-properties-tab-style-prop.e-lib.e-tab.e-control {
4519
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-dark') {
4520
+ border: 0;
4521
+ }
4522
+ }
4523
+
4524
+ .e-pv-properties-formfield-formatting {
4525
+ color: $pv-form-field-property-label-color;
4526
+ font-family: 'Roboto';
4527
+ font-size: $pv-form-field-property-general-header-font-size;
4528
+ font-style: normal;
4529
+ font-weight: normal;
4530
+ height: $pv-form-field-property-general-header-line-height;
4531
+ line-height: $pv-form-field-property-general-header-line-height;
4532
+ width: 64px;
4533
+ }
4534
+
4535
+ .e-pv-properties-form-field-font-style {
4536
+ background: $pv-form-field-property-font-style-color;
4537
+ @if ($skin-name == 'bootstrap5') {
4538
+ border-radius: 4px;
4539
+ }
4540
+ @else {
4541
+ border-radius: 2px;
4542
+ }
4543
+ display: flex;
4544
+ height: 36px;
4545
+ justify-content: space-evenly;
4546
+ width: 154px;
4547
+ @if ($skin-name == 'bootstrap5') {
4548
+ align-items: center;
4549
+ border: 1px solid $border-light;
4550
+ height: 32px;
4551
+ width: 163px;
4552
+ }
4553
+ @if ($skin-name == 'FluentUI') {
4554
+ align-items: center;
4555
+ border: 1px solid $border;
4556
+ height: 32px;
4557
+ width: 163px;
4558
+ }
4559
+ @if ($skin-name == 'Material3') {
4560
+ align-items: center;
4561
+ border-bottom: 1px solid $transparent;
4562
+ height: 32px;
4563
+ width: 128px;
4564
+ padding-left: 8px;
4565
+ padding-top: 10px;
4566
+ }
4567
+ }
4568
+
4569
+ .e-pv-properties-form-field-font-align {
4570
+ background: $pv-form-field-property-font-style-color;
4571
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'Material3') {
4572
+ border-radius: 4px;
4573
+ }
4574
+ @else {
4575
+ border-radius: 2px;
4576
+ }
4577
+ display: flex;
4578
+ height: 36px;
4579
+ justify-content: space-evenly;
4580
+ margin-right: 15px;
4581
+ width: 120px;
4582
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
4583
+ align-items: center;
4584
+ border: 1px solid $border-light;
4585
+ height: 32px;
4586
+ }
4587
+ @if ($skin-name == 'FluentUI') {
4588
+ border: 1px solid $border;
4589
+ }
4590
+ @if ($skin-name == 'Material3') {
4591
+ align-items: center;
4592
+ height: 32px;
4593
+ width: 96px;
4594
+ padding-top: 8px;
4595
+ border: 1px solid $transparent;
4596
+ }
4597
+ }
4598
+
4599
+ .e-bigger .e-pv-properties-form-field-font-style {
4600
+ background: $pv-form-field-property-font-style-color;
4601
+ @if ($skin-name == 'bootstrap5') {
4602
+ border-radius: 4px;
4603
+ }
4604
+ @else {
4605
+ border-radius: 2px;
4606
+ }
4607
+ display: flex;
4608
+ height: 36px;
4609
+ justify-content: space-evenly;
4610
+ width: 154px;
4611
+ @if ($skin-name == 'bootstrap5') {
4612
+ align-items: center;
4613
+ border: 1px solid $border-light;
4614
+ height: 32px;
4615
+ width: 163px;
4616
+ }
4617
+ @if ($skin-name == 'FluentUI') {
4618
+ align-items: center;
4619
+ border: 1px solid $border;
4620
+ height: 32px;
4621
+ width: 163px;
4622
+ }
4623
+ @if ($skin-name == 'Material3') {
4624
+ align-items: center;
4625
+ border-bottom: 1px solid $transparent;
4626
+ height: 32px;
4627
+ width: 128px;
4628
+ padding-left: 8px;
4629
+ padding-top: 20px;
4630
+ }
4631
+ }
4632
+
4633
+ .e-bigger .e-pv-properties-form-field-font-align {
4634
+ background: $pv-form-field-property-font-style-color;
4635
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'Material3') {
4636
+ border-radius: 4px;
4637
+ }
4638
+ @else {
4639
+ border-radius: 2px;
4640
+ }
4641
+ display: flex;
4642
+ height: 36px;
4643
+ justify-content: space-evenly;
4644
+ margin-right: 15px;
4645
+ width: 120px;
4646
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
4647
+ align-items: center;
4648
+ border: 1px solid $border-light;
4649
+ height: 32px;
4650
+ }
4651
+ @if ($skin-name == 'FluentUI') {
4652
+ border: 1px solid $border;
4653
+ }
4654
+ @if ($skin-name == 'Material3') {
4655
+ align-items: center;
4656
+ height: 32px;
4657
+ width: 96px;
4658
+ border: 1px solid $transparent;
4659
+ padding-top: 20px;
4660
+ }
4661
+ }
4662
+
4663
+ .e-pv-properties-formfield-label {
4664
+ color: $pv-form-field-property-label-color;
4665
+ font-family: 'Roboto';
4666
+ @if ($skin-name == 'bootstrap5') {
4667
+ font-family: inherit;
4668
+ }
4669
+ font-size: $pv-form-field-property-general-header-font-size;
4670
+ font-style: normal;
4671
+ font-weight: normal;
4672
+ @if ($skin-name == 'bootstrap5') {
4673
+ font-weight: 500;
4674
+ }
4675
+ @if ($skin-name == 'FluentUI') {
4676
+ font-family: 'Segoe UI';
4677
+ font-weight: 600;
4678
+ margin-bottom: 4px;
4679
+ }
4680
+ height: $pv-form-field-property-general-header-line-height;
4681
+ line-height: $pv-form-field-property-general-header-line-height;
4682
+ @if ($skin-name == 'Material3') {
4683
+ font-size: $text-xxs;
4684
+ font-weight: $font-weight-normal;
4685
+ line-height: 12px;
4686
+ height: 12px;
4687
+ font-family: $font-family;
4688
+ }
4689
+ }
4690
+
4691
+ .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
4692
+ min-width: $pv-formfield-maxlength-arrow-width;
4693
+ }
4694
+
4695
+ .e-pv-properties-form-field-window {
4696
+ height: $pv-formfield-designer-dialog-height;
4697
+ }
4698
+
4699
+ .e-bigger .e-pv-properties-form-field-window {
4700
+ @if $skin-name == 'Material3' {
4701
+ height: 565px;
4702
+ }
4703
+ @if ($skin-name == 'FluentUI') {
4704
+ height: 585px;
4705
+ }
4706
+ }
4707
+
4708
+ .e-pv-properties-header-spliter {
4709
+ border-bottom-color: $pv-properties-header-spliter-border-bottom-color;
4710
+ border-bottom-style: $pv-properties-header-spliter-border-bottom-style;
4711
+ border-bottom-width: $pv-properties-header-spliter-border-bottom-width;
4712
+ left: $pv-properties-header-spliter-left;
4713
+ padding-top: $pv-properties-header-spliter-padding-top;
4714
+ position: $pv-properties-header-spliter-position;
4715
+ width: $pv-properties-header-spliter-width;
4716
+ }
4717
+
4718
+ .e-bigger .e-pv-properties-header-spliter {
4719
+ @if $skin-name == 'Material3'{
4720
+ border-bottom-color: $pv-properties-header-spliter-border-bottom-color;
4721
+ border-bottom-style: $pv-properties-header-spliter-border-bottom-style;
4722
+ border-bottom-width: $pv-properties-header-spliter-border-bottom-width;
4723
+ left: $pv-properties-header-spliter-left;
4724
+ padding-top: 48px;
4725
+ position: $pv-properties-header-spliter-position;
4726
+ width: $pv-properties-header-spliter-width;
4727
+ }
4728
+ }
4729
+
4730
+ .e-pv-properties-bottom-spliter {
4731
+ border-bottom-color: $pv-properties-header-spliter-border-bottom-color;
4732
+ border-bottom-style: $pv-properties-header-spliter-border-bottom-style;
4733
+ border-bottom-width: $pv-properties-header-spliter-border-bottom-width;
4734
+ left: $pv-properties-header-spliter-left;
4735
+ margin-bottom: $pv-properties-header-spliter-margin-bottom;
4736
+ padding-top: $pv-properties-header-spliter-margin-bottom;
4737
+ width: $pv-properties-header-spliter-width;
4738
+ @if ($skin-name == 'Material3'){
4739
+ margin-bottom: 0;
4740
+ padding-top: 0;
4741
+ border-width: 0;
4742
+ }
4743
+ }
4744
+
4745
+ .e-pv-formfield-textcolor-icon .e-btn-icon.e-icons,
4746
+ .e-pv-formfield-fontcolor-icon .e-btn-icon.e-icons,
4747
+ .e-pv-formfield-strokecolor-icon .e-btn-icon.e-icons,
4748
+ .e-pv-formfield-strokethickness-icon .e-btn-icon.e-icons {
4749
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
4750
+ width: 1em;
4751
+ }
4752
+ }
4753
+
4754
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
4755
+ background-color: $pv-comment-panel-bg;
4756
+ padding: 0 $pv-icon-padding-top;
4757
+ }
4758
+
4759
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
4760
+ justify-content: center;
4761
+ padding: 0 $pv-icon-padding-top;
4762
+ }
4763
+
4764
+ .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
4765
+ @if ($skin-name == 'bootstrap4') {
4766
+ margin-left: 0 !important;/* stylelint-disable-line declaration-no-important */
4767
+ width: 1em !important;/* stylelint-disable-line declaration-no-important */
4768
+ line-height: 22px !important;/* stylelint-disable-line declaration-no-important */
4769
+ padding: 0 !important;/* stylelint-disable-line declaration-no-important */
4770
+ }
4771
+ @else {
4772
+ margin-left: 0 !important;/* stylelint-disable-line declaration-no-important */
4773
+ width: 1em !important;/* stylelint-disable-line declaration-no-important */
4774
+ line-height: 22px !important;/* stylelint-disable-line declaration-no-important */
4775
+ }
4776
+ }
4777
+
4778
+ .e-pv-signature-window .e-dlg-content {
4779
+ @if ($skin-name == 'highcontrast') {
4780
+ padding: 16px;
4781
+ }
4782
+ }
4783
+
4784
+ .e-pv-signatureimage {
4785
+ @if ($skin-name == 'highcontrast') {
4786
+ background-color: $pv-signature-image-panel-bg;
4787
+ }
4788
+ }
4789
+
4790
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover,
4791
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
4792
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover:focus,
4793
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover:focus .e-caret {
4794
+ @if ($skin-name == 'bootstrap4') {
4795
+ color: $pv-prop-win-drop-down-color-hover;
4796
+ }
4797
+ }
4798
+
4799
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
4800
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
4801
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:not(:hover) {
4802
+ @if ($skin-name == 'bootstrap4') {
4803
+ color: $pv-stamp-icon-color;
4804
+ }
4805
+ }
4806
+
4807
+ .e-dialog.e-pv-signature-dialog-height {
4808
+ height: $pv-signature-dialog-height;
4809
+ @if ($skin-name == 'FluentUI' or $skin-name == 'Material3') {
4810
+ min-height: $pv-signature-dialog-height;
4811
+ }
4812
+ }
4813
+
4814
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
4815
+ @if ($skin-name == 'FluentUI' or $skin-name == 'Material3') {
4816
+ height: 627px;
4817
+ min-height: 591px;
4818
+ }
4819
+ }
4820
+
4821
+ .e-bigger .e-pv-signature-dialog-height {
4822
+ @if ($skin-name == 'FluentUI') {
4823
+ min-height: 592px;
4824
+ }
4825
+ }
4826
+
4827
+ .e-dialog.e-pv-signature-dialog-blazor-height {
4828
+ height: $pv-signature-dialog-blazor-height;
4829
+ @if ($skin-name == 'FluentUI') {
4830
+ min-height: $pv-signature-dialog-height;
4831
+ }
4832
+ @if ($skin-name == 'Material3') {
4833
+ min-height: $pv-signature-dialog-blazor-height;
4834
+ }
4835
+ }
4836
+
4837
+ .e-bigger .e-dialog.e-pv-signature-dialog-blazor-height {
4838
+ @if ($skin-name == 'Material3') {
4839
+ min-height: 590px;
4840
+ }
4841
+ }
4842
+
4843
+ .e-pv-handwritten-signature-canvas {
4844
+ height: $pv-handwritten-sign-height;
4845
+ width: $pv-handwritten-sign-width;
4846
+ }
4847
+
4848
+ .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
4849
+ overflow: auto;
4850
+ }
4851
+
4852
+ .e-pv-canvas-signature {
4853
+ width: $pv-canvas-sign-width;
4854
+ @if $skin-name == 'FluentUI' {
4855
+ max-width: $pv-canvas-sign-width;
4856
+ }
4857
+ @if $skin-name == 'Material3' {
4858
+ width: 100%;
4859
+ max-width: $pv-canvas-sign-width;
4860
+ }
4861
+ }
4862
+
4863
+ .e-pv-canvas-signature-blazor {
4864
+ width: $pv-canvas-sign-width-blazor;
4865
+ }
4866
+
4867
+ .e-pv-font-appearance-style {
4868
+ padding: $pv-font-div-padding;
4869
+ @if $skin-name == 'Material3' {
4870
+ max-width: $pv-canvas-sign-width;
4871
+ }
4872
+ }
4873
+
4874
+ .e-pv-font-appearance-style-blazor {
4875
+ padding: $pv-font-div-padding-blazor;
4876
+ }
4877
+
4878
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
4879
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'material') {
4880
+ padding: 0 6px;
4881
+ width: 28px;
4882
+ }
4883
+ }
4884
+ .e-pv-toolbar-tooltip {
4885
+ pointer-events: none;
4886
+ }
4887
+
4888
+ .e-pdfviewer .e-dropdown-btn,
4889
+ .e-pdfviewer .e-dropdown-btn.e-btn {
4890
+ @if ($skin-name == 'Material3') {
4891
+ box-shadow: none;
4892
+ }
4893
+ }
2283
4894
  }