Browse Source

Contacts menu mail addresses in maxcontrast

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
tags/v25.0.0beta6
Jan C. Borchardt 1 year ago
parent
commit
1ade91a551
No account linked to committer's email address
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      core/css/server.css

+ 3
- 2
core/css/server.css View File

@@ -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…
Cancel
Save