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