mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Contacts menu mail addresses in maxcontrast
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
eac54c4660
commit
1ade91a551
1 changed files with 3 additions and 2 deletions
|
|
@ -931,8 +931,9 @@ span.ui-icon {
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#header .header-right > div#contactsmenu > .menu .contact .body .last-message {
|
||||
opacity: 0.5;
|
||||
#header .header-right > div#contactsmenu > .menu .contact .body .last-message,
|
||||
#header .header-right > div#contactsmenu > .menu .contact .body .email-address {
|
||||
color: var(--color-text-maxcontrast);
|
||||
}
|
||||
#header .header-right > div#contactsmenu > .menu .contact .top-action, #header .header-right > div#contactsmenu > .menu .contact .second-action, #header .header-right > div#contactsmenu > .menu .contact .other-actions {
|
||||
width: 16px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue