From f67efb50aea602e848457d738d492e9e71fdda46 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 5 Sep 2019 11:35:19 +0200 Subject: [PATCH] fix to small Sent button in compose --- mail/templates/mobile/app.css | 4 ---- mail/templates/pixelegg/app.css | 4 ---- mail/templates/pixelegg/app.less | 4 ---- 3 files changed, 12 deletions(-) diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 4b1e74f6cd..a8ce0c6170 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -2043,10 +2043,6 @@ div.mailComposeHeaderSection > table { color: #5B5B5B; background-color: white; } -#composeToolbar-send { - background-color: #fafafa; - width: 40px; -} /* width */ table#mail-index_previewAttachmentArea::-webkit-scrollbar { width: 5px; diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index e37b977f74..04bb4f5f9e 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -2031,10 +2031,6 @@ div.mailComposeHeaderSection > table { color: #5B5B5B; background-color: white; } -#composeToolbar-send { - background-color: #fafafa; - width: 40px; -} /* width */ table#mail-index_previewAttachmentArea::-webkit-scrollbar { width: 5px; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index e68c4e76c6..e822495108 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -1187,10 +1187,6 @@ div.mailComposeHeaderSection > table { color: #5B5B5B; background-color: white; } -#composeToolbar-send { - background-color: #fafafa; - width: 40px; -} /* width */ table#mail-index_previewAttachmentArea::-webkit-scrollbar { width: 5px;