X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;h=5d1696b72cc5ee92f3dbdbc0dd81e46b1d96ed35;hb=6102b41b16bcc636299e74aa5a9ac09f16cbf2dc;hp=5e1049668f01ced16b19345a4c9f592c649b2aba;hpb=d84b9613e1a1e1e6892338ba0df362fd68886085;p=themes.git diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 5e104966..5d1696b7 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -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%; +}