]> _ Git - fluidbook-html5.git/commitdiff
wip #7898 @3
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Jan 2026 17:18:21 +0000 (18:18 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Jan 2026 17:18:26 +0000 (18:18 +0100)
js/libs/fluidbook/cart/fluidbook.cart.kimplay.js
style/flip3d.less
style/fluidbook.less

index 2469757bc69bb6df9b90938807909beb5062c708..f73ce39bf9877034c2b14869d5529f2a8f2242cf 100644 (file)
@@ -6,7 +6,7 @@ function FluidbookCartKimplay(cart) {
     this.init();
 }
 
-FluidbookCartFlexipan.prototype = {
+FluidbookCartKimplay.prototype = {
     init: function () {
         var $this = this;
         this.items = this.fluidbook.cache.get('cart', []);
index c51ed011b0e966354939b7d3ec738b36d00d5cc8..877843261e01413fabec75d085b61275601dc428 100644 (file)
 .doublePage._3d {
   overflow: visible;
   z-index: 100;
-
-  -moz-transform-style: preserve-3d;
-  -webkit-transform-style: preserve-3d;
-  -o-transform-style: preserve-3d;
-  -ms-transform-style: preserve-3d;
   transform-style: preserve-3d;
 }
 
index 1a78b512ddcae11398be25f76c6e79bcddee5a62..853bae21c445760289409affa2c28b04a8a6d616 100644 (file)
@@ -439,7 +439,7 @@ body, html {
 }
 
 
-.chrome .nozoom .background img {
+.chrome .nozoom .background img, .chrome .nozoom .clinks img {
   image-rendering: -webkit-optimize-contrast;
 }