mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Change background color on expand addresses button to transparent
This commit is contained in:
parent
6d09028960
commit
7bea10c1e5
@ -2273,6 +2273,9 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
div.mailPreviewHeaders img.et2_button_icon {
|
||||
background-color: inherit;
|
||||
}
|
||||
#mail-index_previewAttachmentArea {
|
||||
background-color: #f0f0f0;
|
||||
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
|
||||
|
||||
#mail-index_previewAttachmentArea {
|
||||
|
Loading…
Reference in New Issue
Block a user