@syncfusion/ej2-angular-pdfviewer 22.2.5 → 22.2.7-ngcc

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