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

@ -97,15 +97,19 @@
}
.e-identity {
color: var(--main-color);
text-decoration: none;
font-weight: bold;
line-height: @baseLineHeight;
padding: 4px 0;
text-decoration: none;
&.multiply {
cursor: pointer;
border-bottom: 1px dashed var(--main-color);
}
&.multiply::after {
content: '▼';
}
}
> div {