Lookup enhancements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user