mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 09:16:44 +03:00
Bugfix: CSS --dropdown-menu-background-color should be --dropdown-menu-bg-color
This commit is contained in:
parent
9aaaea48bd
commit
d33ca12b46
1 changed files with 1 additions and 1 deletions
2
vendors/bootstrap/less/dropdowns.less
vendored
2
vendors/bootstrap/less/dropdowns.less
vendored
|
|
@ -24,7 +24,7 @@
|
|||
margin: 2px 0 0; // override default ul
|
||||
list-style: none;
|
||||
color: var(--dropdown-menu-color, inherit);
|
||||
background-color: var(--dropdown-menu-background-color, @dropdownBackground);
|
||||
background-color: var(--dropdown-menu-bg-color, @dropdownBackground);
|
||||
border: 1px solid @dropdownBorder;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
||||
background-clip: padding-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue