mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
No border for readonly emails in mail preview
This commit is contained in:
parent
cfd12b4ec9
commit
6378d589f2
@ -1041,4 +1041,7 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
||||
.previewWrapper .firstColumnTitle {
|
||||
width: 3em;
|
||||
text-align: end;
|
||||
}
|
||||
.mailPreviewHeaders et2-select-email::part(control) {
|
||||
border: none;
|
||||
}
|
@ -1011,6 +1011,9 @@ div#mail-index_nm.splitter-pane {
|
||||
width: 3em;
|
||||
text-align: end;
|
||||
}
|
||||
.mailPreviewHeaders et2-select-email::part(control) {
|
||||
border: none;
|
||||
}
|
||||
#popupMainDiv {
|
||||
height: 99%;
|
||||
padding: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user