mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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;
|
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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user