mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Change background color on expand addresses button to transparent
This commit is contained in:
parent
42ff5bc5aa
commit
0afd447f28
@ -2273,6 +2273,9 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
div.mailPreviewHeaders img.et2_button_icon {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
#mail-index_previewAttachmentArea {
|
#mail-index_previewAttachmentArea {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
border-color: #E6E6E6;
|
border-color: #E6E6E6;
|
||||||
|
@ -1227,6 +1227,9 @@ div.mailPreviewHeaders div.mail_extraEmails {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.mailPreviewHeaders img.et2_button_icon {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
// Anhänge an Email
|
// Anhänge an Email
|
||||||
|
|
||||||
#mail-index_previewAttachmentArea {
|
#mail-index_previewAttachmentArea {
|
||||||
|
Loading…
Reference in New Issue
Block a user