Bugfix: incorrect image glyph for disabled images

This commit is contained in:
djmaze 2021-02-12 15:20:26 +01:00
parent 8c33b17882
commit 556ce13eac

View file

@ -429,7 +429,10 @@ html.rl-no-preview-pane {
position: relative;
}
img[data-x-src]:not([src])::after {
content: "\e00e"; font-family: snappymail;height:16px;width:16px;
content: "🖼";
font-family: snappymail;
height:16px;
width:16px;
position: absolute;
top: 0;
left: 0;