mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Mail: Switch mail icon in preview with email icon, move it down a little
This commit is contained in:
parent
2b3febff59
commit
8df89dcfb1
@ -315,11 +315,15 @@ pre {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
}
|
}
|
||||||
#mail-index_mailPreview_blank::part(base)
|
|
||||||
{
|
#mail-index_mailPreview_blank::part(base) {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mail-index_mailPreview_blank img {
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
#mail-index_mailPreview_blank[disabled] {display: none}
|
#mail-index_mailPreview_blank[disabled] {display: none}
|
||||||
.mail_DisplayNone {
|
.mail_DisplayNone {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<row>
|
<row>
|
||||||
<vbox class="previewWrapper">
|
<vbox class="previewWrapper">
|
||||||
<box id="blank" disabled="@fromaddress">
|
<box id="blank" disabled="@fromaddress">
|
||||||
<image src="mail"/>
|
<image src="email"/>
|
||||||
<description value="Select an item to read"/>
|
<description value="Select an item to read"/>
|
||||||
</box>
|
</box>
|
||||||
<hbox class="mailPreviewHeaders">
|
<hbox class="mailPreviewHeaders">
|
||||||
|
Loading…
Reference in New Issue
Block a user