mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08: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;
|
||||
}
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue