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