From 7bea10c1e54de0e0d7ed70df40748b0d898c6fb2 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 18 Jul 2016 17:02:10 -0600 Subject: [PATCH] Change background color on expand addresses button to transparent --- mail/templates/pixelegg/app.css | 3 +++ mail/templates/pixelegg/app.less | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index f5e215a710..b827217b2c 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -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; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index 0cf447f001..43864bfdd4 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -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 {