mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Read Receipt (#41)
This commit is contained in:
parent
1dc5a45564
commit
b100560cd8
37 changed files with 883 additions and 461 deletions
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
showImages
|
||||
html.rl-no-preview-pane {
|
||||
|
||||
.messageView {
|
||||
|
|
@ -181,11 +181,15 @@ html.rl-no-preview-pane {
|
|||
height: 0px;
|
||||
}
|
||||
|
||||
.showImages {
|
||||
.showImages, .readReceipt {
|
||||
cursor: pointer;
|
||||
background-color: #eee;
|
||||
padding: 10px 15px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.readReceipt {
|
||||
background-color: #ffffd9;
|
||||
}
|
||||
|
||||
.attachmentsPlace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue