Add blending for dropdowns

This commit is contained in:
Wirlaburla 2024-05-17 18:38:57 -05:00
parent 780441de32
commit 35ad403e06

View File

@ -237,6 +237,10 @@ button.formbutton a {
z-index: 10;
}
*.wdropdown.active > button {
border-bottom: none;
}
*.wdropdown.active > div.select {
display: inline;
}