mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21: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 {
|
.previewWrapper .firstColumnTitle {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
|
}
|
||||||
|
.mailPreviewHeaders et2-select-email::part(control) {
|
||||||
|
border: none;
|
||||||
}
|
}
|
@ -1011,6 +1011,9 @@ div#mail-index_nm.splitter-pane {
|
|||||||
width: 3em;
|
width: 3em;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
}
|
}
|
||||||
|
.mailPreviewHeaders et2-select-email::part(control) {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
#popupMainDiv {
|
#popupMainDiv {
|
||||||
height: 99%;
|
height: 99%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user