Bugfix: compose/send mail AdditionalAccount failed

This commit is contained in:
djmaze 2021-11-15 14:55:49 +01:00
parent 8a351e5763
commit 5f4c7c5c5b
5 changed files with 35 additions and 30 deletions

View file

@ -55,7 +55,7 @@
// Links within the dropdown menu
a {
background-color: var(--dropdown-menu-bg-color, #fff);
color: var(--main-color, @dropdownLinkColor);
color: var(--dropdown-menu-color, @dropdownLinkColor);
display: block;
padding: 3px 10px;
text-decoration: none;