mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
No border for readonly emails in mail preview
This commit is contained in:
parent
cfd12b4ec9
commit
6378d589f2
@ -1042,3 +1042,6 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
|||||||
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