mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Moved the message HTML parsing from PHP to JavaScript
Now we can properly parse PGP/MIME HTML messages
This commit is contained in:
parent
3615405aac
commit
e265a0f1c1
13 changed files with 563 additions and 837 deletions
|
|
@ -90,7 +90,7 @@ dialog header, dialog footer,
|
|||
|
||||
.legend,
|
||||
#V-PopupsCompose .b-header .e-identity,
|
||||
.messageView .messageItem {
|
||||
.messageView #messageItem {
|
||||
color: var(--main-color);
|
||||
}
|
||||
|
||||
|
|
@ -101,17 +101,17 @@ dialog header, dialog footer,
|
|||
|
||||
.g-ui-link,
|
||||
.messageView .messageItemHeader .informationShort a,
|
||||
.messageView .messageItem .bodyText .b-text-part a {
|
||||
.messageView #messageItem .bodyText .b-text-part a {
|
||||
color: #6AE;
|
||||
}
|
||||
|
||||
.messageView .messageItemHeader,
|
||||
.messageView .messageItem .pgpEncrypted,
|
||||
.messageView .messageItem .pgpSigned,
|
||||
.messageView .messageItem .readReceipt,
|
||||
.messageView .messageItem .showImages,
|
||||
.messageView .messageItem .attachmentsPlace,
|
||||
.messageView .messageItem .attachmentsControls {
|
||||
.messageView #messageItem .pgpEncrypted,
|
||||
.messageView #messageItem .pgpSigned,
|
||||
.messageView #messageItem .readReceipt,
|
||||
.messageView #messageItem .showImages,
|
||||
.messageView #messageItem .attachmentsPlace,
|
||||
.messageView #messageItem .attachmentsControls {
|
||||
background-color: #222;
|
||||
border-bottom-color: #444;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue