From db31520105fc5635b269329bb7178a9f828bb7bf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 20 Oct 2020 10:42:28 +0200 Subject: [PATCH] wait #3973 @0:40 --- style/fluidbook.less | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 { -- 2.39.5