Fix search dropdown background in light mode

- Set explicit #ffffff background for family tree search dropdown
- Darken border slightly for better definition

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-04 11:51:41 -05:00
parent a7fe7ec79f
commit 112381ada1
+3 -3
View File
@@ -70,11 +70,11 @@
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #ddd;
background: #ffffff;
border: 1px solid #ccc;
border-top: none;
border-radius: 0 0 4px 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
max-height: 280px;
overflow-y: auto;
display: none;