mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix alignment and color for mail subject in preview
This commit is contained in:
parent
88edfc8d3f
commit
e9c960671a
@ -687,7 +687,7 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailPreviewHeaders :first-child, .mailDisplayHeaders :first-child {
|
.mailPreviewHeaders :first-child, .mailDisplayHeaders :first-child {
|
||||||
color: #7a7a7a;
|
color: var(--sl-color-neutral-800);
|
||||||
}
|
}
|
||||||
.mailPreviewHeaders et2-lavatar {
|
.mailPreviewHeaders et2-lavatar {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
@ -1085,3 +1085,12 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
height: 2.6em;
|
height: 2.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
et2-hbox.mailPreviewHeaders {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
et2-description#mail-index_mailPreview_subject {
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 0.3em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user