mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +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
2
vendors/bootstrap/less/dropdowns.less
vendored
2
vendors/bootstrap/less/dropdowns.less
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue