Change background color on expand addresses button to transparent

This commit is contained in:
nathangray 2016-07-18 17:02:10 -06:00 committed by Ralf Becker
parent 6d09028960
commit 7bea10c1e5
2 changed files with 6 additions and 0 deletions

View File

@ -2273,6 +2273,9 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
width: 24px;
height: 24px;
}
div.mailPreviewHeaders img.et2_button_icon {
background-color: inherit;
}
#mail-index_previewAttachmentArea {
background-color: #f0f0f0;
border-color: #E6E6E6;

View File

@ -1227,6 +1227,9 @@ div.mailPreviewHeaders div.mail_extraEmails {
}
}
div.mailPreviewHeaders img.et2_button_icon {
background-color: inherit;
}
// Anhänge an Email
#mail-index_previewAttachmentArea {