mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix: incorrect image glyph for disabled images
This commit is contained in:
parent
8c33b17882
commit
556ce13eac
1 changed files with 4 additions and 1 deletions
|
|
@ -429,7 +429,10 @@ html.rl-no-preview-pane {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
img[data-x-src]:not([src])::after {
|
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;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue