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;