Lookup enhancements

This commit is contained in:
2025-12-16 09:10:45 -05:00
parent 98d0e3cfd7
commit d7eefdb652
3 changed files with 129 additions and 8 deletions

View File

@@ -648,6 +648,16 @@ tbody tr:hover {
background-color: #f8f9fa;
}
.lookup-option-selected {
background-color: #e3f2fd;
border-left: 3px solid #2196f3;
padding-left: calc(0.5rem - 3px);
}
.lookup-option-selected:hover {
background-color: #bbdefb;
}
.lookup-option:last-child {
border-bottom: none;
}