From 0d5602494869634c66a1fcf44ccf2b43c260ab0d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 19 Jan 2021 15:47:37 +0100 Subject: [PATCH] wait #4205 @0.75 --- _index.html | 2 +- style/fluidbook.less | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) 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; -- 2.39.5