update with current trunk work
[themes.git] / EarlyBlue / messenger / messageBody.css
index 5e1049668f01ced16b19345a4c9f592c649b2aba..5d1696b72cc5ee92f3dbdbc0dd81e46b1d96ed35 100644 (file)
@@ -123,3 +123,14 @@ span.moz-txt-formfeed {
 .moz-signature > a {
   color: #7777FF; /* light blue */
 }
+
+/* ::::: attached images ::::: */
+
+moz-attached-image[overflowing="true"] {
+  cursor: -moz-zoom-out;
+}
+
+.moz-attached-image[isshrunk="true"] {
+  cursor: -moz-zoom-in;
+  max-width: 100%;
+}