web-document-viewer 11.4.8 → 11.4.10

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.
@@ -272,6 +272,73 @@ button.atala-upload-files-cancel-button {
272
272
  font-size: 0;
273
273
  }
274
274
 
275
+ .atala_draw_layer {
276
+ width: 100%;
277
+ height: 100%;
278
+ position: absolute;
279
+ left: 0px;
280
+ top: 0px;
281
+ background: #F00;
282
+ opacity: 0.0;
283
+ }
284
+
285
+ .atala_scrollbar_x {
286
+ overflow: scroll;
287
+ position: absolute;
288
+ background-color: Transparent;
289
+ bottom: 0px;
290
+ left: 0px;
291
+ width: 100%;
292
+ z-index: 10;
293
+ }
294
+
295
+ .atala_scrollbar_firefox_x {
296
+ overflow-x: scroll;
297
+ position: absolute;
298
+ background-color: Transparent;
299
+ bottom: 0px;
300
+ left: 0px;
301
+ width: 100%;
302
+ z-index: 10;
303
+ }
304
+
305
+ .atala_scrollbar_y {
306
+ overflow: scroll;
307
+ position: absolute;
308
+ background-color: Transparent;
309
+ top: 0px;
310
+ right: 0px;
311
+ height: 100%;
312
+ z-index: 10
313
+ }
314
+
315
+ .atala_scrollbar_firefox_y {
316
+ overflow-y: scroll;
317
+ position: absolute;
318
+ background-color: Transparent;
319
+ top: 0px;
320
+ right: 0px;
321
+ height: 100%;
322
+ z-index: 10
323
+ }
324
+
325
+ .atala_pg_num {
326
+ position: absolute;
327
+ right: 20px;
328
+ bottom: 16px;
329
+ z-index: 1;
330
+ }
331
+
332
+ .atala_title_span {
333
+ display: none;
334
+ }
335
+
336
+ .atala_span {
337
+ position: absolute;
338
+ visibility: hidden;
339
+ left: -5000px;
340
+ }
341
+
275
342
  /* .atala_cover_for_tiled_page_image{
276
343
  width: 100%;
277
344
  height: 100%;
@@ -7,7 +7,7 @@
7
7
  // Permission for usage and modification of this code is only permitted
8
8
  // with the purchase of a source code license.
9
9
  //-------------------------------------------------------------------------------------------------
10
- // Version 11,4,0,355
10
+ // Version 11,4,0,401
11
11
 
12
12
  export as namespace Atalasoft;
13
13
  interface NotificationCallback {