mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improved message header style
This commit is contained in:
parent
ffcc86805a
commit
256023dc58
3 changed files with 7 additions and 10 deletions
|
|
@ -288,11 +288,11 @@ html.rl-no-preview-pane {
|
|||
padding: 50px 0;
|
||||
}
|
||||
|
||||
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
|
||||
.bodySubHeader > * {
|
||||
background-color: #eee;
|
||||
border-bottom: 1px solid #ddd;
|
||||
cursor: pointer;
|
||||
padding: 10px 15px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.pgpInfo {
|
||||
|
|
@ -346,7 +346,8 @@ html.rl-no-preview-pane {
|
|||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
.attachmentsControls > * {
|
||||
margin-right: 0.5em
|
||||
margin-right: 0.5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sm-bq-switcher > summary {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue