mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Improved messages disabled img design
This commit is contained in:
parent
556ce13eac
commit
6238b97f08
1 changed files with 1 additions and 4 deletions
|
|
@ -431,15 +431,11 @@ html.rl-no-preview-pane {
|
||||||
img[data-x-src]:not([src])::after {
|
img[data-x-src]:not([src])::after {
|
||||||
content: "🖼";
|
content: "🖼";
|
||||||
font-family: snappymail;
|
font-family: snappymail;
|
||||||
height:16px;
|
|
||||||
width:16px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #999;
|
|
||||||
padding: 3px;
|
|
||||||
}
|
}
|
||||||
img[data-x-src]:not([src]):hover::after {
|
img[data-x-src]:not([src]):hover::after {
|
||||||
content: attr(data-x-src);
|
content: attr(data-x-src);
|
||||||
|
|
@ -450,6 +446,7 @@ html.rl-no-preview-pane {
|
||||||
width: -moz-fit-content;
|
width: -moz-fit-content;
|
||||||
width: -webkit-fit-content;
|
width: -webkit-fit-content;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue