chore (css): dropbown colors

This commit is contained in:
MickaelK 2025-09-05 19:38:52 +10:00
parent 4aef4fea4e
commit 9ad8ec1f87

View file

@ -68,6 +68,6 @@ body:not(.dark-mode) .component_dropdown .dropdown_container {
}
.component_dropdown.active .dropdown_container li:hover {
background: var(--border);
background: rgba(198,200,204,0.25);
border-radius: 3px;
}