X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmessageBody.css;h=87af19509d71ee59aec490bd7c24e2b01e074e0c;hp=5e1049668f01ced16b19345a4c9f592c649b2aba;hb=6fa8522a63d7787534a7ba9e44a1425d39c15abd;hpb=49037d9b102dd33667ce0a860f02d820e5a7aeaf diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 5e104966..87af1950 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-unscaled { + cursor: -moz-zoom-out; +} + +.moz-attached-image-scaled { + cursor: -moz-zoom-in; + max-width: 100%; +}