From: Vincent Vanwaelscappel Date: Tue, 20 Oct 2020 08:42:28 +0000 (+0200) Subject: wait #3973 @0:40 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=db31520105fc5635b269329bb7178a9f828bb7bf;p=fluidbook-html5.git wait #3973 @0:40 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 3bae7277..eb317220 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -2338,6 +2338,34 @@ ul.chapters.shareList a.level0 .svg-icon { perspective: @perspective; overflow: visible !important; + + #nextDoublePage { + .page { + &.left { + .shade { + right: 0; + background-image: url("../images/shadows/pages/left.png"); + } + } + + &.right { + .shade { + left: 0; + background-image: url("../images/shadows/pages/right.png"); + } + } + + .shade { + position: absolute; + top: 0; + width: 25%; + height: 100%; + background-repeat: no-repeat; + background-size: 100% 100%; + pointer-events: none; + } + } + } } .doublePage._3d {