@syncfusion/ej2-vue-pdfviewer 20.1.52 → 20.1.57
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.
- package/CHANGELOG.md +53 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +149 -220
- package/styles/bootstrap.css +151 -222
- package/styles/bootstrap4.css +149 -221
- package/styles/bootstrap5-dark.css +152 -227
- package/styles/bootstrap5.css +152 -227
- package/styles/fabric-dark.css +149 -223
- package/styles/fabric.css +152 -223
- package/styles/fluent-dark.css +155 -230
- package/styles/fluent.css +155 -230
- package/styles/highcontrast-light.css +170 -241
- package/styles/highcontrast.css +170 -241
- package/styles/material-dark.css +150 -220
- package/styles/material.css +156 -229
- package/styles/pdfviewer/bootstrap-dark.css +149 -220
- package/styles/pdfviewer/bootstrap.css +151 -222
- package/styles/pdfviewer/bootstrap4.css +149 -221
- package/styles/pdfviewer/bootstrap5-dark.css +152 -227
- package/styles/pdfviewer/bootstrap5.css +152 -227
- package/styles/pdfviewer/fabric-dark.css +149 -223
- package/styles/pdfviewer/fabric.css +152 -223
- package/styles/pdfviewer/fluent-dark.css +155 -230
- package/styles/pdfviewer/fluent.css +155 -230
- package/styles/pdfviewer/highcontrast-light.css +170 -241
- package/styles/pdfviewer/highcontrast.css +170 -241
- package/styles/pdfviewer/material-dark.css +150 -220
- package/styles/pdfviewer/material.css +156 -229
- package/styles/pdfviewer/tailwind-dark.css +152 -227
- package/styles/pdfviewer/tailwind.css +152 -227
- package/styles/tailwind-dark.css +152 -227
- package/styles/tailwind.css +152 -227
package/styles/fabric-dark.css
CHANGED
|
@@ -1,166 +1,130 @@
|
|
|
1
1
|
/*! PdfViewer's fabric theme override definitions and variables */
|
|
2
2
|
.e-pdfviewer .e-pv-icon::before {
|
|
3
|
-
font-family:
|
|
3
|
+
font-family: "e-icons";
|
|
4
4
|
}
|
|
5
|
-
|
|
6
5
|
.e-pdfviewer .e-pv-icon-search::before {
|
|
7
|
-
font-family:
|
|
6
|
+
font-family: "e-icons";
|
|
8
7
|
font-size: 12px;
|
|
9
8
|
}
|
|
10
|
-
|
|
11
9
|
.e-pdfviewer .e-pv-open-document-icon::before {
|
|
12
|
-
content:
|
|
10
|
+
content: "\ebdd";
|
|
13
11
|
}
|
|
14
|
-
|
|
15
12
|
.e-pdfviewer .e-pv-download-document-icon::before {
|
|
16
|
-
content:
|
|
13
|
+
content: "\ebe4";
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
.e-pdfviewer .e-pv-print-document-icon::before {
|
|
20
|
-
content:
|
|
16
|
+
content: "\ebf9";
|
|
21
17
|
}
|
|
22
|
-
|
|
23
18
|
.e-pdfviewer .e-pv-first-page-navigation-icon::before {
|
|
24
|
-
content:
|
|
19
|
+
content: "\ebde";
|
|
25
20
|
}
|
|
26
|
-
|
|
27
21
|
.e-pdfviewer .e-pv-previous-page-navigation-icon::before,
|
|
28
22
|
.e-pdfviewer .e-pv-prev-search-icon::before {
|
|
29
|
-
content:
|
|
23
|
+
content: "\ebdf";
|
|
30
24
|
}
|
|
31
|
-
|
|
32
25
|
.e-pdfviewer .e-pv-next-page-navigation-icon::before,
|
|
33
26
|
.e-pdfviewer .e-pv-next-search-icon::before {
|
|
34
|
-
content:
|
|
27
|
+
content: "\ebe0";
|
|
35
28
|
}
|
|
36
|
-
|
|
37
29
|
.e-pdfviewer .e-pv-last-page-navigation-icon::before {
|
|
38
|
-
content:
|
|
30
|
+
content: "\ebe1";
|
|
39
31
|
}
|
|
40
|
-
|
|
41
32
|
.e-pdfviewer .e-pv-zoom-out-icon::before {
|
|
42
|
-
content:
|
|
33
|
+
content: "\ebe2";
|
|
43
34
|
line-height: 26px;
|
|
44
35
|
}
|
|
45
|
-
|
|
46
36
|
.e-pdfviewer .e-pv-zoom-in-icon::before {
|
|
47
|
-
content:
|
|
37
|
+
content: "\ebe3";
|
|
48
38
|
line-height: 26px;
|
|
49
39
|
}
|
|
50
|
-
|
|
51
40
|
.e-pdfviewer .e-pv-thumbnail-view-icon::before {
|
|
52
|
-
content:
|
|
41
|
+
content: "\ec00";
|
|
53
42
|
}
|
|
54
|
-
|
|
55
43
|
.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
|
|
56
44
|
color: rgba(248, 248, 248, 0.2);
|
|
57
|
-
content:
|
|
45
|
+
content: "\ec00";
|
|
58
46
|
}
|
|
59
|
-
|
|
60
47
|
.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
|
|
61
48
|
color: #0074cc;
|
|
62
|
-
content:
|
|
49
|
+
content: "\ec00";
|
|
63
50
|
}
|
|
64
|
-
|
|
65
51
|
.e-pdfviewer .e-pv-bookmark-icon::before {
|
|
66
|
-
content:
|
|
52
|
+
content: "\ebe5";
|
|
67
53
|
}
|
|
68
|
-
|
|
69
54
|
.e-pdfviewer .e-pv-bookmark-disable-icon::before {
|
|
70
55
|
color: rgba(248, 248, 248, 0.2);
|
|
71
|
-
content:
|
|
56
|
+
content: "\ebe5";
|
|
72
57
|
}
|
|
73
|
-
|
|
74
58
|
.e-pdfviewer .e-pv-bookmark-selection-icon::before {
|
|
75
59
|
color: #0074cc;
|
|
76
|
-
content:
|
|
60
|
+
content: "\ebe5";
|
|
77
61
|
}
|
|
78
|
-
|
|
79
62
|
.e-pdfviewer .e-pv-title-close-icon::before,
|
|
80
63
|
.e-pdfviewer .e-pv-annotation-tools-close-icon::before,
|
|
81
64
|
.e-pdfviewer .e-pv-annotation-popup-close::before {
|
|
82
|
-
content:
|
|
65
|
+
content: "\ebe8";
|
|
83
66
|
font-size: 12px;
|
|
84
67
|
}
|
|
85
|
-
|
|
86
68
|
.e-pdfviewer .e-pv-resize-icon::before {
|
|
87
|
-
content:
|
|
69
|
+
content: "\e84b";
|
|
88
70
|
font-size: 10px;
|
|
89
71
|
}
|
|
90
|
-
|
|
91
72
|
.e-pdfviewer .e-pv-text-select-tool-icon::before {
|
|
92
|
-
content:
|
|
73
|
+
content: "\ebf6";
|
|
93
74
|
}
|
|
94
|
-
|
|
95
75
|
.e-pdfviewer .e-pv-pan-tool-icon::before {
|
|
96
|
-
content:
|
|
76
|
+
content: "\ebf3";
|
|
97
77
|
}
|
|
98
|
-
|
|
99
78
|
.e-pdfviewer .e-pv-text-search-icon::before {
|
|
100
|
-
content:
|
|
79
|
+
content: "\ebe6";
|
|
101
80
|
}
|
|
102
|
-
|
|
103
81
|
.e-pdfviewer .e-pv-search-icon::before {
|
|
104
|
-
content:
|
|
105
|
-
font-family:
|
|
82
|
+
content: "\ebe6";
|
|
83
|
+
font-family: "e-icons";
|
|
106
84
|
}
|
|
107
|
-
|
|
108
85
|
.e-pdfviewer .e-pv-search-close::before {
|
|
109
|
-
content:
|
|
110
|
-
font-family:
|
|
86
|
+
content: "\ebe8";
|
|
87
|
+
font-family: "e-icons";
|
|
111
88
|
}
|
|
112
|
-
|
|
113
89
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
114
|
-
content:
|
|
90
|
+
content: "\e90c";
|
|
115
91
|
}
|
|
116
|
-
|
|
117
92
|
.e-pdfviewer .e-pv-annotation-icon::before {
|
|
118
|
-
content:
|
|
93
|
+
content: "\ebff";
|
|
119
94
|
}
|
|
120
|
-
|
|
121
95
|
.e-pdfviewer .e-pv-annotation-color-icon::before {
|
|
122
|
-
content:
|
|
96
|
+
content: "\ebf2";
|
|
123
97
|
}
|
|
124
|
-
|
|
125
98
|
.e-pdfviewer .e-pv-annotation-stroke-icon::before {
|
|
126
|
-
content:
|
|
99
|
+
content: "\e668";
|
|
127
100
|
}
|
|
128
|
-
|
|
129
101
|
.e-pdfviewer .e-pv-annotation-opacity-icon::before {
|
|
130
|
-
content:
|
|
102
|
+
content: "\ebf4";
|
|
131
103
|
}
|
|
132
|
-
|
|
133
104
|
.e-pdfviewer .e-pv-annotation-thickness-icon::before {
|
|
134
|
-
content:
|
|
105
|
+
content: "\ebfe";
|
|
135
106
|
}
|
|
136
|
-
|
|
137
107
|
.e-pdfviewer .e-pv-annotation-delete-icon::before {
|
|
138
|
-
content:
|
|
108
|
+
content: "\ebf5";
|
|
139
109
|
}
|
|
140
|
-
|
|
141
110
|
.e-pdfviewer .e-pv-undo-icon::before {
|
|
142
|
-
content:
|
|
111
|
+
content: "\ebed";
|
|
143
112
|
}
|
|
144
|
-
|
|
145
113
|
.e-pdfviewer .e-pv-redo-icon::before {
|
|
146
|
-
content:
|
|
114
|
+
content: "\ebfa";
|
|
147
115
|
}
|
|
148
|
-
|
|
149
116
|
.e-pdfviewer .e-pv-more-icon::before {
|
|
150
|
-
content:
|
|
117
|
+
content: "\ebef";
|
|
151
118
|
}
|
|
152
|
-
|
|
153
119
|
.e-pdfviewer .e-pv-backward-icon::before {
|
|
154
|
-
content:
|
|
120
|
+
content: "\e962";
|
|
155
121
|
}
|
|
156
|
-
|
|
157
122
|
.e-pdfviewer .e-pv-notification-icon {
|
|
158
123
|
background-image: none;
|
|
159
124
|
background-repeat: no-repeat;
|
|
160
125
|
background-size: auto;
|
|
161
126
|
height: auto;
|
|
162
127
|
}
|
|
163
|
-
|
|
164
128
|
.e-pdfviewer .e-pv-notification-icon-rtl {
|
|
165
129
|
background-image: none;
|
|
166
130
|
background-position: right;
|
|
@@ -168,159 +132,149 @@
|
|
|
168
132
|
background-size: auto;
|
|
169
133
|
height: auto;
|
|
170
134
|
}
|
|
171
|
-
|
|
172
135
|
.e-pdfviewer .e-pv-textbox-icon::before {
|
|
173
|
-
content:
|
|
136
|
+
content: "\e89f";
|
|
174
137
|
}
|
|
175
|
-
|
|
176
138
|
.e-pdfviewer .e-pv-password-icon::before {
|
|
177
|
-
content:
|
|
139
|
+
content: "\e91a";
|
|
178
140
|
}
|
|
179
|
-
|
|
180
141
|
.e-pdfviewer .e-pv-checkbox-icon::before {
|
|
181
|
-
content:
|
|
142
|
+
content: "\e90b";
|
|
182
143
|
}
|
|
183
|
-
|
|
184
144
|
.e-pdfviewer .e-pv-radiobutton-icon::before {
|
|
185
|
-
content:
|
|
145
|
+
content: "\e90f";
|
|
186
146
|
}
|
|
187
|
-
|
|
188
147
|
.e-pdfviewer .e-pv-dropdown-icon::before {
|
|
189
|
-
content:
|
|
148
|
+
content: "\e90e";
|
|
190
149
|
}
|
|
191
|
-
|
|
192
150
|
.e-pdfviewer .e-pv-listbox-icon::before {
|
|
193
|
-
content:
|
|
151
|
+
content: "\e89e";
|
|
194
152
|
}
|
|
195
|
-
|
|
196
153
|
.e-pdfviewer .e-pv-annotation-calibrate-icon::before {
|
|
197
|
-
content:
|
|
154
|
+
content: "\e678";
|
|
198
155
|
}
|
|
199
|
-
|
|
200
156
|
.e-pdfviewer .e-menu-item.e-menu-caret-icon {
|
|
201
157
|
padding-left: 0;
|
|
202
158
|
padding-top: 0;
|
|
203
159
|
}
|
|
204
|
-
|
|
205
160
|
.e-pdfviewer .e-pv-stamp.e-menu-wrapper ul .e-menu-item {
|
|
206
161
|
padding-top: 0;
|
|
207
162
|
}
|
|
208
|
-
|
|
209
163
|
.e-pdfviewer .e-pv-annotation-stamp-container .e-menu-wrapper ul.e-menu:not(.e-vertical) {
|
|
210
164
|
padding: 0 3px;
|
|
211
165
|
}
|
|
212
166
|
|
|
213
167
|
.e-pv-download-document-icon.e-menu-icon::before {
|
|
214
|
-
content:
|
|
168
|
+
content: "\ebe4";
|
|
215
169
|
}
|
|
216
170
|
|
|
217
171
|
.e-pv-bookmark-icon.e-menu-icon::before {
|
|
218
|
-
content:
|
|
172
|
+
content: "\ebe5";
|
|
219
173
|
}
|
|
220
174
|
|
|
221
175
|
.e-pv-highlight-icon::before {
|
|
222
|
-
content:
|
|
223
|
-
font-family:
|
|
176
|
+
content: "\ebee";
|
|
177
|
+
font-family: "e-icons";
|
|
224
178
|
}
|
|
225
179
|
|
|
226
180
|
.e-pv-underline-icon::before {
|
|
227
|
-
content:
|
|
228
|
-
font-family:
|
|
181
|
+
content: "\ebf0";
|
|
182
|
+
font-family: "e-icons";
|
|
229
183
|
}
|
|
230
184
|
|
|
231
185
|
.e-pv-strikethrough-icon::before {
|
|
232
|
-
content:
|
|
233
|
-
font-family:
|
|
186
|
+
content: "\ebf1";
|
|
187
|
+
font-family: "e-icons";
|
|
234
188
|
}
|
|
235
189
|
|
|
236
190
|
.e-pv-copy-icon::before {
|
|
237
|
-
content:
|
|
238
|
-
font-family:
|
|
191
|
+
content: "\e70a";
|
|
192
|
+
font-family: "e-icons";
|
|
239
193
|
}
|
|
240
194
|
|
|
241
195
|
.e-pv-stamp-icon::before {
|
|
242
|
-
content:
|
|
196
|
+
content: "\ec01";
|
|
243
197
|
}
|
|
244
198
|
|
|
245
199
|
.e-pv-shape-line-icon::before {
|
|
246
|
-
content:
|
|
247
|
-
font-family:
|
|
200
|
+
content: "\e668";
|
|
201
|
+
font-family: "e-icons";
|
|
248
202
|
}
|
|
249
203
|
|
|
250
204
|
.e-pv-shape-arrow-icon::before {
|
|
251
|
-
content:
|
|
252
|
-
font-family:
|
|
205
|
+
content: "\e669";
|
|
206
|
+
font-family: "e-icons";
|
|
253
207
|
}
|
|
254
208
|
|
|
255
209
|
.e-pv-shape-rectangle-icon::before {
|
|
256
|
-
content:
|
|
257
|
-
font-family:
|
|
210
|
+
content: "\e670";
|
|
211
|
+
font-family: "e-icons";
|
|
258
212
|
}
|
|
259
213
|
|
|
260
214
|
.e-pv-shape-circle-icon::before {
|
|
261
|
-
content:
|
|
262
|
-
font-family:
|
|
215
|
+
content: "\e671";
|
|
216
|
+
font-family: "e-icons";
|
|
263
217
|
}
|
|
264
218
|
|
|
265
219
|
.e-pv-shape-pentagon-icon::before {
|
|
266
|
-
content:
|
|
267
|
-
font-family:
|
|
220
|
+
content: "\e672";
|
|
221
|
+
font-family: "e-icons";
|
|
268
222
|
}
|
|
269
223
|
|
|
270
224
|
.e-pv-annotation-shape-icon::before {
|
|
271
|
-
content:
|
|
225
|
+
content: "\ebfc";
|
|
272
226
|
}
|
|
273
227
|
|
|
274
228
|
.e-pv-cut-icon::before {
|
|
275
|
-
content:
|
|
276
|
-
font-family:
|
|
229
|
+
content: "\e33b";
|
|
230
|
+
font-family: "e-icons";
|
|
277
231
|
}
|
|
278
232
|
|
|
279
233
|
.e-pv-paste-icon::before {
|
|
280
|
-
content:
|
|
281
|
-
font-family:
|
|
234
|
+
content: "\e33d";
|
|
235
|
+
font-family: "e-icons";
|
|
282
236
|
}
|
|
283
237
|
|
|
284
238
|
.e-pv-delete-icon::before {
|
|
285
|
-
content:
|
|
286
|
-
font-family:
|
|
239
|
+
content: "\ebf5";
|
|
240
|
+
font-family: "e-icons";
|
|
287
241
|
}
|
|
288
242
|
|
|
289
243
|
.e-pv-properties-fill-color-icon::before {
|
|
290
|
-
content:
|
|
291
|
-
font-family:
|
|
244
|
+
content: "\ebf2";
|
|
245
|
+
font-family: "e-icons";
|
|
292
246
|
}
|
|
293
247
|
|
|
294
248
|
.e-pv-properties-stroke-color-icon::before {
|
|
295
|
-
content:
|
|
296
|
-
font-family:
|
|
249
|
+
content: "\e668";
|
|
250
|
+
font-family: "e-icons";
|
|
297
251
|
}
|
|
298
252
|
|
|
299
253
|
.e-pv-comment-icon::before {
|
|
300
|
-
content:
|
|
301
|
-
font-family:
|
|
254
|
+
content: "\e680";
|
|
255
|
+
font-family: "e-icons";
|
|
302
256
|
}
|
|
303
257
|
|
|
304
258
|
.e-pv-property-icon::before {
|
|
305
|
-
content:
|
|
306
|
-
font-family:
|
|
259
|
+
content: "\e199";
|
|
260
|
+
font-family: "e-icons";
|
|
307
261
|
}
|
|
308
262
|
|
|
309
263
|
.e-pv-comment-selection-icon::before {
|
|
310
264
|
color: #0074cc;
|
|
311
|
-
content:
|
|
312
|
-
font-family:
|
|
265
|
+
content: "\e680";
|
|
266
|
+
font-family: "e-icons";
|
|
313
267
|
}
|
|
314
268
|
|
|
315
269
|
.e-pv-comment-panel-icon::before {
|
|
316
|
-
content:
|
|
317
|
-
font-family:
|
|
270
|
+
content: "\eb8b";
|
|
271
|
+
font-family: "e-icons";
|
|
318
272
|
}
|
|
319
273
|
|
|
320
274
|
.e-pv-accepted-icon::before {
|
|
321
275
|
color: #fff;
|
|
322
|
-
content:
|
|
323
|
-
font-family:
|
|
276
|
+
content: "\e682";
|
|
277
|
+
font-family: "e-icons";
|
|
324
278
|
font-size: 14px;
|
|
325
279
|
padding: 1px 1px 1px 4px;
|
|
326
280
|
position: absolute;
|
|
@@ -328,8 +282,8 @@
|
|
|
328
282
|
|
|
329
283
|
.e-pv-rejected-icon::before {
|
|
330
284
|
color: #fff;
|
|
331
|
-
content:
|
|
332
|
-
font-family:
|
|
285
|
+
content: "\e683";
|
|
286
|
+
font-family: "e-icons";
|
|
333
287
|
font-size: 14px;
|
|
334
288
|
padding: 2px 1px 1px 4px;
|
|
335
289
|
position: absolute;
|
|
@@ -337,8 +291,8 @@
|
|
|
337
291
|
|
|
338
292
|
.e-pv-completed-icon::before {
|
|
339
293
|
color: #fff;
|
|
340
|
-
content:
|
|
341
|
-
font-family:
|
|
294
|
+
content: "\e614";
|
|
295
|
+
font-family: "e-icons";
|
|
342
296
|
font-size: 14px;
|
|
343
297
|
padding: 2px 1px 1px 3.5px;
|
|
344
298
|
position: absolute;
|
|
@@ -346,140 +300,140 @@
|
|
|
346
300
|
|
|
347
301
|
.e-pv-cancelled-icon::before {
|
|
348
302
|
color: #fff;
|
|
349
|
-
content:
|
|
350
|
-
font-family:
|
|
303
|
+
content: "\e60a";
|
|
304
|
+
font-family: "e-icons";
|
|
351
305
|
font-size: 14px;
|
|
352
306
|
padding: 2px 1px 1px 3.5px;
|
|
353
307
|
position: absolute;
|
|
354
308
|
}
|
|
355
309
|
|
|
356
310
|
.e-pv-scale-ratio-icon::before {
|
|
357
|
-
content:
|
|
358
|
-
font-family:
|
|
311
|
+
content: "\e678";
|
|
312
|
+
font-family: "e-icons";
|
|
359
313
|
}
|
|
360
314
|
|
|
361
315
|
.e-pv-calibrate-distance-icon::before {
|
|
362
|
-
content:
|
|
363
|
-
font-family:
|
|
316
|
+
content: "\e673";
|
|
317
|
+
font-family: "e-icons";
|
|
364
318
|
}
|
|
365
319
|
|
|
366
320
|
.e-pv-calibrate-perimeter-icon::before {
|
|
367
|
-
content:
|
|
368
|
-
font-family:
|
|
321
|
+
content: "\e674";
|
|
322
|
+
font-family: "e-icons";
|
|
369
323
|
}
|
|
370
324
|
|
|
371
325
|
.e-pv-calibrate-area-icon::before {
|
|
372
|
-
content:
|
|
373
|
-
font-family:
|
|
326
|
+
content: "\e675";
|
|
327
|
+
font-family: "e-icons";
|
|
374
328
|
}
|
|
375
329
|
|
|
376
330
|
.e-pv-calibrate-radius-icon::before {
|
|
377
|
-
content:
|
|
378
|
-
font-family:
|
|
331
|
+
content: "\e676";
|
|
332
|
+
font-family: "e-icons";
|
|
379
333
|
}
|
|
380
334
|
|
|
381
335
|
.e-pv-calibrate-volume-icon::before {
|
|
382
|
-
content:
|
|
383
|
-
font-family:
|
|
336
|
+
content: "\e677";
|
|
337
|
+
font-family: "e-icons";
|
|
384
338
|
}
|
|
385
339
|
|
|
386
340
|
.e-pv-freetext-icon::before {
|
|
387
|
-
content:
|
|
388
|
-
font-family:
|
|
341
|
+
content: "\ebe7";
|
|
342
|
+
font-family: "e-icons";
|
|
389
343
|
}
|
|
390
344
|
|
|
391
345
|
.e-pv-annotation-textalign-icon::before {
|
|
392
|
-
content:
|
|
393
|
-
font-family:
|
|
346
|
+
content: "\ebeb";
|
|
347
|
+
font-family: "e-icons";
|
|
394
348
|
}
|
|
395
349
|
|
|
396
350
|
.e-pv-annotation-textprop-icon::before {
|
|
397
|
-
content:
|
|
398
|
-
font-family:
|
|
351
|
+
content: "\eb04";
|
|
352
|
+
font-family: "e-icons";
|
|
399
353
|
}
|
|
400
354
|
|
|
401
355
|
.e-pv-annotation-textcolor-icon::before {
|
|
402
|
-
content:
|
|
403
|
-
font-family:
|
|
356
|
+
content: "\e34c";
|
|
357
|
+
font-family: "e-icons";
|
|
404
358
|
}
|
|
405
359
|
|
|
406
360
|
.e-pv-left-align-icon::before {
|
|
407
|
-
content:
|
|
408
|
-
font-family:
|
|
361
|
+
content: "\ebeb";
|
|
362
|
+
font-family: "e-icons";
|
|
409
363
|
}
|
|
410
364
|
|
|
411
365
|
.e-pv-right-align-icon::before {
|
|
412
|
-
content:
|
|
413
|
-
font-family:
|
|
366
|
+
content: "\eb82";
|
|
367
|
+
font-family: "e-icons";
|
|
414
368
|
}
|
|
415
369
|
|
|
416
370
|
.e-pv-center-align-icon::before {
|
|
417
|
-
content:
|
|
418
|
-
font-family:
|
|
371
|
+
content: "\eb9e";
|
|
372
|
+
font-family: "e-icons";
|
|
419
373
|
}
|
|
420
374
|
|
|
421
375
|
.e-pv-justfiy-align-icon::before {
|
|
422
|
-
content:
|
|
423
|
-
font-family:
|
|
376
|
+
content: "\eb67";
|
|
377
|
+
font-family: "e-icons";
|
|
424
378
|
}
|
|
425
379
|
|
|
426
380
|
.e-pv-bold-icon::before {
|
|
427
|
-
content:
|
|
428
|
-
font-family:
|
|
381
|
+
content: "\eb77";
|
|
382
|
+
font-family: "e-icons";
|
|
429
383
|
}
|
|
430
384
|
|
|
431
385
|
.e-pv-italic-icon::before {
|
|
432
|
-
content:
|
|
433
|
-
font-family:
|
|
386
|
+
content: "\eb99";
|
|
387
|
+
font-family: "e-icons";
|
|
434
388
|
}
|
|
435
389
|
|
|
436
390
|
.e-pv-strikeout-icon::before {
|
|
437
|
-
content:
|
|
438
|
-
font-family:
|
|
391
|
+
content: "\eb7f";
|
|
392
|
+
font-family: "e-icons";
|
|
439
393
|
}
|
|
440
394
|
|
|
441
395
|
.e-pv-underlinetext-icon::before {
|
|
442
|
-
content:
|
|
443
|
-
font-family:
|
|
396
|
+
content: "\ebf0";
|
|
397
|
+
font-family: "e-icons";
|
|
444
398
|
}
|
|
445
399
|
|
|
446
400
|
.e-pv-superscript-icon::before {
|
|
447
|
-
content:
|
|
448
|
-
font-family:
|
|
401
|
+
content: "\e352";
|
|
402
|
+
font-family: "e-icons";
|
|
449
403
|
}
|
|
450
404
|
|
|
451
405
|
.e-pv-subscript-icon::before {
|
|
452
|
-
content:
|
|
453
|
-
font-family:
|
|
406
|
+
content: "\e357";
|
|
407
|
+
font-family: "e-icons";
|
|
454
408
|
}
|
|
455
409
|
|
|
456
410
|
.e-pv-handwritten-icon::before {
|
|
457
|
-
content:
|
|
458
|
-
font-family:
|
|
411
|
+
content: "\e739";
|
|
412
|
+
font-family: "e-icons";
|
|
459
413
|
}
|
|
460
414
|
|
|
461
415
|
.e-pv-inkannotation-icon::before {
|
|
462
|
-
content:
|
|
463
|
-
font-family:
|
|
416
|
+
content: "\ebec";
|
|
417
|
+
font-family: "e-icons";
|
|
464
418
|
}
|
|
465
419
|
|
|
466
420
|
.e-pv-delete::before {
|
|
467
|
-
content:
|
|
468
|
-
font-family:
|
|
421
|
+
content: "\eb00";
|
|
422
|
+
font-family: "e-icons";
|
|
469
423
|
}
|
|
470
424
|
|
|
471
425
|
.e-pv-eye-icon::before {
|
|
472
|
-
content:
|
|
426
|
+
content: "\e345";
|
|
473
427
|
cursor: pointer;
|
|
474
|
-
font-family:
|
|
428
|
+
font-family: "e-icons";
|
|
475
429
|
font-size: 18px;
|
|
476
430
|
padding: 7px;
|
|
477
431
|
}
|
|
478
432
|
|
|
479
433
|
.e-pv-eye-slash-icon::before {
|
|
480
|
-
content:
|
|
434
|
+
content: "\e721";
|
|
481
435
|
cursor: pointer;
|
|
482
|
-
font-family:
|
|
436
|
+
font-family: "e-icons";
|
|
483
437
|
font-size: 18px;
|
|
484
438
|
padding: 7px;
|
|
485
439
|
}
|
|
@@ -489,19 +443,16 @@
|
|
|
489
443
|
border-style: solid;
|
|
490
444
|
border-width: 0;
|
|
491
445
|
}
|
|
492
|
-
|
|
493
446
|
.e-pdfviewer .e-pv-text-layer {
|
|
494
447
|
position: absolute;
|
|
495
448
|
top: 0;
|
|
496
449
|
z-index: 2;
|
|
497
450
|
}
|
|
498
|
-
|
|
499
451
|
.e-pdfviewer .e-pv-annotation-canvas {
|
|
500
452
|
left: 0;
|
|
501
453
|
position: absolute;
|
|
502
454
|
top: 0;
|
|
503
455
|
}
|
|
504
|
-
|
|
505
456
|
.e-pdfviewer .e-pv-text {
|
|
506
457
|
background: transparent;
|
|
507
458
|
color: transparent;
|
|
@@ -509,50 +460,40 @@
|
|
|
509
460
|
opacity: 0.6;
|
|
510
461
|
position: absolute;
|
|
511
462
|
}
|
|
512
|
-
|
|
513
463
|
.e-pdfviewer .e-pv-search-text-highlight,
|
|
514
464
|
.e-pdfviewer .e-pv-search-text-highlightother {
|
|
515
465
|
line-height: normal;
|
|
516
466
|
opacity: 0.6;
|
|
517
467
|
position: absolute;
|
|
518
468
|
}
|
|
519
|
-
|
|
520
469
|
.e-pdfviewer .e-pv-hyperlink {
|
|
521
470
|
z-index: 2;
|
|
522
471
|
}
|
|
523
|
-
|
|
524
472
|
.e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
|
|
525
473
|
z-index: 1;
|
|
526
474
|
}
|
|
527
|
-
|
|
528
475
|
.e-pdfviewer .e-enable-text-selection {
|
|
529
476
|
-ms-user-select: text;
|
|
530
477
|
-webkit-user-select: text;
|
|
531
478
|
user-select: text;
|
|
532
479
|
}
|
|
533
|
-
|
|
534
480
|
.e-pdfviewer .e-disable-text-selection {
|
|
535
481
|
-ms-user-select: none;
|
|
536
482
|
-webkit-user-select: none;
|
|
537
483
|
user-select: none;
|
|
538
484
|
}
|
|
539
|
-
|
|
540
485
|
.e-pdfviewer .e-enable-text-selection .e-pv-text {
|
|
541
486
|
display: inline-block;
|
|
542
487
|
}
|
|
543
|
-
|
|
544
488
|
.e-pdfviewer .e-disable-text-selection .e-pv-text {
|
|
545
489
|
display: none;
|
|
546
490
|
}
|
|
547
|
-
|
|
548
491
|
.e-pdfviewer .e-pv-cursor {
|
|
549
492
|
cursor: text;
|
|
550
493
|
}
|
|
551
|
-
|
|
552
494
|
.e-pdfviewer .e-pv-crosshair-cursor {
|
|
553
495
|
cursor: crosshair;
|
|
554
496
|
}
|
|
555
|
-
|
|
556
497
|
.e-pdfviewer .e-pv-touch-select-drop {
|
|
557
498
|
display: inline-block;
|
|
558
499
|
height: 30px;
|
|
@@ -560,7 +501,6 @@
|
|
|
560
501
|
width: 30px;
|
|
561
502
|
z-index: 1000;
|
|
562
503
|
}
|
|
563
|
-
|
|
564
504
|
.e-pdfviewer .e-pv-touch-ellipse {
|
|
565
505
|
background-color: #3088ed;
|
|
566
506
|
border-bottom-left-radius: 50%;
|
|
@@ -574,7 +514,6 @@
|
|
|
574
514
|
position: absolute;
|
|
575
515
|
width: 20px;
|
|
576
516
|
}
|
|
577
|
-
|
|
578
517
|
.e-pdfviewer .e-pv-annotation-note {
|
|
579
518
|
border-radius: 2px;
|
|
580
519
|
cursor: auto;
|
|
@@ -589,12 +528,10 @@
|
|
|
589
528
|
width: auto;
|
|
590
529
|
z-index: 10000;
|
|
591
530
|
}
|
|
592
|
-
|
|
593
531
|
.e-pdfviewer .e-pv-annotation-note-author {
|
|
594
532
|
border-bottom: 1px solid #000;
|
|
595
533
|
font-weight: bold;
|
|
596
534
|
}
|
|
597
|
-
|
|
598
535
|
.e-pdfviewer .e-pv-annotation-popup-menu {
|
|
599
536
|
cursor: auto;
|
|
600
537
|
min-width: 396px;
|
|
@@ -603,39 +540,33 @@
|
|
|
603
540
|
width: auto;
|
|
604
541
|
z-index: 10000;
|
|
605
542
|
}
|
|
606
|
-
|
|
607
543
|
.e-pdfviewer .e-pv-annotation-popup-header {
|
|
608
544
|
height: auto;
|
|
609
545
|
min-height: 29px;
|
|
610
546
|
padding-top: 14px;
|
|
611
547
|
}
|
|
612
|
-
|
|
613
548
|
.e-pdfviewer .e-pv-annotation-popup-author {
|
|
614
549
|
float: left;
|
|
615
550
|
font-size: 16px;
|
|
616
551
|
font-weight: bold;
|
|
617
552
|
margin-left: 14px;
|
|
618
553
|
}
|
|
619
|
-
|
|
620
554
|
.e-pdfviewer .e-pv-annotation-popup-close {
|
|
621
555
|
float: right;
|
|
622
556
|
height: 20px;
|
|
623
557
|
margin-right: 14px;
|
|
624
558
|
width: 20px;
|
|
625
559
|
}
|
|
626
|
-
|
|
627
560
|
.e-pdfviewer .e-pv-annotation-modified-time {
|
|
628
561
|
height: 14px;
|
|
629
562
|
margin-left: 14px;
|
|
630
563
|
padding-top: 8px;
|
|
631
564
|
}
|
|
632
|
-
|
|
633
565
|
.e-pdfviewer .e-pv-annotation-popup-note-container {
|
|
634
566
|
height: auto;
|
|
635
567
|
padding: 14px;
|
|
636
568
|
width: auto;
|
|
637
569
|
}
|
|
638
|
-
|
|
639
570
|
.e-pdfviewer .e-pv-annotation-popup-content {
|
|
640
571
|
background-color: #fff;
|
|
641
572
|
border: 1px solid;
|
|
@@ -644,12 +575,10 @@
|
|
|
644
575
|
overflow: hidden auto;
|
|
645
576
|
width: 368px;
|
|
646
577
|
}
|
|
647
|
-
|
|
648
578
|
.e-pdfviewer .e-pv-properties-fill-color-icon,
|
|
649
579
|
.e-pdfviewer .e-pv-properties-stroke-color-icon {
|
|
650
580
|
border-bottom: 2px solid;
|
|
651
581
|
}
|
|
652
|
-
|
|
653
582
|
.e-pdfviewer .e-pv-drop {
|
|
654
583
|
color: #3088ed;
|
|
655
584
|
display: inline-block;
|
|
@@ -658,7 +587,6 @@
|
|
|
658
587
|
width: 20px;
|
|
659
588
|
z-index: 1000;
|
|
660
589
|
}
|
|
661
|
-
|
|
662
590
|
.e-pdfviewer .e-pv-droplet {
|
|
663
591
|
background-color: #3088ed;
|
|
664
592
|
border-bottom-left-radius: 50%;
|
|
@@ -1160,7 +1088,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1160
1088
|
padding-top: 1px;
|
|
1161
1089
|
}
|
|
1162
1090
|
|
|
1163
|
-
.e-pv-password-popup.e-dialog span[id*=
|
|
1091
|
+
.e-pv-password-popup.e-dialog span[id*=_prompt] {
|
|
1164
1092
|
font-size: 14px;
|
|
1165
1093
|
letter-spacing: -0.16px;
|
|
1166
1094
|
}
|
|
@@ -1227,7 +1155,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1227
1155
|
bottom: 0;
|
|
1228
1156
|
position: absolute;
|
|
1229
1157
|
top: 52px;
|
|
1230
|
-
transition: transform .3s ease;
|
|
1158
|
+
transition: transform 0.3s ease;
|
|
1231
1159
|
transition-duration: 200ms;
|
|
1232
1160
|
transition-timing-function: ease;
|
|
1233
1161
|
width: 250px;
|
|
@@ -1341,7 +1269,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1341
1269
|
border-width: 0 1px 0 0;
|
|
1342
1270
|
color: #dadada;
|
|
1343
1271
|
cursor: ew-resize;
|
|
1344
|
-
height:
|
|
1272
|
+
height: 100%;
|
|
1345
1273
|
position: absolute;
|
|
1346
1274
|
width: 8px;
|
|
1347
1275
|
z-index: 105;
|
|
@@ -1871,9 +1799,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1871
1799
|
height: 16px;
|
|
1872
1800
|
}
|
|
1873
1801
|
|
|
1874
|
-
.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
|
|
1875
|
-
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
|
|
1876
|
-
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1802
|
+
.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1877
1803
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1878
1804
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1879
1805
|
font-size: 12px;
|
|
@@ -2735,7 +2661,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2735
2661
|
border-width: 0 1px 0 0;
|
|
2736
2662
|
color: #dadada;
|
|
2737
2663
|
cursor: ew-resize;
|
|
2738
|
-
height:
|
|
2664
|
+
height: 100%;
|
|
2739
2665
|
position: absolute;
|
|
2740
2666
|
width: 8px;
|
|
2741
2667
|
z-index: 105;
|
|
@@ -2897,7 +2823,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2897
2823
|
}
|
|
2898
2824
|
|
|
2899
2825
|
.e-pv-radio-btn + .e-pv-radiobtn-span::before {
|
|
2900
|
-
content:
|
|
2826
|
+
content: "";
|
|
2901
2827
|
display: block;
|
|
2902
2828
|
height: inherit;
|
|
2903
2829
|
width: inherit;
|
|
@@ -3304,4 +3230,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3304
3230
|
|
|
3305
3231
|
.e-pv-font-appearance-style-blazor {
|
|
3306
3232
|
padding: 8px;
|
|
3307
|
-
}
|
|
3233
|
+
}
|