update both themes for toolkit windows changes in Mozilla 22 cycle
[themes.git] / EarlyBlue / global / media / TopLevelImageDocument.css
index aef3a455a20322d331671fec2307f34edbf588f1..7a4dc313566e137b989c348462ffec60e27e2830 100644 (file)
     background-color: #fff;
     color: #222;
   }
+
+  .overflowing {
+    cursor: -moz-zoom-out;
+  }
+
+  .shrinkToFit {
+    cursor: -moz-zoom-in;
+  }
+
+  .completeRotation {
+    transition: transform 0.3s ease 0s;
+  }
 }