Also theme menu border color

This commit is contained in:
the-djmaze 2022-11-04 15:54:26 +01:00
parent 199d1d4c42
commit 00c5c8f35a
3 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@
list-style: none;
color: var(--dropdown-menu-color, inherit);
background-color: var(--dropdown-menu-bg-color, #fff);
border: 1px solid rgba(0,0,0,.2);
border: 1px solid var(--dropdown-menu-border-clr, rgba(0,0,0,.2));
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
background-clip: padding-box;