mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 16:00:45 +01:00
fix to small Sent button in compose
This commit is contained in:
parent
59841a0b0f
commit
59393342d7
@ -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