@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/highcontrast.css
CHANGED
|
@@ -1,166 +1,130 @@
|
|
|
1
1
|
/*! PdfViewer's high contrast 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: #757575;
|
|
57
|
-
content:
|
|
45
|
+
content: "\ec00";
|
|
58
46
|
}
|
|
59
|
-
|
|
60
47
|
.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
|
|
61
48
|
color: rgba(0, 0, 0, 0.87);
|
|
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: #757575;
|
|
71
|
-
content:
|
|
56
|
+
content: "\ebe5";
|
|
72
57
|
}
|
|
73
|
-
|
|
74
58
|
.e-pdfviewer .e-pv-bookmark-selection-icon::before {
|
|
75
59
|
color: rgba(0, 0, 0, 0.87);
|
|
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,146 +132,139 @@
|
|
|
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
156
|
|
|
200
157
|
.e-pv-download-document-icon.e-menu-icon::before {
|
|
201
|
-
content:
|
|
158
|
+
content: "\ebe4";
|
|
202
159
|
}
|
|
203
160
|
|
|
204
161
|
.e-pv-bookmark-icon.e-menu-icon::before {
|
|
205
|
-
content:
|
|
162
|
+
content: "\ebe5";
|
|
206
163
|
}
|
|
207
164
|
|
|
208
165
|
.e-pv-highlight-icon::before {
|
|
209
|
-
content:
|
|
210
|
-
font-family:
|
|
166
|
+
content: "\ebee";
|
|
167
|
+
font-family: "e-icons";
|
|
211
168
|
}
|
|
212
169
|
|
|
213
170
|
.e-pv-underline-icon::before {
|
|
214
|
-
content:
|
|
215
|
-
font-family:
|
|
171
|
+
content: "\ebf0";
|
|
172
|
+
font-family: "e-icons";
|
|
216
173
|
}
|
|
217
174
|
|
|
218
175
|
.e-pv-strikethrough-icon::before {
|
|
219
|
-
content:
|
|
220
|
-
font-family:
|
|
176
|
+
content: "\ebf1";
|
|
177
|
+
font-family: "e-icons";
|
|
221
178
|
}
|
|
222
179
|
|
|
223
180
|
.e-pv-copy-icon::before {
|
|
224
|
-
content:
|
|
225
|
-
font-family:
|
|
181
|
+
content: "\e70a";
|
|
182
|
+
font-family: "e-icons";
|
|
226
183
|
}
|
|
227
184
|
|
|
228
185
|
.e-pv-stamp-icon::before {
|
|
229
|
-
content:
|
|
186
|
+
content: "\ec01";
|
|
230
187
|
}
|
|
231
188
|
|
|
232
189
|
.e-pv-shape-line-icon::before {
|
|
233
|
-
content:
|
|
234
|
-
font-family:
|
|
190
|
+
content: "\e668";
|
|
191
|
+
font-family: "e-icons";
|
|
235
192
|
}
|
|
236
193
|
|
|
237
194
|
.e-pv-shape-arrow-icon::before {
|
|
238
|
-
content:
|
|
239
|
-
font-family:
|
|
195
|
+
content: "\e669";
|
|
196
|
+
font-family: "e-icons";
|
|
240
197
|
}
|
|
241
198
|
|
|
242
199
|
.e-pv-shape-rectangle-icon::before {
|
|
243
|
-
content:
|
|
244
|
-
font-family:
|
|
200
|
+
content: "\e670";
|
|
201
|
+
font-family: "e-icons";
|
|
245
202
|
}
|
|
246
203
|
|
|
247
204
|
.e-pv-shape-circle-icon::before {
|
|
248
|
-
content:
|
|
249
|
-
font-family:
|
|
205
|
+
content: "\e671";
|
|
206
|
+
font-family: "e-icons";
|
|
250
207
|
}
|
|
251
208
|
|
|
252
209
|
.e-pv-shape-pentagon-icon::before {
|
|
253
|
-
content:
|
|
254
|
-
font-family:
|
|
210
|
+
content: "\e672";
|
|
211
|
+
font-family: "e-icons";
|
|
255
212
|
}
|
|
256
213
|
|
|
257
214
|
.e-pv-annotation-shape-icon::before {
|
|
258
|
-
content:
|
|
215
|
+
content: "\ebfc";
|
|
259
216
|
}
|
|
260
217
|
|
|
261
218
|
.e-pv-cut-icon::before {
|
|
262
|
-
content:
|
|
263
|
-
font-family:
|
|
219
|
+
content: "\e33b";
|
|
220
|
+
font-family: "e-icons";
|
|
264
221
|
}
|
|
265
222
|
|
|
266
223
|
.e-pv-paste-icon::before {
|
|
267
|
-
content:
|
|
268
|
-
font-family:
|
|
224
|
+
content: "\e355";
|
|
225
|
+
font-family: "e-icons";
|
|
269
226
|
}
|
|
270
227
|
|
|
271
228
|
.e-pv-delete-icon::before {
|
|
272
|
-
content:
|
|
273
|
-
font-family:
|
|
229
|
+
content: "\ebf5";
|
|
230
|
+
font-family: "e-icons";
|
|
274
231
|
}
|
|
275
232
|
|
|
276
233
|
.e-pv-properties-fill-color-icon::before {
|
|
277
|
-
content:
|
|
278
|
-
font-family:
|
|
234
|
+
content: "\ebf2";
|
|
235
|
+
font-family: "e-icons";
|
|
279
236
|
}
|
|
280
237
|
|
|
281
238
|
.e-pv-properties-stroke-color-icon::before {
|
|
282
|
-
content:
|
|
283
|
-
font-family:
|
|
239
|
+
content: "\e668";
|
|
240
|
+
font-family: "e-icons";
|
|
284
241
|
}
|
|
285
242
|
|
|
286
243
|
.e-pv-comment-icon::before {
|
|
287
|
-
content:
|
|
288
|
-
font-family:
|
|
244
|
+
content: "\e680";
|
|
245
|
+
font-family: "e-icons";
|
|
289
246
|
}
|
|
290
247
|
|
|
291
248
|
.e-pv-property-icon::before {
|
|
292
|
-
content:
|
|
293
|
-
font-family:
|
|
249
|
+
content: "\e199";
|
|
250
|
+
font-family: "e-icons";
|
|
294
251
|
}
|
|
295
252
|
|
|
296
253
|
.e-pv-comment-selection-icon::before {
|
|
297
254
|
color: rgba(0, 0, 0, 0.87);
|
|
298
|
-
content:
|
|
299
|
-
font-family:
|
|
255
|
+
content: "\e680";
|
|
256
|
+
font-family: "e-icons";
|
|
300
257
|
}
|
|
301
258
|
|
|
302
259
|
.e-pv-comment-panel-icon::before {
|
|
303
|
-
content:
|
|
304
|
-
font-family:
|
|
260
|
+
content: "\eb8b";
|
|
261
|
+
font-family: "e-icons";
|
|
305
262
|
}
|
|
306
263
|
|
|
307
264
|
.e-pv-accepted-icon::before {
|
|
308
265
|
color: #fff;
|
|
309
|
-
content:
|
|
310
|
-
font-family:
|
|
266
|
+
content: "\e682";
|
|
267
|
+
font-family: "e-icons";
|
|
311
268
|
font-size: 14px;
|
|
312
269
|
padding: 1px 1px 1px 4px;
|
|
313
270
|
position: absolute;
|
|
@@ -315,8 +272,8 @@
|
|
|
315
272
|
|
|
316
273
|
.e-pv-rejected-icon::before {
|
|
317
274
|
color: #fff;
|
|
318
|
-
content:
|
|
319
|
-
font-family:
|
|
275
|
+
content: "\e683";
|
|
276
|
+
font-family: "e-icons";
|
|
320
277
|
font-size: 14px;
|
|
321
278
|
padding: 2px 1px 1px 4px;
|
|
322
279
|
position: absolute;
|
|
@@ -324,8 +281,8 @@
|
|
|
324
281
|
|
|
325
282
|
.e-pv-completed-icon::before {
|
|
326
283
|
color: #fff;
|
|
327
|
-
content:
|
|
328
|
-
font-family:
|
|
284
|
+
content: "\e614";
|
|
285
|
+
font-family: "e-icons";
|
|
329
286
|
font-size: 14px;
|
|
330
287
|
padding: 2px 1px 1px 3.5px;
|
|
331
288
|
position: absolute;
|
|
@@ -333,140 +290,140 @@
|
|
|
333
290
|
|
|
334
291
|
.e-pv-cancelled-icon::before {
|
|
335
292
|
color: #fff;
|
|
336
|
-
content:
|
|
337
|
-
font-family:
|
|
293
|
+
content: "\e60a";
|
|
294
|
+
font-family: "e-icons";
|
|
338
295
|
font-size: 14px;
|
|
339
296
|
padding: 2px 1px 1px 3.5px;
|
|
340
297
|
position: absolute;
|
|
341
298
|
}
|
|
342
299
|
|
|
343
300
|
.e-pv-scale-ratio-icon::before {
|
|
344
|
-
content:
|
|
345
|
-
font-family:
|
|
301
|
+
content: "\e678";
|
|
302
|
+
font-family: "e-icons";
|
|
346
303
|
}
|
|
347
304
|
|
|
348
305
|
.e-pv-calibrate-distance-icon::before {
|
|
349
|
-
content:
|
|
350
|
-
font-family:
|
|
306
|
+
content: "\e673";
|
|
307
|
+
font-family: "e-icons";
|
|
351
308
|
}
|
|
352
309
|
|
|
353
310
|
.e-pv-calibrate-perimeter-icon::before {
|
|
354
|
-
content:
|
|
355
|
-
font-family:
|
|
311
|
+
content: "\e674";
|
|
312
|
+
font-family: "e-icons";
|
|
356
313
|
}
|
|
357
314
|
|
|
358
315
|
.e-pv-calibrate-area-icon::before {
|
|
359
|
-
content:
|
|
360
|
-
font-family:
|
|
316
|
+
content: "\e675";
|
|
317
|
+
font-family: "e-icons";
|
|
361
318
|
}
|
|
362
319
|
|
|
363
320
|
.e-pv-calibrate-radius-icon::before {
|
|
364
|
-
content:
|
|
365
|
-
font-family:
|
|
321
|
+
content: "\e676";
|
|
322
|
+
font-family: "e-icons";
|
|
366
323
|
}
|
|
367
324
|
|
|
368
325
|
.e-pv-calibrate-volume-icon::before {
|
|
369
|
-
content:
|
|
370
|
-
font-family:
|
|
326
|
+
content: "\e677";
|
|
327
|
+
font-family: "e-icons";
|
|
371
328
|
}
|
|
372
329
|
|
|
373
330
|
.e-pv-freetext-icon::before {
|
|
374
|
-
content:
|
|
375
|
-
font-family:
|
|
331
|
+
content: "\ebe7";
|
|
332
|
+
font-family: "e-icons";
|
|
376
333
|
}
|
|
377
334
|
|
|
378
335
|
.e-pv-annotation-textalign-icon::before {
|
|
379
|
-
content:
|
|
380
|
-
font-family:
|
|
336
|
+
content: "\ebeb";
|
|
337
|
+
font-family: "e-icons";
|
|
381
338
|
}
|
|
382
339
|
|
|
383
340
|
.e-pv-annotation-textcolor-icon::before {
|
|
384
|
-
content:
|
|
385
|
-
font-family:
|
|
341
|
+
content: "\e34c";
|
|
342
|
+
font-family: "e-icons";
|
|
386
343
|
}
|
|
387
344
|
|
|
388
345
|
.e-pv-annotation-textprop-icon::before {
|
|
389
|
-
content:
|
|
390
|
-
font-family:
|
|
346
|
+
content: "\eb04";
|
|
347
|
+
font-family: "e-icons";
|
|
391
348
|
}
|
|
392
349
|
|
|
393
350
|
.e-pv-left-align-icon::before {
|
|
394
|
-
content:
|
|
395
|
-
font-family:
|
|
351
|
+
content: "\ebeb";
|
|
352
|
+
font-family: "e-icons";
|
|
396
353
|
}
|
|
397
354
|
|
|
398
355
|
.e-pv-right-align-icon::before {
|
|
399
|
-
content:
|
|
400
|
-
font-family:
|
|
356
|
+
content: "\eb82";
|
|
357
|
+
font-family: "e-icons";
|
|
401
358
|
}
|
|
402
359
|
|
|
403
360
|
.e-pv-center-align-icon::before {
|
|
404
|
-
content:
|
|
405
|
-
font-family:
|
|
361
|
+
content: "\eb9e";
|
|
362
|
+
font-family: "e-icons";
|
|
406
363
|
}
|
|
407
364
|
|
|
408
365
|
.e-pv-justfiy-align-icon::before {
|
|
409
|
-
content:
|
|
410
|
-
font-family:
|
|
366
|
+
content: "\eb67";
|
|
367
|
+
font-family: "e-icons";
|
|
411
368
|
}
|
|
412
369
|
|
|
413
370
|
.e-pv-bold-icon::before {
|
|
414
|
-
content:
|
|
415
|
-
font-family:
|
|
371
|
+
content: "\eb77";
|
|
372
|
+
font-family: "e-icons";
|
|
416
373
|
}
|
|
417
374
|
|
|
418
375
|
.e-pv-italic-icon::before {
|
|
419
|
-
content:
|
|
420
|
-
font-family:
|
|
376
|
+
content: "\eb99";
|
|
377
|
+
font-family: "e-icons";
|
|
421
378
|
}
|
|
422
379
|
|
|
423
380
|
.e-pv-strikeout-icon::before {
|
|
424
|
-
content:
|
|
425
|
-
font-family:
|
|
381
|
+
content: "\eb7f";
|
|
382
|
+
font-family: "e-icons";
|
|
426
383
|
}
|
|
427
384
|
|
|
428
385
|
.e-pv-underlinetext-icon::before {
|
|
429
|
-
content:
|
|
430
|
-
font-family:
|
|
386
|
+
content: "\ebf0";
|
|
387
|
+
font-family: "e-icons";
|
|
431
388
|
}
|
|
432
389
|
|
|
433
390
|
.e-pv-superscript-icon::before {
|
|
434
|
-
content:
|
|
435
|
-
font-family:
|
|
391
|
+
content: "\e352";
|
|
392
|
+
font-family: "e-icons";
|
|
436
393
|
}
|
|
437
394
|
|
|
438
395
|
.e-pv-subscript-icon::before {
|
|
439
|
-
content:
|
|
440
|
-
font-family:
|
|
396
|
+
content: "\e357";
|
|
397
|
+
font-family: "e-icons";
|
|
441
398
|
}
|
|
442
399
|
|
|
443
400
|
.e-pv-handwritten-icon::before {
|
|
444
|
-
content:
|
|
445
|
-
font-family:
|
|
401
|
+
content: "\e739";
|
|
402
|
+
font-family: "e-icons";
|
|
446
403
|
}
|
|
447
404
|
|
|
448
405
|
.e-pv-inkannotation-icon::before {
|
|
449
|
-
content:
|
|
450
|
-
font-family:
|
|
406
|
+
content: "\ebec";
|
|
407
|
+
font-family: "e-icons";
|
|
451
408
|
}
|
|
452
409
|
|
|
453
410
|
.e-pv-delete::before {
|
|
454
|
-
content:
|
|
455
|
-
font-family:
|
|
411
|
+
content: "\eb00";
|
|
412
|
+
font-family: "e-icons";
|
|
456
413
|
}
|
|
457
414
|
|
|
458
415
|
.e-pv-eye-icon::before {
|
|
459
|
-
content:
|
|
416
|
+
content: "\e345";
|
|
460
417
|
cursor: pointer;
|
|
461
|
-
font-family:
|
|
418
|
+
font-family: "e-icons";
|
|
462
419
|
font-size: 18px;
|
|
463
420
|
padding: 7px;
|
|
464
421
|
}
|
|
465
422
|
|
|
466
423
|
.e-pv-eye-slash-icon::before {
|
|
467
|
-
content:
|
|
424
|
+
content: "\e721";
|
|
468
425
|
cursor: pointer;
|
|
469
|
-
font-family:
|
|
426
|
+
font-family: "e-icons";
|
|
470
427
|
font-size: 18px;
|
|
471
428
|
padding: 7px;
|
|
472
429
|
}
|
|
@@ -476,19 +433,16 @@
|
|
|
476
433
|
border-style: solid;
|
|
477
434
|
border-width: 0 1px 1px 1px;
|
|
478
435
|
}
|
|
479
|
-
|
|
480
436
|
.e-pdfviewer .e-pv-text-layer {
|
|
481
437
|
position: absolute;
|
|
482
438
|
top: 0;
|
|
483
439
|
z-index: 2;
|
|
484
440
|
}
|
|
485
|
-
|
|
486
441
|
.e-pdfviewer .e-pv-annotation-canvas {
|
|
487
442
|
left: 0;
|
|
488
443
|
position: absolute;
|
|
489
444
|
top: 0;
|
|
490
445
|
}
|
|
491
|
-
|
|
492
446
|
.e-pdfviewer .e-pv-text {
|
|
493
447
|
background: transparent;
|
|
494
448
|
color: transparent;
|
|
@@ -496,50 +450,40 @@
|
|
|
496
450
|
opacity: 0.6;
|
|
497
451
|
position: absolute;
|
|
498
452
|
}
|
|
499
|
-
|
|
500
453
|
.e-pdfviewer .e-pv-search-text-highlight,
|
|
501
454
|
.e-pdfviewer .e-pv-search-text-highlightother {
|
|
502
455
|
line-height: normal;
|
|
503
456
|
opacity: 0.6;
|
|
504
457
|
position: absolute;
|
|
505
458
|
}
|
|
506
|
-
|
|
507
459
|
.e-pdfviewer .e-pv-hyperlink {
|
|
508
460
|
z-index: 2;
|
|
509
461
|
}
|
|
510
|
-
|
|
511
462
|
.e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
|
|
512
463
|
z-index: 1;
|
|
513
464
|
}
|
|
514
|
-
|
|
515
465
|
.e-pdfviewer .e-enable-text-selection {
|
|
516
466
|
-ms-user-select: text;
|
|
517
467
|
-webkit-user-select: text;
|
|
518
468
|
user-select: text;
|
|
519
469
|
}
|
|
520
|
-
|
|
521
470
|
.e-pdfviewer .e-disable-text-selection {
|
|
522
471
|
-ms-user-select: none;
|
|
523
472
|
-webkit-user-select: none;
|
|
524
473
|
user-select: none;
|
|
525
474
|
}
|
|
526
|
-
|
|
527
475
|
.e-pdfviewer .e-enable-text-selection .e-pv-text {
|
|
528
476
|
display: inline-block;
|
|
529
477
|
}
|
|
530
|
-
|
|
531
478
|
.e-pdfviewer .e-disable-text-selection .e-pv-text {
|
|
532
479
|
display: none;
|
|
533
480
|
}
|
|
534
|
-
|
|
535
481
|
.e-pdfviewer .e-pv-cursor {
|
|
536
482
|
cursor: text;
|
|
537
483
|
}
|
|
538
|
-
|
|
539
484
|
.e-pdfviewer .e-pv-crosshair-cursor {
|
|
540
485
|
cursor: crosshair;
|
|
541
486
|
}
|
|
542
|
-
|
|
543
487
|
.e-pdfviewer .e-pv-touch-select-drop {
|
|
544
488
|
display: inline-block;
|
|
545
489
|
height: 30px;
|
|
@@ -547,7 +491,6 @@
|
|
|
547
491
|
width: 30px;
|
|
548
492
|
z-index: 1000;
|
|
549
493
|
}
|
|
550
|
-
|
|
551
494
|
.e-pdfviewer .e-pv-touch-ellipse {
|
|
552
495
|
background-color: #3088ed;
|
|
553
496
|
border-bottom-left-radius: 50%;
|
|
@@ -561,7 +504,6 @@
|
|
|
561
504
|
position: absolute;
|
|
562
505
|
width: 20px;
|
|
563
506
|
}
|
|
564
|
-
|
|
565
507
|
.e-pdfviewer .e-pv-annotation-note {
|
|
566
508
|
border-radius: 2px;
|
|
567
509
|
cursor: auto;
|
|
@@ -576,12 +518,10 @@
|
|
|
576
518
|
width: auto;
|
|
577
519
|
z-index: 10000;
|
|
578
520
|
}
|
|
579
|
-
|
|
580
521
|
.e-pdfviewer .e-pv-annotation-note-author {
|
|
581
522
|
border-bottom: 1px solid #000;
|
|
582
523
|
font-weight: bold;
|
|
583
524
|
}
|
|
584
|
-
|
|
585
525
|
.e-pdfviewer .e-pv-annotation-popup-menu {
|
|
586
526
|
cursor: auto;
|
|
587
527
|
min-width: 396px;
|
|
@@ -590,39 +530,33 @@
|
|
|
590
530
|
width: auto;
|
|
591
531
|
z-index: 10000;
|
|
592
532
|
}
|
|
593
|
-
|
|
594
533
|
.e-pdfviewer .e-pv-annotation-popup-header {
|
|
595
534
|
height: auto;
|
|
596
535
|
min-height: 29px;
|
|
597
536
|
padding-top: 14px;
|
|
598
537
|
}
|
|
599
|
-
|
|
600
538
|
.e-pdfviewer .e-pv-annotation-popup-author {
|
|
601
539
|
float: left;
|
|
602
540
|
font-size: 16px;
|
|
603
541
|
font-weight: bold;
|
|
604
542
|
margin-left: 14px;
|
|
605
543
|
}
|
|
606
|
-
|
|
607
544
|
.e-pdfviewer .e-pv-annotation-popup-close {
|
|
608
545
|
float: right;
|
|
609
546
|
height: 20px;
|
|
610
547
|
margin-right: 14px;
|
|
611
548
|
width: 20px;
|
|
612
549
|
}
|
|
613
|
-
|
|
614
550
|
.e-pdfviewer .e-pv-annotation-modified-time {
|
|
615
551
|
height: 14px;
|
|
616
552
|
margin-left: 14px;
|
|
617
553
|
padding-top: 8px;
|
|
618
554
|
}
|
|
619
|
-
|
|
620
555
|
.e-pdfviewer .e-pv-annotation-popup-note-container {
|
|
621
556
|
height: auto;
|
|
622
557
|
padding: 14px;
|
|
623
558
|
width: auto;
|
|
624
559
|
}
|
|
625
|
-
|
|
626
560
|
.e-pdfviewer .e-pv-annotation-popup-content {
|
|
627
561
|
background-color: #fff;
|
|
628
562
|
border: 1px solid;
|
|
@@ -631,12 +565,10 @@
|
|
|
631
565
|
overflow: hidden auto;
|
|
632
566
|
width: 368px;
|
|
633
567
|
}
|
|
634
|
-
|
|
635
568
|
.e-pdfviewer .e-pv-properties-fill-color-icon,
|
|
636
569
|
.e-pdfviewer .e-pv-properties-stroke-color-icon {
|
|
637
570
|
border-bottom: 2px solid;
|
|
638
571
|
}
|
|
639
|
-
|
|
640
572
|
.e-pdfviewer .e-pv-drop {
|
|
641
573
|
color: #3088ed;
|
|
642
574
|
display: inline-block;
|
|
@@ -645,7 +577,6 @@
|
|
|
645
577
|
width: 20px;
|
|
646
578
|
z-index: 1000;
|
|
647
579
|
}
|
|
648
|
-
|
|
649
580
|
.e-pdfviewer .e-pv-droplet {
|
|
650
581
|
background-color: #3088ed;
|
|
651
582
|
border-bottom-left-radius: 50%;
|
|
@@ -1147,7 +1078,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1147
1078
|
padding-top: 1px;
|
|
1148
1079
|
}
|
|
1149
1080
|
|
|
1150
|
-
.e-pv-password-popup.e-dialog span[id*=
|
|
1081
|
+
.e-pv-password-popup.e-dialog span[id*=_prompt] {
|
|
1151
1082
|
font-size: 14px;
|
|
1152
1083
|
letter-spacing: -0.16px;
|
|
1153
1084
|
}
|
|
@@ -1214,7 +1145,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1214
1145
|
bottom: 0;
|
|
1215
1146
|
position: absolute;
|
|
1216
1147
|
top: 56px;
|
|
1217
|
-
transition: transform .3s ease;
|
|
1148
|
+
transition: transform 0.3s ease;
|
|
1218
1149
|
transition-duration: 200ms;
|
|
1219
1150
|
transition-timing-function: ease;
|
|
1220
1151
|
width: 250px;
|
|
@@ -1328,7 +1259,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1328
1259
|
border-width: 0;
|
|
1329
1260
|
color: inherit;
|
|
1330
1261
|
cursor: ew-resize;
|
|
1331
|
-
height:
|
|
1262
|
+
height: 100%;
|
|
1332
1263
|
position: absolute;
|
|
1333
1264
|
width: 8px;
|
|
1334
1265
|
z-index: 105;
|
|
@@ -1592,13 +1523,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1592
1523
|
}
|
|
1593
1524
|
|
|
1594
1525
|
.e-pv-mobile-annotation-toolbar .e-tbar-btn:hover {
|
|
1595
|
-
background:
|
|
1596
|
-
border-color:
|
|
1526
|
+
background: rgb(0, 0, 0);
|
|
1527
|
+
border-color: rgb(0, 0, 0);
|
|
1597
1528
|
}
|
|
1598
1529
|
|
|
1599
1530
|
.e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
|
|
1600
|
-
background:
|
|
1601
|
-
border-color:
|
|
1531
|
+
background: rgb(0, 0, 0);
|
|
1532
|
+
border-color: rgb(0, 0, 0);
|
|
1602
1533
|
}
|
|
1603
1534
|
|
|
1604
1535
|
.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
|
|
@@ -1858,9 +1789,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1858
1789
|
height: 16px;
|
|
1859
1790
|
}
|
|
1860
1791
|
|
|
1861
|
-
.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
|
|
1862
|
-
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
|
|
1863
|
-
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1792
|
+
.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,
|
|
1864
1793
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1865
1794
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1866
1795
|
font-size: 12px;
|
|
@@ -2485,7 +2414,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2485
2414
|
}
|
|
2486
2415
|
|
|
2487
2416
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
2488
|
-
box-shadow: 0 0 0 8px
|
|
2417
|
+
box-shadow: 0 0 0 8px rgb(0, 0, 0) inset;
|
|
2489
2418
|
padding: 8px;
|
|
2490
2419
|
}
|
|
2491
2420
|
|
|
@@ -2499,7 +2428,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2499
2428
|
}
|
|
2500
2429
|
|
|
2501
2430
|
.e-pv-comment-panel {
|
|
2502
|
-
background-color:
|
|
2431
|
+
background-color: rgb(0, 0, 0);
|
|
2503
2432
|
border: 0 solid #969696;
|
|
2504
2433
|
border-width: 1px 1px 0;
|
|
2505
2434
|
opacity: 1;
|
|
@@ -2511,8 +2440,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2511
2440
|
}
|
|
2512
2441
|
|
|
2513
2442
|
.e-pv-comment-panel-title-container {
|
|
2514
|
-
background-color:
|
|
2515
|
-
border-color:
|
|
2443
|
+
background-color: rgb(0, 0, 0);
|
|
2444
|
+
border-color: rgb(150, 150, 150);
|
|
2516
2445
|
border-style: double;
|
|
2517
2446
|
border-width: 0 1px 1px 0;
|
|
2518
2447
|
height: 45px;
|
|
@@ -2549,8 +2478,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2549
2478
|
}
|
|
2550
2479
|
|
|
2551
2480
|
.e-pv-comments-content-container {
|
|
2552
|
-
background-color:
|
|
2553
|
-
border-color:
|
|
2481
|
+
background-color: rgb(0, 0, 0);
|
|
2482
|
+
border-color: rgb(150, 150, 150);
|
|
2554
2483
|
border-style: double;
|
|
2555
2484
|
border-width: 0 1px 1px 0;
|
|
2556
2485
|
height: calc(100% - 45px);
|
|
@@ -2558,7 +2487,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2558
2487
|
}
|
|
2559
2488
|
|
|
2560
2489
|
.e-pv-comments-container {
|
|
2561
|
-
background-color:
|
|
2490
|
+
background-color: rgb(0, 0, 0);
|
|
2562
2491
|
border-radius: 2px;
|
|
2563
2492
|
left: 7px;
|
|
2564
2493
|
right: 7px;
|
|
@@ -2566,7 +2495,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2566
2495
|
|
|
2567
2496
|
.e-pv-comments-border {
|
|
2568
2497
|
border: 2px;
|
|
2569
|
-
border-color:
|
|
2498
|
+
border-color: rgb(255, 255, 255);
|
|
2570
2499
|
border-radius: 4px;
|
|
2571
2500
|
border-style: groove;
|
|
2572
2501
|
}
|
|
@@ -2594,19 +2523,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2594
2523
|
}
|
|
2595
2524
|
|
|
2596
2525
|
.e-pv-comments-select {
|
|
2597
|
-
background-color:
|
|
2526
|
+
background-color: rgb(0, 0, 0);
|
|
2598
2527
|
}
|
|
2599
2528
|
|
|
2600
2529
|
.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
2601
|
-
color:
|
|
2530
|
+
color: rgb(0, 0, 0);
|
|
2602
2531
|
}
|
|
2603
2532
|
|
|
2604
2533
|
.e-pv-comments-leave {
|
|
2605
|
-
background-color:
|
|
2534
|
+
background-color: rgb(0, 0, 0);
|
|
2606
2535
|
}
|
|
2607
2536
|
|
|
2608
2537
|
.e-pdfviewer .e-accordion {
|
|
2609
|
-
background-color:
|
|
2538
|
+
background-color: rgb(0, 0, 0);
|
|
2610
2539
|
border: transparent;
|
|
2611
2540
|
}
|
|
2612
2541
|
|
|
@@ -2673,13 +2602,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2673
2602
|
|
|
2674
2603
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
|
|
2675
2604
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2676
|
-
background:
|
|
2677
|
-
border: 1px solid
|
|
2605
|
+
background: rgb(0, 0, 0);
|
|
2606
|
+
border: 1px solid rgb(150, 150, 150);
|
|
2678
2607
|
}
|
|
2679
2608
|
|
|
2680
2609
|
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
|
|
2681
2610
|
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
|
|
2682
|
-
background:
|
|
2611
|
+
background: rgb(0, 0, 0);
|
|
2683
2612
|
box-shadow: none;
|
|
2684
2613
|
}
|
|
2685
2614
|
|
|
@@ -2726,7 +2655,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2726
2655
|
border-width: 0;
|
|
2727
2656
|
color: inherit;
|
|
2728
2657
|
cursor: ew-resize;
|
|
2729
|
-
height:
|
|
2658
|
+
height: 100%;
|
|
2730
2659
|
position: absolute;
|
|
2731
2660
|
width: 8px;
|
|
2732
2661
|
z-index: 105;
|
|
@@ -2893,7 +2822,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2893
2822
|
}
|
|
2894
2823
|
|
|
2895
2824
|
.e-pv-radio-btn + .e-pv-radiobtn-span::before {
|
|
2896
|
-
content:
|
|
2825
|
+
content: "";
|
|
2897
2826
|
display: block;
|
|
2898
2827
|
height: inherit;
|
|
2899
2828
|
width: inherit;
|
|
@@ -3002,7 +2931,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3002
2931
|
}
|
|
3003
2932
|
|
|
3004
2933
|
.e-pv-properties-font-size-container {
|
|
3005
|
-
border-right-color:
|
|
2934
|
+
border-right-color: rgb(255, 255, 255);
|
|
3006
2935
|
border-right-style: solid;
|
|
3007
2936
|
border-right-width: 1px;
|
|
3008
2937
|
margin-right: 15px;
|
|
@@ -3265,7 +3194,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3265
3194
|
}
|
|
3266
3195
|
|
|
3267
3196
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
3268
|
-
background-color:
|
|
3197
|
+
background-color: rgb(0, 0, 0);
|
|
3269
3198
|
padding: 0 7px;
|
|
3270
3199
|
}
|
|
3271
3200
|
|
|
@@ -3312,4 +3241,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3312
3241
|
|
|
3313
3242
|
.e-pv-font-appearance-style-blazor {
|
|
3314
3243
|
padding: 8px;
|
|
3315
|
-
}
|
|
3244
|
+
}
|