mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
fix to small Sent button in compose
This commit is contained in:
parent
b56c1ae856
commit
f67efb50ae
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user