]> _ Git - fluidbook-html5.git/commitdiff
wait #4205 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Jan 2021 14:47:37 +0000 (15:47 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Jan 2021 14:47:37 +0000 (15:47 +0100)
_index.html
style/fluidbook.less

index 8793835df7acb89e8c1d00721faaf33d8c8002a7..6a5e7e542a018eb78b15bb33321262c85ed4ac33 100644 (file)
@@ -19,7 +19,7 @@
         }
 
         body, html {
-            background-color: # <!-- $ bgcolor -->;
+            background-color: #<!-- $bgcolor -->;
             width: 100%;
             height: 100%;
         }
index 639f02f7fc80ba4f8f9eba3c18c3bce7c73e01b5..e58c7862ad9ecba67d3c8d9c25b5f7cd6305a104 100644 (file)
@@ -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;