mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Bugfix: compose/send mail AdditionalAccount failed
This commit is contained in:
parent
8a351e5763
commit
5f4c7c5c5b
5 changed files with 35 additions and 30 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue