From: Vincent Vanwaelscappel Date: Tue, 19 Jan 2021 14:47:37 +0000 (+0100) Subject: wait #4205 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0d5602494869634c66a1fcf44ccf2b43c260ab0d;p=fluidbook-html5.git wait #4205 @0.75 --- diff --git a/_index.html b/_index.html index 8793835d..6a5e7e54 100644 --- a/_index.html +++ b/_index.html @@ -19,7 +19,7 @@ } body, html { - background-color: # ; + background-color: #; width: 100%; height: 100%; } diff --git a/style/fluidbook.less b/style/fluidbook.less index 639f02f7..e58c7862 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -222,7 +222,19 @@ body, html { } /* Desktop devices */ -&.using-mouse body:not(.zoom-disabled) { +.using-mouse.msie body:not(.zoom-disabled) { + #links .container { + cursor: url(images/cursors/zoom-in.cur),auto; + } + + &.zoomed { + #links .container { + cursor: url(images/cursors/zoom-out.cur),auto; + } + } +} + +&.using-mouse.no-msie body:not(.zoom-disabled) { #links .container { cursor: zoom-in; } @@ -764,6 +776,7 @@ body, html { position: absolute; z-index: 11; direction: ltr; + s &.animate { transition: all @zoomtransition ease-out;