forked from extern/egroupware
Fix mail preview blank page styling
This commit is contained in:
parent
6ac41f0495
commit
e7e538fffe
@ -304,7 +304,7 @@ pre {
|
||||
.mail-index_vacation > div > span {
|
||||
color: red;
|
||||
}
|
||||
#mail-index_blank {
|
||||
#mail-index_mailPreview_blank {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
@ -316,6 +316,12 @@ pre {
|
||||
justify-content: center;
|
||||
font-size: 200%;
|
||||
}
|
||||
#mail-index_mailPreview_blank::part(base)
|
||||
{
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
#mail-index_mailPreview_blank[disabled] {display: none}
|
||||
.mail_DisplayNone {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -299,7 +299,7 @@ pre {
|
||||
.mail-index_vacation > div > span {
|
||||
color: red;
|
||||
}
|
||||
#mail-index_blank {
|
||||
#mail-index_mailPreview_blank {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
@ -311,6 +311,13 @@ pre {
|
||||
justify-content: center;
|
||||
font-size: 200%;
|
||||
}
|
||||
#mail-index_mailPreview_blank::part(base) {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
#mail-index_mailPreview_blank[disabled] {
|
||||
display: none;
|
||||
}
|
||||
.mail_DisplayNone {
|
||||
display: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user