fix to small Sent button in compose

This commit is contained in:
Ralf Becker 2019-09-05 11:35:19 +02:00
parent b56c1ae856
commit f67efb50ae
3 changed files with 0 additions and 12 deletions

View File

@ -2043,10 +2043,6 @@ div.mailComposeHeaderSection > table {
color: #5B5B5B; color: #5B5B5B;
background-color: white; background-color: white;
} }
#composeToolbar-send {
background-color: #fafafa;
width: 40px;
}
/* width */ /* width */
table#mail-index_previewAttachmentArea::-webkit-scrollbar { table#mail-index_previewAttachmentArea::-webkit-scrollbar {
width: 5px; width: 5px;

View File

@ -2031,10 +2031,6 @@ div.mailComposeHeaderSection > table {
color: #5B5B5B; color: #5B5B5B;
background-color: white; background-color: white;
} }
#composeToolbar-send {
background-color: #fafafa;
width: 40px;
}
/* width */ /* width */
table#mail-index_previewAttachmentArea::-webkit-scrollbar { table#mail-index_previewAttachmentArea::-webkit-scrollbar {
width: 5px; width: 5px;

View File

@ -1187,10 +1187,6 @@ div.mailComposeHeaderSection > table {
color: #5B5B5B; color: #5B5B5B;
background-color: white; background-color: white;
} }
#composeToolbar-send {
background-color: #fafafa;
width: 40px;
}
/* width */ /* width */
table#mail-index_previewAttachmentArea::-webkit-scrollbar { table#mail-index_previewAttachmentArea::-webkit-scrollbar {
width: 5px; width: 5px;